source: trunk/LATMOS-Accounts-Web/root/html/request/index.tt @ 1228

Last change on this file since 1228 was 1109, checked in by nanardon, 12 years ago

avoid some useless spaces

  • Property svn:keywords set to Id
File size: 361 bytes
Line 
1<!-- $Id$ -->
2
3<h2>Formuler une demande:</h2>
4
5[% FOREACH h = c.model('Accounts').db.search_objects('accreq', 'exported=*') %]
6[% IF loop.first %]
7<ul>
8[% END %]
9[% o = c.model('Accounts').db.get_object('accreq', h) %]
10<li>
11<a href="[% c.uri_for(h) %]">[% o.get_attributes('description') || o.id | html %]</a>
12</li>
13[% IF loop.last %]
14</ul>
15[% END %]
16[% END %]
Note: See TracBrowser for help on using the repository browser.