source: server/trunk/web/root/templates/html/distrib/index.tt @ 77

Last change on this file since 77 was 17, checked in by nanardon, 14 years ago
  • start adding test
  • Property svn:keywords set to Id
File size: 126 bytes
RevLine 
[16]1<!-- $Id$ -->
2
3<ol>
[17]4[% FOREACH k = data %]
[16]5<li><a href="[% c.uri_for('/', c.req.path, k) %]">[% k %]</a></li>
6[% END %]
7</ol>
Note: See TracBrowser for help on using the repository browser.