/[docman2]/html/DetailPage-file.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /html/DetailPage-file.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Jul 29 10:17:56 2002 UTC (21 years, 8 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -0 lines
File MIME type: text/html
better support for delete/undelte directories

1 <pre>
2 <? if (!is_dir($fsPath)): ?>
3 file size: <?= $fsize ?> Bytes
4 <? endif ?>
5 last modified: <B><?= $fmodified ?></B>
6 last accessed: <B><?= $faccessed ?></B>
7 <!--
8 owner: <B><?= $userinfo["name"] ?> [<?= $fuid ?>]</B>
9 group: <B><?= $grpinfo["name"] ?> [<?= $fgid ?>]</B>
10 permissions: <B><?= printf("%o",fileperms($fsPath)) ?></B>
11 -->
12 </pre>

  ViewVC Help
Powered by ViewVC 1.1.26