source: server/trunk/web/root/templates/html/rpms/location.tt @ 112

Last change on this file since 112 was 112, checked in by nanardon, 13 years ago
  • add rpm/location subpage
  • Property svn:keywords set to Id
File size: 416 bytes
Line 
1<!-- $Id$ -->
2
3<p><a href="[% c.uri_for('/rpms', pkgid) %]">rpms/[% pkgid %]</a></p>
4
5[% FOREACH loc = xmlrpc %]
6[% IF loop.first %]
7<ul>
8[% END %]
9
10<li>
11<a href="[% c.uri_for('/distrib', loc.distribution, loc.release,
12loc.arch, 'by-pkgid', pkgid) %]">
13[% loc.distribution | html %] / [% loc.release | html %] /
14[% loc.arch | html %] / [% loc.media | html %]
15</a>
16</li>
17
18[% IF loop.last %]
19</ul>
20[% END %]
21[% END %]
Note: See TracBrowser for help on using the repository browser.