Rev 13915 | Rev 14213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13915 | Rev 14192 | ||
---|---|---|---|
Line 121... | Line 121... | ||
121 | !endif |
121 | !endif |
122 | !if $wims_user=supervisor and ((_adm/doc notin _$module and adddoc notin $module \ |
122 | !if $wims_user=supervisor and ((_adm/doc notin _$module and adddoc notin $module \ |
123 | and (document iswordof $module_category or tool iswordof $module_category))\ |
123 | and (document iswordof $module_category or tool iswordof $module_category))\ |
124 | or _c isin _$doc) |
124 | or _c isin _$doc) |
125 | !if document iswordof $module_category or _c isin _$doc |
125 | !if document iswordof $module_category or _c isin _$doc |
126 | !set wims_homeref_parm= |
126 | !set wims_homeref_parm=doc=$doc&block=$block&job=read |
- | 127 | !set wims_homeref_parm=!replace internal & by %26 in $wims_homeref_parm |
|
127 | !endif |
128 | !endif |
128 | !if adm/tool/glossary isin $module |
129 | !if adm/tool/glossary isin $module |
129 | !if $gl=0 |
130 | !if $gl=0 |
130 | !if $special_parm!=$empty |
131 | !if $special_parm!=$empty |
131 | !set wims_homeref_parm=!getopt gloss_item in $module_init_parm |
132 | !set wims_homeref_parm=!getopt gloss_item in $module_init_parm |
Line 172... | Line 173... | ||
172 | !else |
173 | !else |
173 | !! ----- place pour ajouter le lien vers la modification de serie dans une feuille |
174 | !! ----- place pour ajouter le lien vers la modification de serie dans une feuille |
174 | !if $cmd!=intro and $cmd!=help and $module!=home and \ |
175 | !if $cmd!=intro and $cmd!=help and $module!=home and \ |
175 | ../adm/ notin ../$module and \ |
176 | ../adm/ notin ../$module and \ |
176 | (../devel/ notin ../$module or $wims_devel_modules iswordof open) |
177 | (../devel/ notin ../$module or $wims_devel_modules iswordof open) |
- | 178 | !debug |
|
177 | !set wims_homeref_parm=!replace % by %25 in $module_init_parm |
179 | !set wims_homeref_parm=!replace % by %25 in $module_init_parm |
178 | !set wims_homeref_parm=!replace + by %2B in $wims_homeref_parm |
180 | !set wims_homeref_parm=!replace + by %2B in $wims_homeref_parm |
179 | !set wims_homeref_parm=!replace & by %26 in $wims_homeref_parm |
181 | !set wims_homeref_parm=!replace & by %26 in $wims_homeref_parm |
180 | !set 1_=!append line chseries,1,module=adm/class/sheet&dir=$module&scoring=$module_scoring&iniparm=$wims_homeref_parm&job=chseries&num=$special_parm4 to $1_ |
182 | !set 1_=!append line chseries,1,module=adm/class/sheet&dir=$module&scoring=$module_scoring&iniparm=$wims_homeref_parm&job=chseries&num=$special_parm4 to $1_ |
181 | !endif |
183 | !endif |