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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations)
Mon Jan 28 02:10:09 2008 UTC (16 years, 5 months ago) by nanardon
File MIME type: text/html
File size: 704 byte(s)
- all forms mostly ready
1 [% 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

  ViewVC Help
Powered by ViewVC 1.1.21