Rev 6235 | Rev 8056 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
5894 | bpr | 2 | $name_prop <span class="wims_emph">$class_description</span> |
2486 | bpr | 3 | $name_of |
5894 | bpr | 4 | <span class="wims_emph">$class_institution</span> ($name_serial $jobclass). |
23 | reyssat | 5 | !if $jobclass<10000 |
2486 | bpr | 6 | $name_distrib |
23 | reyssat | 7 | !endif |
8 | |||
9 | !form reply |
||
3881 | bpr | 10 | <table border="0"> |
11 | <tr><td align="right">$name_supervisor_p:</td><td> |
||
6235 | bpr | 12 | <input type="password" size="20" name="clpass" /></td></tr> |
3881 | bpr | 13 | <tr><td align="right">$name_supervisor_r</td><td> |
6235 | bpr | 14 | <input type="password" size="20" name="clpass2" value="$class_password" /> |
15 | <br /><span class="small">$name_warning</span> |
||
3881 | bpr | 16 | </td></tr> |
17 | <tr><td align="right">$name_secure</td><td> |
||
6235 | bpr | 18 | <input size="50" name="clsecure" value="$class_secure" /> |
3881 | bpr | 19 | </td></tr> |
20 | <tr><td align="right">$name_expire</td><td> |
||
6235 | bpr | 21 | <input size="10" name="clexp" value="$class_expiration" /> |
3881 | bpr | 22 | </td></tr> |
23 | <tr><td colspan="2"> |
||
6235 | bpr | 24 | <input type="submit" name="save" value="$wims_name_tosave" /> |
8054 | obado | 25 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" /> |
5927 | bpr | 26 | </td></tr>$table_end |
23 | reyssat | 27 | |
28 | |||
5927 | bpr | 29 | !formend |
30 | |||
2487 | bpr | 31 | <p>$name_remark |
2514 | bpr | 32 | <a href="mailto:$class_email?subject=name_yourclassmod">$name_notify</a> |
2486 | bpr | 33 | $name_change |
5977 | bpr | 34 | </p> |
5764 | bpr | 35 | <div class="wimscenter"> |
2486 | bpr | 36 | !href cmd=reply&job2=first $name_other |
5764 | bpr | 37 | </div> |
2522 | bpr | 38 | !set wims_menu_items=!append line classlist,1,cmd=reply&job2=first\ |
39 | ,0,\ |
||
40 | to $wims_menu_items |
||
23 | reyssat | 41 |