source: LATMOS-Accounts-Web/root/html/includes/sidebar.tt @ 978

Last change on this file since 978 was 978, checked in by nanardon, 12 years ago
  • fix request url in sidebar
File size: 360 bytes
Line 
1
2[% FOREACH h = c.model('Accounts').db.search_objects('accreq', 'exported=*') %]
3[% IF loop.first %]
4<h3>Formuler une demande:</h3>
5<ul>
6[% END %]
7[% o = c.model('Accounts').db.get_object('accreq', h) %]
8<li>
9<a href="[% c.uri_for('/request', h) %]">
10[% o.get_attributes('description') || o.id | html %]
11</a>
12</li>
13[% IF loop.last %]
14</ul>
15[% END %]
16[% END %]
Note: See TracBrowser for help on using the repository browser.