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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (show annotations)
Sat Feb 9 16:04:43 2008 UTC (16 years, 5 months ago) by nanardon
File MIME type: text/html
File size: 653 byte(s)
- split new user form
1 <!-- $Id$ -->
2
3 [% IF id %][% tuserinfo = sa50.get_user_info(id) %][% END %]
4
5 <table border="1" width="100%">
6 <tr>
7 <td>
8 <p>Ajouter une personne:</p>
9 <form action="[%- c.req.base _ '/id/new' -%]" method="POST">
10 <p>Nom: <input type="text" name="name" value="[% tuserinfo.name | html %]"></p>
11 <p>Prenom: <input type="text" name="fname" value="[% tuserinfo.fname | html %]"></p>
12 <p>Fonction: <input type="text" name="work" value="[% tuserinfo.work | html %]"></p>
13 <p>Corps/Grade: <input type="text" name="grade" value="[% tuserinfo.grade | html %]"></p>
14 <input type="hidden" name="pupd" value="1">
15 <p><input type="submit"></p>
16 </form>
17
18 </td>
19 </tr>
20 </table>
21

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21