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

Last change on this file since 971 was 971, checked in by nanardon, 12 years ago
  • set properties
  • Property svn:keywords set to Id
File size: 363 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) %]">
12[% o.get_attributes('description') || o.id | html %]
13</a>
14</li>
15[% IF loop.last %]
16</ul>
17[% END %]
18[% END %]
Note: See TracBrowser for help on using the repository browser.