Rev 17306 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17306 | Rev 18169 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | !if $notallowed=1 |
36 | !if $notallowed=1 |
37 | !goto end |
37 | !goto end |
38 | !endif |
38 | !endif |
39 | 39 | ||
40 | !read $job.phtml |
40 | !read $job.phtml |
41 | - | ||
42 | 41 | ||
43 | :end |
42 | :end |
44 | !if $wims_user=supervisor |
43 | !if $wims_user=supervisor |
45 | !if $job!=config |
44 | !if $job!=config |
46 | !set wims_menu_items=!append line config,1,module=$module&cmd=reply&job=config to $wims_menu_items |
45 | !set wims_menu_items=!append line config,1,module=$module&cmd=reply&job=config to $wims_menu_items |
47 | !endif |
46 | !endif |
48 | !if $job!=userlist |
47 | !if $job!=userlist |
49 | !set wims_menu_items=!append line part_list,1,module=$module&cmd=reply&job=userlist to $wims_menu_items |
48 | !set wims_menu_items=!append line part_list,1,module=$module&cmd=reply&job=userlist to $wims_menu_items |
50 | !endif |
49 | !endif |
51 | !else |
50 | !else |
52 | !if $job!=log |
51 | !if $job!=log |
53 | !set wims_menu_items=!append line logwork,1,module=$module&cmd=reply&job=log to $wims_menu_items |
52 | !set wims_menu_items=!append line logwork,1,module=$module&cmd=reply&job=log to $wims_menu_items |
54 | !endif |
53 | !endif |
55 | !if $job!=swork |
54 | !if $job!=swork |
56 | !set wims_menu_items=!append line swork,1,module=$module&cmd=reply&job=swork to $wims_menu_items |
55 | !set wims_menu_items=!append line swork,1,module=$module&cmd=reply&job=swork to $wims_menu_items |
57 | !endif |
56 | !endif |
58 | - | ||
59 | !endif |
57 | !endif |
60 | 58 | ||
61 | !reset job |
59 | !reset job |
62 | !tail |
60 | !tail |