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

Last change on this file since 230 was 230, checked in by grenoya, 14 years ago
  • end of css cleaning
  • help and sources page improved


  • Property svn:keywords set to Id
File size: 272 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="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.