SF.net SVN: gar:[23083] csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles. html
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Feb 28 10:48:44 CET 2014
Revision: 23083
http://sourceforge.net/p/gar/code/23083
Author: wahwah
Date: 2014-02-28 09:48:44 +0000 (Fri, 28 Feb 2014)
Log Message:
-----------
pkgdb: Display column names on SVR4 details page
Modified Paths:
--------------
csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles.html
Modified: csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles.html 2014-02-28 09:48:36 UTC (rev 23082)
+++ csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles.html 2014-02-28 09:48:44 UTC (rev 23083)
@@ -15,6 +15,14 @@
</h2>
<table>
+<tr>
+<th>mode</th>
+<th>user</th>
+<th>group</th>
+<th>path</th>
+<th>mime type</th>
+<th>machine</th>
+</tr>
$for file in files:
<tr>
<td>$file.perm_mode</td>
@@ -22,6 +30,7 @@
<td>$file.perm_group</td>
<td>$file.FullPath()</td>
<td>$file.mimetype</td>
+ <td>$file.machine</td>
</tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list