source: server/trunk/web/root/templates/html/distrib/rpm_bypkgid.tt @ 275

Last change on this file since 275 was 275, checked in by nanardon, 14 years ago
  • add dynamic filter and information on distrib pages
  • Property svn:keywords set to Id
File size: 291 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, rpm.pkgid) %]"><span class="sophie_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.