Rev 5745 | Rev 5894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5745 | Rev 5874 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | !read adm/title.phtml 1\ |
9 | !read adm/title.phtml 1\ |
10 | $classname\ |
10 | $classname\ |
11 | $name_manual_title |
11 | $name_manual_title |
12 | 12 | ||
13 | !if $error!=$empty |
13 | !if $error!=$empty |
14 | < |
14 | <div class="wimsmsg"> |
15 | !read lang/msg.phtml.$moduclass_lang |
15 | !read lang/msg.phtml.$moduclass_lang |
- | 16 | </div> |
|
16 | <p> |
17 | <p> |
17 | !href module=home $wims_name_class_home |
18 | !href module=home $wims_name_class_home |
18 | . <p> |
19 | . </p> |
19 | !goto end |
20 | !goto end |
20 | !endif |
21 | !endif |
21 | 22 | ||
22 | !form reply |
23 | !form reply |
23 | <input type="hidden" name="method" value="percent"/> |
24 | <input type="hidden" name="method" value="percent"/> |
24 | $name_explanation |
25 | $name_explanation |
25 | <input size="4" name="per" value="$percent"/>% |
26 | <input size="4" name="per" value="$percent"/>% |
26 | (<small><input type="submit" name="reg" value="$wims_name_change"/></small>) |
27 | (<small><input type="submit" name="reg" value="$wims_name_change"/></small>) |
27 | . |
28 | . |
28 | !if $method!=list |
29 | !if $method!=list |
29 | <p> |
30 | <p> |
30 | !href cmd=reply&method=list $wims_name_back4 |
31 | !href cmd=reply&method=list $wims_name_back4 |
31 | . |
32 | . |
32 | !set wims_menu_items=!append line back4,1,cmd=reply&method=list\ |
33 | !set wims_menu_items=!append line back4,1,cmd=reply&method=list\ |
33 | to $wims_menu_items |
34 | to $wims_menu_items |
34 | !endif |
35 | !endif |
35 | </form |
36 | </form> |
36 | 37 | ||
37 | !read $method.phtml |
38 | !read $method.phtml |
38 | 39 | ||
39 | <p> |
40 | |
40 | !if $method=user and $wims_user=supervisor |
41 | !if $method=user and $wims_user=supervisor |
- | 42 | <p> |
|
41 | !href module=adm/class/userlist&job=getuser&getuser=$un $wims_name_otherscore ($username) |
43 | !href module=adm/class/userlist&job=getuser&getuser=$un $wims_name_otherscore ($username) |
42 | . |
44 | . |
- | 45 | </p> |
|
43 | !endif |
46 | !endif |
44 | 47 | ||
45 | !set wims_menu_items=!append line otherscore,1,module=adm/class/userlist\ |
48 | !set wims_menu_items=!append line otherscore,1,module=adm/class/userlist\ |
46 | to $wims_menu_items |
49 | to $wims_menu_items |
47 | 50 |