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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77 - (show annotations)
Wed Feb 20 10:14:08 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 575 byte(s)
- add date format
1 <!-- $Id$ -->
2
3 <h2>Ajouter une personne</h2>
4
5 [% cgi.start_form %]
6 [% cgi.hidden('new', 'ok') %]
7 <p>Nom: [% cgi.textfield('name') %]</p>
8 <p>Prenom: [% cgi.textfield('fname') %]</p>
9 <p>Adresse</p>
10 <p>Rue: [% cgi.textarea('-name', 'address') %]</p>
11 <p>Code postal: [% cgi.textfield('postal') %] Ville: [% cgi.textfield('city') %]</p>
12 <p>Pays: [% cgi.textfield('country') %]</p>
13 <p>Present:</p>
14 <p>à partir du (jj/mm/aaaa): [% cgi.textfield('start') %] au (jj/mm/aaaa): [% cgi.textfield('end') %]
15 ([% cgi.textfield('comment') %])</p>
16 <p>[% cgi.submit %]</p>
17 [% cgi.end_form %]

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21