source: server/trunk/web/root/templates/html/sources/rpm_sources_file_pkg.html @ 98

Last change on this file since 98 was 98, checked in by nanardon, 14 years ago
  • add /sources in menu
  • add all view under /sources
  • Property svn:keywords set to Id
File size: 336 bytes
Line 
1[% FOREACH f = list %]
2
3[% IF f.pkgid == pkgid %]
4[% IF loop.prev %]
5<a href="[% c.uri_for('/sources', rpm, filename, loop.prev.pkgid) %]">Prev</a>
6[% END %]
7[% IF loop.next %]
8<a href="[% c.uri_for('/sources', rpm, filename, loop.next.pkgid) %]">Next</a>
9[% END %]
10[% END %]
11
12[% END %]
13
14[% INCLUDE 'sources/rpm_sources_file_pkg.tt' %]
Note: See TracBrowser for help on using the repository browser.