Rev 17636 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17636 | Rev 17780 | ||
---|---|---|---|
Line 44... | Line 44... | ||
44 | 44 | ||
45 | !if $wims_user=supervisor and $activetest>=1 and $activetest<3 |
45 | !if $wims_user=supervisor and $activetest>=1 and $activetest<3 |
46 | !if $job=configfw |
46 | !if $job=configfw |
47 | !set wims_menu_items=!append line duplicatefw,1,module=$module&cmd=new&job=duplicate&+freework=$freework to $wims_menu_items |
47 | !set wims_menu_items=!append line duplicatefw,1,module=$module&cmd=new&job=duplicate&+freework=$freework to $wims_menu_items |
48 | !set wims_menu_items=!append line participantview,1,module=$module&cmd=new&job=student&+freework=$freework to $wims_menu_items |
48 | !set wims_menu_items=!append line participantview,1,module=$module&cmd=new&job=student&+freework=$freework to $wims_menu_items |
- | 49 | !endif |
|
- | 50 | !if $job isitemof viewuser3,student3 |
|
- | 51 | !set wims_name_sheetadmin=$name_managefreework |
|
- | 52 | !set wims_menu_items=!append line sheetadmin,1,module=$module&cmd=new&job=configfw&+freework=$freework to $wims_menu_items |
|
49 | !endif |
53 | !endif |
50 | !if $job isitemof student1,student2,student3 |
54 | !if $job isitemof student1,student2,student3 |
51 | !set wims_menu_items=!append line |
55 | !set wims_menu_items=!append line scores,1,module=adm/class/userscore&cmd=new to $wims_menu_items |
52 | !endif |
56 | !endif |
53 | !endif |
57 | !endif |
- | 58 | ||
- | 59 | !if $job isitemof viewuser3,student3 and $activetest>=1 and $activetest<3 and $userv!=$empty and $wims_user=supervisor |
|
- | 60 | !set wims_menu_items=!append line studscores,1,module=adm/class/userscore&cmd=new&job=getuser&getuser=$userv to $wims_menu_items |
|
- | 61 | !endif |
|
- | 62 | ||
- | 63 | !if $job isitemof viewuser3,student3 and $activetest>=1 and $activetest<3 and $wims_user!=supervisor |
|
- | 64 | !set wims_menu_items=!append line myscore,1,module=adm/class/userscore&cmd=new&job=getuser&getuser=$userv to $wims_menu_items |
|
- | 65 | !endif |
|
- | 66 | ||
54 | 67 | ||
55 | !read $job.phtml |
68 | !read $job.phtml |
56 | 69 | ||
57 | !reset job back |
70 | !reset job back |
58 | 71 |