source: server/trunk/web/root/templates/html/rpms/files.tt @ 57

Last change on this file since 57 was 57, checked in by nanardon, 14 years ago
  • split rpm view
  • Property svn:keywords set to Id
File size: 443 bytes
Line 
1<!-- $Id$ -->
2
3<div id="sophie_rpm_files">
4<h2>Files</h2>
5
6[% FOREACH file = xmlrpc %]
7[%- IF loop.first -%]
8<table border=0 class="filename">
9[%- END -%]
10<tr><td>[% file.perm %]</td><td align="right">[% file.size | format('%6d') %]</td><td>[%
11file.user | format('%10s') -%]</td>
12<td>[%- file.group | format('%10s') %]</td><td>[% file.filename %]</td>
13<td>[% file.has_content %]</tr>
14[%- IF loop.last -%]
15</table>
16[%- END -%]
17[% END %]
18</div>
Note: See TracBrowser for help on using the repository browser.