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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations)
Mon Feb 25 11:46:00 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 1279 byte(s)
- add filter on people list
1 <!-- $Id$ -->
2 [% IF c.req.param('name') %]
3 [% tuserids = sa50.search_people(c.req.param('name')) %]
4 [% ELSE %]
5 [% tuserids = sa50.list_user_key %]
6 [% END %]
7
8 <h2>Liste des personnels:</h2>
9 <form action="[% c.req.base %]/id">
10 <p>Filtrer sur les noms contenant:</p>
11 <p><input type="text" name="name" value="[% c.req.param('name') | html %]">
12 <input type="submit"></p>
13 </form>
14 <p><a href="[% c.req.base %]/id/new">Ajouter une personne...</a></p>
15
16 <p><b>[%- tuserids.size -%] personnes trouvées.</b></p>
17 [% FOREACH tuserid = tuserids %]
18 [% tuserinfo = sa50.get_user_info(tuserid) %]
19 [% td = sa50.get_people_date(tuserid) %]
20 [% "<table>\n" IF loop.first %]
21 <tr>
22 <td><a href="[% c.req.base %]/id/[% tuserid %]">[% tuserinfo.name | html %]</a></td>
23 <td><a href="[% c.req.base %]/id/[% tuserid %]">[% tuserinfo.fname | html %]</a></td>
24 <td>
25 [% IF tuserinfo.death %]<a href="[% c.req.base %]/id/[% tuserid %]/death">(Décédé)</a> [% END %]
26 [% IF tuserinfo.grade %][% tuserinfo.grade | html %][% END %]
27 [% IF tuserinfo.work %][% tuserinfo.work | html %][% END %]
28 [% IF td.0 OR td.1 %][% '(' _ td.0 _ ' - ' _ td.1 _ ')' %][% END %]
29 </td>
30 </tr>
31 [% "</table>\n" IF loop.last %]
32 [% END %]
33

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21