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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 50 - (hide annotations)
Mon Jan 28 05:48:00 2008 UTC (16 years, 5 months ago) by nanardon
File MIME type: text/html
File size: 704 byte(s)
- update
1 nanardon 48 [% IF teacherid %][% ttinfo = sa50.get_university_teacher_info(teacherid) %][% END %]
2     <form action="[% c.req.base %]/id/[%- id %]/extra" method="POST">
3     <input type="hidden" name="teacherid" value="[%- teacherid -%]">
4     <p>Enseignement: <input type="text" name="teachtype" value="[%- ttinfo.teachtype | html -%]"></p>
5     <p>du <input type="text" name="start" value="[%- ttinfo.start | html -%]"></p>
6     <p>au <input type="text" name="end" value="[%- ttinfo.end | html -%]"></p>
7     <p>Université: <input type="text" name="university" value="[%- ttinfo.university | html -%]"></p>
8     <p><textarea name="comment">[%- ttinfo.comment | html -%]</textarea></p>
9     <input type="submit"></p>
10     </form>
11    

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21