Rev 6118 | Rev 6201 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
33 | reyssat | 1 | !if robot isin $session |
2 | !set wims_htmlbody= |
||
3 | !endif |
||
4 | !if _tool isin $wims_session |
||
1051 | bpr | 5 | !set wims_html_onload=window.focus();window.resizeTo(800,650);window.moveTo(15,35);$wims_html_onload |
33 | reyssat | 6 | !endif |
6058 | obado | 7 | |
1181 | bpr | 8 | !read adm/css.phtml |
1051 | bpr | 9 | !header1 |
10 | |||
33 | reyssat | 11 | !robottrap |
12 | |||
13 | !if robot isin $session |
||
14 | !changeto ./robot.phtml |
||
15 | !endif |
||
6200 | bpr | 16 | !set xx=!getdef HTTP_USER_AGENT in wimshome/sessions/$wims_session/var |
17 | $xx |
||
2940 | guerimand | 18 | !if $directworksheet!=$empty |
19 | !readproc names.$lang |
||
20 | !changeto launchseries.phtml |
||
21 | !endif |
||
22 | |||
33 | reyssat | 23 | !if $special_parm=logo |
1161 | bpr | 24 | </div> |
6058 | obado | 25 | <div id="wimsbodybox"> |
26 | <div id="wimspagebox"> |
||
27 | !read ./logo/logo.phtml.$lang |
||
28 | </div> |
||
29 | </div> |
||
30 | !exit |
||
33 | reyssat | 31 | !endif |
32 | |||
465 | bpr | 33 | !if $special_parm=download |
6118 | obado | 34 | <h1 class="alert">Sorry, this page no more exists.</h1> |
35 | !! is special_parm=download really still used ? |
||
36 | !exit |
||
465 | bpr | 37 | !endif |
6058 | obado | 38 | |
33 | reyssat | 39 | !if $wims_user=$empty |
40 | !changeto theme.phtml visitor |
||
41 | !endif |
||
42 | |||
43 | !if $wims_user=supervisor and $style!=student |
||
44 | !changeto theme.phtml supervisor |
||
45 | !else |
||
46 | !changeto theme.phtml user |
||
47 | !endif |
||
48 |