/[saadmin]/sa50/root/templates/projectl.html
ViewVC logotype

Contents of /sa50/root/templates/projectl.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 98 - (show annotations)
Sun Mar 2 15:14:50 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 316 byte(s)
- improve project list
1 <p><a href="[% c.req.base %]/project/new">Nouvelle entrée</a></p>
2
3 [% FOREACH td = sa50.get_project_list %]
4 [% "<ul>\n" IF loop.first %]
5 <li><a href="[% c.req.base %]/project/[% td.id %]">[% td.name | truncate(20) | html %]</a>
6 ([% td.type | truncate(30) | html %])
7 </li>
8 [% "</ul>\n" IF loop.last %]
9 [% END %]

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21