Rev 2217 | Rev 3955 | 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 |
||
3049 | bpr | 3 | <input type=hidden name="job" value=$job> |
23 | reyssat | 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 |
3049 | bpr | 10 | $table_tr<td align="right">$wims_name_Login</td><td> |
23 | reyssat | 11 | !if $login=$empty |
3049 | bpr | 12 | <input size=30 name="login" value=""> |
23 | reyssat | 13 | !else |
14 | <tt>$login</tt> |
||
15 | !endif |
||
3049 | bpr | 16 | $table_tr<td align="right"> |
17 | $wims_name_Password |
||
18 | <td><input type=password size=30 name="pass" value=""> |
||
19 | $table_tr<td align="right"> |
||
20 | $wims_name_repeat_pass |
||
21 | <td><input type=password size=30 name="pass2" value=""> |
||
22 | $table_tr<td align="right"> |
||
23 | $wims_name_firstname</td> |
||
24 | <td><input size=30 name="firstname" value="$firstname"> |
||
25 | $table_tr<td align="right"> |
||
26 | $wims_name_lastname</td> |
||
27 | <td><input size=30 name="lastname" value="$lastname"> |
||
28 | $table_tr<td align="right"> |
||
29 | $wims_name_email</td> |
||
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 |