Rev 16448 | Rev 16468 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16448 | Rev 16449 | ||
---|---|---|---|
Line 159... | Line 159... | ||
159 | !endif |
159 | !endif |
160 | !if $special_parm4=$empty |
160 | !if $special_parm4=$empty |
161 | !if $cmd!=intro and $cmd!=help and $module!=home and \ |
161 | !if $cmd!=intro and $cmd!=help and $module!=home and \ |
162 | ../adm/ notin ../$module and \ |
162 | ../adm/ notin ../$module and \ |
163 | (../devel/ notin ../$module or $wims_devel_modules iswordof open) \ |
163 | (../devel/ notin ../$module or $wims_devel_modules iswordof open) \ |
164 | and exercise isin $module_category |
164 | and exercise isin $module_category |
165 | !set wims_homeref_parm=!replace internal % by %25 in $module_init_parm |
165 | !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 |
166 | !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 |
167 | !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 |
168 | !set wims_homeref_parm=!replace internal ; by %3B in $wims_homeref_parm |
169 | !set wims_homeref_parm=!lines2rows $wims_homeref_parm |
169 | !set wims_homeref_parm=!lines2rows $wims_homeref_parm |