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

Annotation of /sa50/root/templates/death.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 81 - (hide annotations)
Mon Feb 25 11:18:48 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 694 byte(s)
- add comment and age to death section
1 nanardon 42 [% tpinfo = sa50.get_user_info(id) %]
2    
3 nanardon 60 <h2><a href="[%- c.req.base _ '/id/' _ id -%]">[% tpinfo.fname | html %] [% tpinfo.name | html %]</a></h2>
4 nanardon 42
5     <form action="[% c.req.base %]/id/[% id %]/death" method="POST">
6 nanardon 81 <p><input type="checkbox" name="death" value="1" [% 'checked' IF tpinfo.death %]> cette personne est décédée</p>
7     <p>Le (jj/mm/aaaa):
8     <input type="text" name="death_date" value="[% tpinfo.death_date %]"> à l'âge de
9     <input type="text" name="age" value="[% tpinfo.age %]"> ans.</p>
10     <p>Quelques mots sur cette personne:</p>
11     <p><textarea cols="60" rows="10" name="comment">[% tpinfo.comment | html %]</textarea></p>
12 nanardon 42 <p><input type="submit"></p>
13     </form>

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21