Subversion Repositories wimsdev

Rev

Rev 10229 | Rev 11648 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10229 Rev 10355
Line 72... Line 72...
72
 !read $mode$level.phtml
72
 !read $mode$level.phtml
73
!else
73
!else
74
 !read level$level.phtml
74
 !read level$level.phtml
75
!endif
75
!endif
76
 
76
 
77
!!! FIXME: to comment when the ARIANE thread will be there
-
 
78
!!!if $level notwordof 0
77
!if $wims_theme=default
-
 
78
!!ARIANE
79
!set wims_menu_items=!append line createxo ARIANE,1,module=adm/createxo\
79
  !set wims_menu_items=!append line createxo,1,module=adm/createxo\
80
to $wims_menu_items
80
to $wims_menu_items
81
!!!endif
81
!endif
82
 
82
 
83
!if $level iswordof 0 1
83
!if $level iswordof 0 1
84
  !set wims_menu_items=!append line createxo,0,Createxo\
84
  !set wims_menu_items=!append line createxo,0,Createxo\
85
model,1,cmd=reply&mode=model&level=1\
85
model,1,cmd=reply&mode=model&level=1\
86
normalmode,1,cmd=reply&mode=normal&level=1\
86
normalmode,1,cmd=reply&mode=normal&level=1\
87
rawmode,1,cmd=reply&rawinp=yes&level=1\
87
rawmode,1,cmd=reply&rawinp=yes&level=1\
88
filemode,1,cmd=reply&mode=file&level=1\
88
filemode,1,cmd=reply&mode=file&level=1\
89
 to $wims_menu_items
89
 to $wims_menu_items
90
  !read themes/_procs/othermethods.proc
90
  !read themes/_procs/othermethods.proc
91
!endif
91
!endif
92
!if $level iswordof 2 and $mode=model
92
!if $level iswordof 2 and $mode=model
-
 
93
!!modellist ARIANE
93
!set wims_menu_items=!append line itemsep,0,\
94
!set wims_menu_items=!append line itemsep,0,\
94
modellist ARIANE,1,cmd=reply&level=1&mode=model\
95
modellist,1,cmd=reply&level=1&mode=model\
95
rawmode,1,cmd=reply&rawinp=yes\
96
rawmode,1,cmd=reply&rawinp=yes\
96
to $wims_menu_items
97
to $wims_menu_items
97
!endif
98
!endif
98
 
99
 
99
!!!developpers tools
100
!!!developpers tools
100
!if $wims_user=supervisor or $wims_developper!=$empty
101
!if $wims_user=supervisor or $wims_developper!=$empty
101
  !set wims_menu_items=!append line tools,0,$wims_name_tools\
102
  !set wims_menu_items=!append line tools,0,$wims_name_tools\
102
  coordclick,1,module=adm/tool/coordclick\
103
  coordclick,1,module=adm/tool/coordclick\
103
 to $wims_menu_items
104
 to $wims_menu_items
Line 109... Line 110...
109
!endif
110
!endif
110
:end
111
:end
111
!tail
112
!tail
112
 
113
 
113
!reset wims_deposit, delfile
114
!reset wims_deposit, delfile
114
 
-