Rev 7077 | Rev 10230 | 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 |
7077 | obado | 9 | |
10 | !set home_theme=!text select 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/ in $wims_theme |
||
11 | !default home_theme=default |
||
12 | |||
13 | !let site_logo=!defof site_logo\ |
||
14 | site_logolink in wimshome/log/wims.conf |
||
15 | !distribute line $site_logo into site_logo,site_logolink |
||
16 | |||
1051 | bpr | 17 | !header1 |
18 | |||
33 | reyssat | 19 | !robottrap |
20 | |||
21 | !if robot isin $session |
||
22 | !changeto ./robot.phtml |
||
23 | !endif |
||
2940 | guerimand | 24 | !if $directworksheet!=$empty |
25 | !readproc names.$lang |
||
26 | !changeto launchseries.phtml |
||
27 | !endif |
||
28 | |||
33 | reyssat | 29 | !if $special_parm=logo |
1161 | bpr | 30 | </div> |
6058 | obado | 31 | <div id="wimsbodybox"> |
32 | <div id="wimspagebox"> |
||
33 | !read ./logo/logo.phtml.$lang |
||
34 | </div> |
||
35 | </div> |
||
36 | !exit |
||
33 | reyssat | 37 | !endif |
38 | |||
465 | bpr | 39 | !if $special_parm=download |
6875 | bpr | 40 | <div class="wims_alertmsg">Sorry, this page no more exists.</div> |
6118 | obado | 41 | !! is special_parm=download really still used ? |
6875 | bpr | 42 | !exit |
465 | bpr | 43 | !endif |
6058 | obado | 44 | |
33 | reyssat | 45 | !if $wims_user=$empty |
46 | !changeto theme.phtml visitor |
||
47 | !endif |
||
48 | |||
49 | !if $wims_user=supervisor and $style!=student |
||
50 | !changeto theme.phtml supervisor |
||
51 | !else |
||
52 | !changeto theme.phtml user |
||
53 | !endif |