Rev 17170 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10272 | obado | 1 | <!-- begin of standard/visitor.phtml --> |
1108 | czzmrn | 2 | !! WIMS main entrance page theme. |
3 | !nocache |
||
4 | !if $module!=home |
||
12610 | bpr | 5 | !exit |
1108 | czzmrn | 6 | !endif |
1335 | bpr | 7 | |
1108 | czzmrn | 8 | !set home_theme=yes |
9 | !set table_colors=$wims_ref_bgcolor,$wims_ref_bgcolor |
||
1128 | bpr | 10 | </div> |
4837 | bpr | 11 | <div id="wimsfrontpage"> |
5285 | obado | 12 | |
14443 | bpr | 13 | <div id="wimstopbox"> |
12610 | bpr | 14 | !set positionlogo=left |
15 | !read themes/_widgets/institution_logo.phtml |
||
6015 | bpr | 16 | |
12610 | bpr | 17 | !! maybe not useful if already called in header.phtml ? |
18 | !read themes/_widgets/user_links.phtml |
||
9596 | obado | 19 | |
14443 | bpr | 20 | <div class="wimsmenu menu"> |
12610 | bpr | 21 | !!read themes/_widgets/virtualzone.phtml |
22 | !read themes/_widgets/authlogout.phtml |
||
23 | !read themes/_widgets/manager.phtml |
||
14443 | bpr | 24 | </div><!--wimsmenu--> |
25 | </div> |
||
10272 | obado | 26 | !read themes/_widgets/ariane.phtml |
10594 | obado | 27 | |
14443 | bpr | 28 | <div id="wimsbodybox"> |
29 | <div id="wimspagebox"> |
||
30 | <div class="wimsbody"> |
||
5989 | bpr | 31 | !read themes/_widgets/site_title.phtml |
14461 | bpr | 32 | !read ./form.phtml |
17170 | bpr | 33 | <br class="clearall"> |
14461 | bpr | 34 | !if $s_category=V |
12610 | bpr | 35 | !read ./front.phtml |
5489 | bpr | 36 | !else |
12610 | bpr | 37 | !read ./result.phtml |
5489 | bpr | 38 | !endif |
14443 | bpr | 39 | </div><!--end wimsbody--> |
40 | </div><!--wimspagebox--> |
||
6015 | bpr | 41 | !distribute items div,div into div0,div1 |
5989 | bpr | 42 | |
7581 | obado | 43 | !! Sets all links to be displayed in menumodubox |
10015 | bpr | 44 | !read themes/_procs/homemenu.proc |
45 | |||
7581 | obado | 46 | !set wims_rm_0 = $wims_rm_0\ |
10015 | bpr | 47 | itemsep,0,$V_cls |
48 | !read themes/_procs/virtualzone.proc |
||
49 | |||
50 | !set wims_rm_0 = $wims_rm_0\ |
||
9708 | bpr | 51 | itemsep,0,$CR_Docs |
7581 | obado | 52 | !read themes/_procs/documentation.proc |
10015 | bpr | 53 | |
7581 | obado | 54 | !set wims_rm_0 = $wims_rm_0\ |
55 | itemsep,0,$CR_1 |
||
56 | !read themes/_procs/devtools.proc |
||
10015 | bpr | 57 | |
7581 | obado | 58 | !set wims_rm_0 = $wims_rm_0\ |
10148 | bpr | 59 | itemsep,0,$wims_name_Site |
10015 | bpr | 60 | !read themes/_procs/browsesite.proc |
7581 | obado | 61 | !read themes/_procs/site.proc |
10015 | bpr | 62 | |
7581 | obado | 63 | !set wims_homeref_n0 = !linecnt $wims_rm_0 |
64 | |||
10015 | bpr | 65 | !read themes/_widgets/menumodubox_accordion.phtml |
7581 | obado | 66 | |
6017 | bpr | 67 | !distribute items div,span into div0,div1 |
5993 | bpr | 68 | !read themes/_widgets/visitormenubox.phtml |
6017 | bpr | 69 | !reset div0 div1 |
14443 | bpr | 70 | </div><!--wimsbodybox--> |
4957 | obado | 71 | |
14443 | bpr | 72 | !read themes/_widgets/tailbox.phtml |
73 | </div><!--wimsfrontpage--> |
||
5704 | bpr | 74 | |
14443 | bpr | 75 | !read themes/_widgets/footer_foundation.phtml |
18424 | bpr | 76 | !robottrap |
14443 | bpr | 77 | </body> |
5704 | bpr | 78 | </html> |
10272 | obado | 79 | <!-- end of standard/visitor.phtml --> |