Rev 12824 | Rev 15767 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12824 | Rev 13562 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | !endif |
20 | !endif |
21 | !endif |
21 | !endif |
22 | 22 | ||
23 | !if robot isin $session or _check isin $session |
23 | !if robot isin $session or _check isin $session |
24 | !if robot isin $session and wims.unice.fr notin $httpd_SERVER_NAME\ |
24 | !if robot isin $session and wims.unice.fr notin $httpd_SERVER_NAME\ |
25 |
|
25 | and $cmd iswordof new intro |
26 | !set wims_c1=!char 1 of $module |
26 | !set wims_c1=!char 1 of $module |
27 | !if $wims_c1 isin ABCDEFGHIJKLMNOPQRSTUVWXYZ or ../tool isin ../$module |
27 | !if $wims_c1 isin ABCDEFGHIJKLMNOPQRSTUVWXYZ or ../tool isin ../$module |
28 | !set wims_md=!translate . to , in $module |
28 | !set wims_md=!translate . to , in $module |
29 | !set wims_md=!item -1 of $wims_md |
29 | !set wims_md=!item -1 of $wims_md |
30 | !set wims_mdcnt=!charcnt $wims_md |
30 | !set wims_mdcnt=!charcnt $wims_md |
Line 37... | Line 37... | ||
37 | !changeto robotref.phtml |
37 | !changeto robotref.phtml |
38 | !endif |
38 | !endif |
39 | 39 | ||
40 | !if $wims_mode=popup |
40 | !if $wims_mode=popup |
41 | <div class="wimstail"> |
41 | <div class="wimstail"> |
42 |
|
42 | <hr/> |
43 | <table border="0" width="100%"> |
- | |
44 | <tr><td align="left"> |
- | |
45 |
|
43 | <small> |
46 |
|
44 | <a target="wims" href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME">WIMS @ $httpd_HTTP_HOST</a> |
47 |
|
45 | </small> |
48 | </td></tr> |
- | |
49 | </table> |
- | |
50 | </div> |
46 | </div> |
51 | !exit |
47 | !exit |
52 | !endif |
48 | !endif |
53 | 49 | ||
54 | !if _test isin $session and $wims_hacked_variables!=$empty |
50 | !if _test isin $session and $wims_hacked_variables!=$empty |
Line 118... | Line 114... | ||
118 | !if $window != embeded and $module_has_intro=yes and $cmd notwordof intro help |
114 | !if $window != embeded and $module_has_intro=yes and $cmd notwordof intro help |
119 | !set 1_=!append line intro,1,module=$module&cmd=intro&special_parm=$special_parm&special_parm2=$special_parm2&special_parm3=$special_parm3 to $1_ |
115 | !set 1_=!append line intro,1,module=$module&cmd=intro&special_parm=$special_parm&special_parm2=$special_parm2&special_parm3=$special_parm3 to $1_ |
120 | !endif |
116 | !endif |
121 | 117 | ||
122 | !if _ notin $wims_session and adm/ notin $module and home notin $module\ |
118 | !if _ notin $wims_session and adm/ notin $module and home notin $module\ |
123 |
|
119 | and $cmd notwordof help ref |
124 | !!!set 1_=!append line reference,4,module=$module&cmd=ref&special_parm=$cmd,ref to $1_ |
120 | !!!set 1_=!append line reference,4,module=$module&cmd=ref&special_parm=$cmd,ref to $1_ |
125 | !endif |
121 | !endif |
126 | 122 | ||
127 | !!********* Link #5 : "Help" |
123 | !!********* Link #5 : "Help" |
128 | !if $module_help!=$empty and $module_has_help=yes and $cmd notwordof intro help |
124 | !if $module_help!=$empty and $module_has_help=yes and $cmd notwordof intro help |