Rev 13573 | Rev 16023 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13573 | Rev 14338 | ||
---|---|---|---|
Line 69... | Line 69... | ||
69 | !set 1_=!append line intro,1,module=$module&cmd=intro&special_parm=$special_parm&special_parm2=$special_parm2&special_parm3=$special_parm3&special_parm4=$special_parm4 to $1_ |
69 | !set 1_=!append line intro,1,module=$module&cmd=intro&special_parm=$special_parm&special_parm2=$special_parm2&special_parm3=$special_parm3&special_parm4=$special_parm4 to $1_ |
70 | !endif |
70 | !endif |
71 | !endif |
71 | !endif |
72 | !!********* Link #6 : "References" |
72 | !!********* Link #6 : "References" |
73 | !if _ notin $wims_session and adm/ notin $module and home notin $module\ |
73 | !if _ notin $wims_session and adm/ notin $module and home notin $module\ |
74 |
|
74 | and $cmd notwordof help ref |
75 | !! !set 1_=!append line reference,4,module=$module&cmd=ref&special_parm=$cmd,ref to $1_ |
75 | !! !set 1_=!append line reference,4,module=$module&cmd=ref&special_parm=$cmd,ref to $1_ |
76 | !endif |
76 | !endif |
77 | 77 | ||
78 | !!********* Link #7 : "Help" |
78 | !!********* Link #7 : "Help" |
79 | !if $module_has_help=yes and $cmd notwordof intro help |
79 | !if $module_has_help=yes and $cmd notwordof intro help |
Line 100... | Line 100... | ||
100 | !endif |
100 | !endif |
101 | !endif |
101 | !endif |
102 | 102 | ||
103 | !!********* Link #9 : "About" |
103 | !!********* Link #9 : "About" |
104 | !if $window != embeded \ |
104 | !if $window != embeded \ |
105 |
|
105 | and $module_has_about=yes \ |
106 |
|
106 | and _tool notin $module and home notin $module \ |
107 |
|
107 | and $cmd notwordof help and _exam notin $session\ |
108 |
|
108 | and (adm notin $module or $wims_user iswordof supervisor developper or $wims_user=$empty) |
109 |
|
109 | !set 1_=!append line about,4,module=$module&cmd=help&special_parm=about,mhelp,,$wims_name_module_infos ($module) to $1_ |
110 | !endif |
110 | !endif |
111 | 111 | ||
112 | !!********* Link #10 : "WIMS Help" |
112 | !!********* Link #10 : "WIMS Help" |
113 | !if $module!=home and _exam notin $session and $wims_version_theme=0 |
113 | !if $module!=home and _exam notin $session and $wims_version_theme=0 |
114 | !set 1_=!append line whelp,4,module=help/main&$wims_helper,help to $1_ |
114 | !set 1_=!append line whelp,4,module=help/main&$wims_helper,help to $1_ |