Rev 5734 | Rev 5874 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2368 | bpr | 1 | |
1170 | bpr | 2 | !read adm/css.phtml |
1051 | bpr | 3 | !header1 |
4 | |||
2184 | bpr | 5 | !read lang/names.phtml.$moduclass_lang |
4039 | bpr | 6 | !read adm/class/classname.phtml $wims_classname\ |
4018 | bpr | 7 | $wims_institutionname |
23 | reyssat | 8 | |
1348 | bpr | 9 | !read adm/title.phtml 1\ |
4018 | bpr | 10 | $classname\ |
1705 | bpr | 11 | $name_manual_title |
23 | reyssat | 12 | |
13 | !if $error!=$empty |
||
14 | <p> |
||
2184 | bpr | 15 | !read lang/msg.phtml.$moduclass_lang |
23 | reyssat | 16 | <p> |
1705 | bpr | 17 | !href module=home $wims_name_class_home |
23 | reyssat | 18 | . <p> |
19 | !goto end |
||
20 | !endif |
||
21 | |||
22 | !form reply |
||
5745 | bpr | 23 | <input type="hidden" name="method" value="percent"/> |
1705 | bpr | 24 | $name_explanation |
5734 | bpr | 25 | <input size="4" name="per" value="$percent"/>% |
26 | (<small><input type="submit" name="reg" value="$wims_name_change"/></small>) |
||
1705 | bpr | 27 | . |
23 | reyssat | 28 | !if $method!=list |
923 | bpr | 29 | <p> |
1705 | bpr | 30 | !href cmd=reply&method=list $wims_name_back4 |
23 | reyssat | 31 | . |
1390 | bpr | 32 | !set wims_menu_items=!append line back4,1,cmd=reply&method=list\ |
33 | to $wims_menu_items |
||
23 | reyssat | 34 | !endif |
35 | </form> <p> |
||
36 | |||
37 | !read $method.phtml |
||
38 | |||
39 | <p> |
||
1876 | bpr | 40 | !if $method=user and $wims_user=supervisor |
1705 | bpr | 41 | !href module=adm/class/userlist&job=getuser&getuser=$un $wims_name_otherscore ($username) |
923 | bpr | 42 | . |
1390 | bpr | 43 | !endif |
923 | bpr | 44 | |
1390 | bpr | 45 | !set wims_menu_items=!append line otherscore,1,module=adm/class/userlist\ |
46 | to $wims_menu_items |
||
23 | reyssat | 47 | |
48 | :end |
||
49 | !tail |
||
50 | |||
51 | !reset reg |
||
52 |