Rev 10228 | 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 |
||
10228 | bpr | 14 | <div class="wims_msg alert"> |
2184 | bpr | 15 | !read lang/msg.phtml.$moduclass_lang |
5874 | bpr | 16 | </div> |
23 | reyssat | 17 | <p> |
1705 | bpr | 18 | !href module=home $wims_name_class_home |
5874 | bpr | 19 | . </p> |
23 | reyssat | 20 | !goto end |
21 | !endif |
||
22 | |||
23 | !form reply |
||
17180 | bpr | 24 | <input type="hidden" name="method" value="percent"> |
8768 | bpr | 25 | <label for="per">$name_explanation</label> |
17180 | bpr | 26 | <input size="4" name="per" value="$percent" id="per">% |
27 | (<input type="submit" name="reg" value="$wims_name_change">) |
||
1705 | bpr | 28 | . |
23 | reyssat | 29 | !if $method!=list |
5956 | bpr | 30 | <p class="wimscenter"> |
31 | !set wims_ref_class=wims_button |
||
1705 | bpr | 32 | !href cmd=reply&method=list $wims_name_back4 |
5956 | bpr | 33 | </p> |
1390 | bpr | 34 | !set wims_menu_items=!append line back4,1,cmd=reply&method=list\ |
35 | to $wims_menu_items |
||
23 | reyssat | 36 | !endif |
37 | |||
5926 | bpr | 38 | !formend |
39 | |||
23 | reyssat | 40 | !read $method.phtml |
41 | |||
5874 | bpr | 42 | |
43 | !if $method=user and $wims_user=supervisor |
||
23 | reyssat | 44 | <p> |
9031 | guerimand | 45 | !href module=adm/class/userscore&job=getuser&getuser=$un $wims_name_otherscore ($username) |
923 | bpr | 46 | . |
5874 | bpr | 47 | </p> |
1390 | bpr | 48 | !endif |
923 | bpr | 49 | |
9031 | guerimand | 50 | !set wims_menu_items=!append line otherscore,1,module=adm/class/userscore\ |
1390 | bpr | 51 | to $wims_menu_items |
23 | reyssat | 52 | |
53 | :end |
||
54 | !tail |
||
55 | |||
56 | !reset reg |
||
57 |