Rev 7684 | Rev 9809 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $cmd=help |
||
3 | !read help.phtml |
||
4 | !goto end |
||
1170 | bpr | 5 | !else |
6 | !read adm/css.phtml |
||
7 | !header1 |
||
23 | reyssat | 8 | !endif |
4039 | bpr | 9 | !read adm/class/classname.phtml $wims_classname\ |
4023 | bpr | 10 | $wims_institutionname |
23 | reyssat | 11 | |
1348 | bpr | 12 | !read adm/title.phtml 1\ |
4023 | bpr | 13 | $classname\ |
1348 | bpr | 14 | $title |
23 | reyssat | 15 | |
1348 | bpr | 16 | |
23 | reyssat | 17 | !if $error!=$empty |
5894 | bpr | 18 | <div class="wims_alertmsg"> |
2477 | bpr | 19 | !read lang/msg.phtml.$moduclass_lang |
5874 | bpr | 20 | </div> |
23 | reyssat | 21 | !if $wims_user!=supervisor or not_secure iswordof $error |
22 | !goto end |
||
23 | !endif |
||
24 | !endif |
||
25 | |||
26 | !read $job.phtml |
||
27 | |||
1457 | bpr | 28 | !if $wims_theme_version!=0 and $wims_theme_version!= |
1465 | bpr | 29 | !set wims_menu_items=!append line config,1,cmd=renew&job=list\ |
1457 | bpr | 30 | to $wims_menu_items |
1465 | bpr | 31 | !if $job=list and $supertype=4 and $classdepth<=3 |
6182 | bpr | 32 | !set wims_menu_items=!append line struct,1,module=adm/class/gateway\ |
1465 | bpr | 33 | to $wims_menu_items |
1457 | bpr | 34 | !endif |
1465 | bpr | 35 | !set wims_menu_items=!append line ,0,\ |
1457 | bpr | 36 | to $wims_menu_items |
1465 | bpr | 37 | !set wims_menu_items=!append line config_present,1,cmd=reply&job=present\ |
38 | to $wims_menu_items |
||
1457 | bpr | 39 | !set wims_menu_items=!append line config_oef,1,cmd=reply&job=oefdefault\ |
40 | to $wims_menu_items |
||
1465 | bpr | 41 | !if $class_type iswordof 2 3 4 |
42 | !set wims_menu_items=!append line config_propagate,1,cmd=reply&job=propagate\ |
||
43 | to $wims_menu_items |
||
44 | !endif |
||
45 | !set wims_menu_items=!append line ,0,\ |
||
1457 | bpr | 46 | to $wims_menu_items |
1465 | bpr | 47 | !set wims_menu_items=!append line save,1,cmd=reply&job=arch&job2=first\ |
1457 | bpr | 48 | to $wims_menu_items |
49 | !set wims_menu_items=!append line config_secure,1,cmd=reply&job=security\ |
||
50 | to $wims_menu_items |
||
7684 | bpr | 51 | !if $classdepth<=1 |
1465 | bpr | 52 | !set wims_menu_items=!append line config_auth,1,cmd=reply&job=authtype\ |
53 | to $wims_menu_items |
||
54 | !endif |
||
55 | |||
1457 | bpr | 56 | !set wims_menu_items=!append line config_clean,1, cmd=reply&job=clean\ |
7684 | bpr | 57 | to $wims_menu_items |
1457 | bpr | 58 | !set wims_menu_items=!append line ,0,\ |
59 | to $wims_menu_items |
||
1465 | bpr | 60 | !set wims_menu_items=!append line config_restr,1,cmd=reply&job=access\ |
61 | to $wims_menu_items |
||
62 | !set wims_menu_items=!append line config_score,1,cmd=reply&job=grestrict\ |
||
1459 | bpr | 63 | to $wims_menu_items |
1465 | bpr | 64 | !set wims_menu_items=!append line ,0,\ |
1459 | bpr | 65 | to $wims_menu_items |
2718 | bpr | 66 | !set wims_menu_items=!append line config_neigh,1,cmd=reply&job=neighbor&job2=first&excls=no\ |
1457 | bpr | 67 | to $wims_menu_items |
68 | !set wims_menu_items=!append line config_otherserver,1,cmd=reply&job=connect&job2=first\ |
||
69 | to $wims_menu_items |
||
1465 | bpr | 70 | !else |
2718 | bpr | 71 | !if $job notwordof list new |
72 | !set wims_menu_items=!append line config,1,cmd=renew&job=list\ |
||
73 | to $wims_menu_items |
||
74 | !endif |
||
23 | reyssat | 75 | !endif |
76 | :end |
||
77 | !tail |
||
78 | |||
79 | !reset save, abandon, confirm, clean, allow, except,\ |
||
9099 | bpr | 80 | changeshare, mksharable, stoprec, import, modtoolchg,\ |
81 | user_check |
||
23 | reyssat | 82 |