source: server/trunk/web/root/templates/html/distrib/list_arch.tt @ 21

Last change on this file since 21 was 21, checked in by nanardon, 14 years ago
  • add initial distribution pages
  • Property svn:keywords set to Id
File size: 137 bytes
Line 
1<!-- $Id$ -->
2
3<ol>
4[% FOREACH arch = xmlrpc %]
5<li><a href="[% c.uri_for('/', c.req.path, arch ) %]">[% arch %]</a></li>
6[% END %]
7<ol>
Note: See TracBrowser for help on using the repository browser.