Subversion Repositories wimsdev

Rev

Rev 9099 | Rev 10101 | 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
9809 bpr 27
!set wims_menu_items=!append line itemsep,0,\
28
  to $wims_menu_items
1457 bpr 29
!if $wims_theme_version!=0 and $wims_theme_version!=
1465 bpr 30
 !set wims_menu_items=!append line config,1,cmd=renew&job=list\
1457 bpr 31
to $wims_menu_items
1465 bpr 32
!if $job=list and $supertype=4 and $classdepth<=3
6182 bpr 33
!set wims_menu_items=!append line struct,1,module=adm/class/gateway\
1465 bpr 34
to $wims_menu_items
1457 bpr 35
!endif
1465 bpr 36
!set wims_menu_items=!append line config_present,1,cmd=reply&job=present\
37
to $wims_menu_items
1457 bpr 38
!set wims_menu_items=!append line config_oef,1,cmd=reply&job=oefdefault\
39
  to $wims_menu_items
1465 bpr 40
!if $class_type iswordof 2 3 4
41
!set wims_menu_items=!append line config_propagate,1,cmd=reply&job=propagate\
42
to $wims_menu_items
43
!endif
9809 bpr 44
!if $classdepth<=1
45
 !set wims_menu_items=!append line itemsep,0,\
46
 config_auth,1,cmd=reply&job=authtype\
1457 bpr 47
 to $wims_menu_items
9809 bpr 48
!endif
1457 bpr 49
!set wims_menu_items=!append line config_secure,1,cmd=reply&job=security\
50
to $wims_menu_items
9809 bpr 51
 
52
!set wims_menu_items=!append line itemsep,0,\
1465 bpr 53
 to $wims_menu_items
9809 bpr 54
!set wims_menu_items=!append line save,1,cmd=reply&job=arch&job2=first\
55
to $wims_menu_items
1465 bpr 56
 
9809 bpr 57
 
1457 bpr 58
!set wims_menu_items=!append line config_clean,1, cmd=reply&job=clean\
7684 bpr 59
to $wims_menu_items
9809 bpr 60
!set wims_menu_items=!append line itemsep,0,\
1457 bpr 61
 to $wims_menu_items
1465 bpr 62
 !set wims_menu_items=!append line config_restr,1,cmd=reply&job=access\
63
  to $wims_menu_items
64
!set wims_menu_items=!append line config_score,1,cmd=reply&job=grestrict\
1459 bpr 65
to $wims_menu_items
9809 bpr 66
!set wims_menu_items=!append line itemsep,0,\
1459 bpr 67
 to $wims_menu_items
2718 bpr 68
!set wims_menu_items=!append line config_neigh,1,cmd=reply&job=neighbor&job2=first&excls=no\
1457 bpr 69
to $wims_menu_items
70
!set wims_menu_items=!append line config_otherserver,1,cmd=reply&job=connect&job2=first\
71
to $wims_menu_items
1465 bpr 72
!else
2718 bpr 73
 !if $job notwordof list new
74
  !set wims_menu_items=!append line config,1,cmd=renew&job=list\
75
 to $wims_menu_items
76
 !endif
23 reyssat 77
!endif
78
:end
79
!tail
80
 
81
!reset save, abandon, confirm, clean, allow, except,\
9099 bpr 82
        changeshare, mksharable, stoprec, import, modtoolchg,\
83
        user_check
23 reyssat 84