Rev 1726 | Rev 3049 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !form reply |
||
3 | <input type=hidden name=job value=$job> |
||
4 | $table_header |
||
5 | !if $login=$empty |
||
1726 | bpr | 6 | <caption>$name_addteacher</caption> |
23 | reyssat | 7 | !else |
1726 | bpr | 8 | <caption>$wims_name_modteacher <tt>$login</tt></caption> |
23 | reyssat | 9 | !endif |
1726 | bpr | 10 | $table_tr<td align=right>$wims_name_Login:</td><td> |
23 | reyssat | 11 | !if $login=$empty |
12 | <input size=30 name=login value=""> |
||
13 | !else |
||
14 | <tt>$login</tt> |
||
15 | !endif |
||
16 | $table_tr<td align=right> |
||
1726 | bpr | 17 | $wims_name_Password: |
23 | reyssat | 18 | <td><input type=password size=30 name=pass value=""> |
19 | $table_tr<td align=right> |
||
1726 | bpr | 20 | $wims_name_repeat_pass: |
23 | reyssat | 21 | <td><input type=password size=30 name=pass2 value=""> |
22 | $table_tr<td align=right> |
||
1726 | bpr | 23 | $wims_name_firstname:</td> |
23 | reyssat | 24 | <td><input size=30 name=firstname value="$firstname"> |
25 | $table_tr<td align=right> |
||
1726 | bpr | 26 | $wims_name_lastname:</td> |
23 | reyssat | 27 | <td><input size=30 name=lastname value="$lastname"> |
28 | $table_tr<td align=right> |
||
1726 | bpr | 29 | $wims_name_email:</td> |
23 | reyssat | 30 | <td><input size=30 name=email value="$email"> |
31 | $table_tr<td align=center colspan=2> |
||
1726 | bpr | 32 | <input type="submit" name="confirm" value="$wims_name_tosave"> |
23 | reyssat | 33 | |
1726 | bpr | 34 | <input type="submit" name="cancel" value="$wims_name_giveup"> |
23 | reyssat | 35 | $table_end |
36 | </form> |
||
37 |