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

Last change on this file since 77 was 54, checked in by nanardon, 14 years ago

complete /distrib

  • Property svn:keywords set to Id
File size: 265 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, rpm.pkgid) %]"><span class="pkgid">[%
8rpm.pkgid %]</span></a>
9([% rpm.filename | html %])
10</li>
11[% IF loop.last %]
12</ul>
13[% END %]
14[% END %]
Note: See TracBrowser for help on using the repository browser.