Rev 16449 | Rev 16469 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16449 | Rev 16468 | ||
---|---|---|---|
Line 156... | Line 156... | ||
156 | !endif |
156 | !endif |
157 | !if $wims_user=supervisor and $module=adm/doc |
157 | !if $wims_user=supervisor and $module=adm/doc |
158 | !set 1_=!append line doch_docs,1,module=adm/doc&job=home to $1_ |
158 | !set 1_=!append line doch_docs,1,module=adm/doc&job=home to $1_ |
159 | !endif |
159 | !endif |
160 | !if $special_parm4=$empty |
160 | !if $special_parm4=$empty |
- | 161 | !let tmptest=print=yes |
|
161 | !if $cmd!=intro and $cmd!=help and $module!=home and \ |
162 | !if $cmd!=intro and $cmd!=help and $module!=home and \ |
162 | ../adm/ notin ../$module and \ |
163 | ../adm/ notin ../$module and \ |
163 | (../devel/ notin ../$module or $wims_devel_modules iswordof open) \ |
164 | (../devel/ notin ../$module or $wims_devel_modules iswordof open) \ |
164 | and exercise isin $module_category |
165 | and exercise isin $module_category |
- | 166 | !!and $tmptest notin $module_init_parm |
|
165 | !set wims_homeref_parm=!replace internal % by %25 in $module_init_parm |
167 | !set wims_homeref_parm=!replace internal % by %25 in $module_init_parm |
166 | !set wims_homeref_parm=!replace internal + by %2B in $wims_homeref_parm |
168 | !set wims_homeref_parm=!replace internal + by %2B in $wims_homeref_parm |
167 | !set wims_homeref_parm=!replace internal & by %26 in $wims_homeref_parm |
169 | !set wims_homeref_parm=!replace internal & by %26 in $wims_homeref_parm |
168 | !set wims_homeref_parm=!replace internal ; by %3B in $wims_homeref_parm |
170 | !set wims_homeref_parm=!replace internal ; by %3B in $wims_homeref_parm |
169 | !set wims_homeref_parm=!lines2rows $wims_homeref_parm |
171 | !set wims_homeref_parm=!lines2rows $wims_homeref_parm |