source: server/trunk/web/root/templates/html/distrib/media_list_rpms.tt @ 77

Last change on this file since 77 was 21, checked in by nanardon, 14 years ago
  • add initial distribution pages
  • Property svn:keywords set to Id
File size: 232 bytes
Line 
1<!-- $Id$ -->
2[% FOREACH rpm = xmlrpc %]
3[% IF loop.first %]
4<ul>
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.