source: server/trunk/web/root/templates/html/rpms/menu.tt @ 197

Last change on this file since 197 was 154, checked in by grenoya, 13 years ago
  • add some more Id line and keywords
  • Property svn:keyword set to Id
  • Property svn:keywords set to Id
File size: 402 bytes
Line 
1<!-- $Id$ -->
2<ul id="sophie_rpms_menu" class="flat_menu">
3<li><a href="[% c.uri_for('/', rpmurl) %]">Info</a></li>
4<li><a href="[% c.uri_for('/', rpmurl, 'deps') %]">Deps</a></li>
5<li><a href="[% c.uri_for('/', rpmurl, 'files') %]">Files</a></li>
6<li><a href="[% c.uri_for('/', rpmurl, 'changelog') %]">ChangeLog</a></li>
7<li><a href="[% c.uri_for('/', rpmurl, 'location') %]">Location</a></li>
8</ul>
Note: See TracBrowser for help on using the repository browser.