source: server/trunk/web/root/templates/html/distrib/list_rpms.tt @ 184

Last change on this file since 184 was 184, checked in by nanardon, 13 years ago
  • document functions/urls
  • ensure it works
  • 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.