Rev 10228 | Rev 10238 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10228 | Rev 10236 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | 37 | ||
38 | !if $auth_login!=$empty and $job notwordof modname copy |
38 | !if $auth_login!=$empty and $job notwordof modname copy |
39 | !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\ |
39 | !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\ |
40 | modlist ARIANE,1,cmd=reply&jobreq=modname\ |
40 | modlist ARIANE,1,cmd=reply&jobreq=modname\ |
41 | to $wims_menu_items |
41 | to $wims_menu_items |
42 | !if $job iswordof index publish diff |
42 | !if $job iswordof index publish diff edfile showfile |
43 | !set wims_menu_items=!append line modcontent,1,cmd=reply&jobreq=flist\ |
43 | !set wims_menu_items=!append line modcontent ARIANE,1,cmd=reply&jobreq=flist\ |
44 | binfile,1,cmd=reply&jobreq=binfile\ |
44 | binfile,1,cmd=reply&jobreq=binfile\ |
45 | to $wims_menu_items |
45 | to $wims_menu_items |
46 | !endif |
46 | !endif |
47 | - | ||
48 | !if $job iswordof flist and $modreq!=.new |
47 | !if $job iswordof flist and $modreq!=.new |
49 | !set wims_menu_items=!append line binfile,1,cmd=reply&jobreq=binfile\ |
48 | !set wims_menu_items=!append line binfile,1,cmd=reply&jobreq=binfile\ |
50 | to $wims_menu_items |
49 | to $wims_menu_items |
51 | !endif |
50 | !endif |
52 | !if $job iswordof binfile |
51 | !if $job iswordof binfile |
53 | !set wims_menu_items=!append line otherfiles,1,cmd=reply&jobreq=flist\ |
52 | !set wims_menu_items=!append line otherfiles,1,cmd=reply&jobreq=flist\ |
54 | to $wims_menu_items |
53 | to $wims_menu_items |
55 | !endif |
54 | !endif |
56 | !if $job iswordof flist edfile showfile binfile |
55 | !if $job iswordof flist edfile showfile binfile |
57 | !if .oef isin $fname |
56 | !if .oef isin $fname |
58 | !set tmp_f=!replace internal src/ by in $fname |
57 | !set tmp_f=!replace internal src/ by in $fname |
59 | !set tmp_f=!replace internal .oef by in &exo=$tmp_f&cmd=new |
58 | !set tmp_f=!replace internal .oef by in &exo=$tmp_f&cmd=new |
60 | !else |
59 | !else |
Line 107... | Line 106... | ||
107 | !endif |
106 | !endif |
108 | !set wims_menu_items=!append line publish,1,cmd=reply&jobreq=publish\ |
107 | !set wims_menu_items=!append line publish,1,cmd=reply&jobreq=publish\ |
109 | to $wims_menu_items |
108 | to $wims_menu_items |
110 | !endif |
109 | !endif |
111 | !endif |
110 | !endif |
- | 111 | !endif |
|
- | 112 | !if $job=showfile |
|
- | 113 | !set wims_menu_items=!append line edfile,1,cmd=reply&jobreq=edfile\ |
|
- | 114 | to $wims_menu_items |
|
112 | !endif |
115 | !endif |
113 | 116 | ||
114 | !if $job=edfile |
117 | !if $job=edfile |
115 | !set wims_menu_items=!append line back3,1,cmd=reply&jobreq=flist\ |
118 | !set wims_menu_items=!append line back3,1,cmd=reply&jobreq=flist\ |
116 | to $wims_menu_items |
119 | to $wims_menu_items |
117 | 120 | ||
118 | !set wims_menu_items=!append line itemsep,0,$wims_name_help\ |
121 | !set wims_menu_items=!append line itemsep,0,$wims_name_help\ |
119 | docoef,4,module=adm/createxo& |
122 | docoef,4,module=adm/createxo&modtoolhelp=yes,help\ |
120 | docslib,4,module=help/wimsdoc& |
123 | docslib,4,module=help/wimsdoc&subject=slib#slib,help\ |
121 | docanswer,4,module=adm/createxo& |
124 | docanswer,4,module=adm/createxo&modtoolhelp=yes&+special_parm=reply,help\ |
122 | to $wims_menu_items |
125 | to $wims_menu_items |
123 | !endif |
126 | !endif |
124 | 127 | ||
125 | !tail |
128 | !tail |
126 | 129 |