source: server/trunk/web/root/templates/html/distrib/list_srpms.tt @ 190

Last change on this file since 190 was 190, checked in by nanardon, 14 years ago
  • more docs and test
  • Property svn:keywords set to Id
File size: 258 bytes
Line 
1<!-- $Id$ -->
2[% FOREACH rpm = xmlrpc %]
3[% IF loop.first %]
4<ul class="sophie_tag" >
5[% END %]
6<li>
7    <a href="[% c.uri_for('/', c.req.path, '..', 'by-pkgid', rpm.pkgid) %]">[% rpm.filename | html %]</a>
8</li>
9[% IF loop.last %]
10</ul>
11[% END %]
12[% END %]
Note: See TracBrowser for help on using the repository browser.