Rev 17170 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10369 | obado | 1 | <!-- BEGIN of default/visitor --> |
21 | reyssat | 2 | !! WIMS main entrance page theme. |
3 | !nocache |
||
4 | !if $module!=home |
||
14734 | obado | 5 | <!-- END of default/visitor (not in Home) --> |
6 | !exit |
||
21 | reyssat | 7 | !endif |
6263 | bpr | 8 | !if $wims_theme!=default |
14734 | obado | 9 | <!-- END of default/visitor (not in default) --> |
10 | !exit |
||
6263 | bpr | 11 | !endif |
7756 | bpr | 12 | </div> |
14734 | obado | 13 | |
21 | reyssat | 14 | !set home_theme=yes |
15 | !set table_colors=$wims_ref_bgcolor,$wims_ref_bgcolor |
||
14734 | obado | 16 | !read themes/_procs/table.proc |
17 | <div id="visitor_home"> |
||
5990 | bpr | 18 | |
6240 | bpr | 19 | !read themes/$wims_theme/_widgets/site_title.phtml |
9891 | schaersvoo | 20 | !set wims_headmenu_colcnt=6 |
14734 | obado | 21 | !set table_class=wimsmenu |
21 | reyssat | 22 | $table_header |
5990 | bpr | 23 | $table_tr<td> |
14734 | obado | 24 | !href module=adm/new $wims_name_mod_new |
5990 | bpr | 25 | </td><td> |
14734 | obado | 26 | !href module=adm/browse $wims_name_browse |
9324 | schaersvoo | 27 | </td><td> |
14734 | obado | 28 | !href module=adm/forum/forum $wims_name_forum |
5990 | bpr | 29 | </td><td> |
14734 | obado | 30 | !href module=adm/light&phtml=mirror.phtml.$lang $wims_name_mirror |
5990 | bpr | 31 | </td><td> |
14734 | obado | 32 | !href module=adm/light&phtml=useropts.phtml.$lang $wims_name_pref |
5990 | bpr | 33 | </td><td> |
14734 | obado | 34 | !href module=help/main $wims_name_help |
21 | reyssat | 35 | </td></tr> |
5990 | bpr | 36 | $table_tr<td colspan="$wims_headmenu_colcnt"> |
14734 | obado | 37 | !read themes/$wims_theme/_widgets/language_selector.phtml |
5894 | bpr | 38 | </td></tr> |
6240 | bpr | 39 | $table_end |
5990 | bpr | 40 | |
21 | reyssat | 41 | !if $gotcnt<=0 and $s_keywords=$empty |
5990 | bpr | 42 | !read themes/$wims_theme/_widgets/virtualzone.phtml |
21 | reyssat | 43 | !endif |
7102 | schaersvoo | 44 | </div> |
45 | <div class="wimsbody"> |
||
21 | reyssat | 46 | |
5990 | bpr | 47 | !read themes/_widgets/manager.phtml |
21 | reyssat | 48 | |
49 | !read ./form.phtml |
||
5879 | bpr | 50 | !if $s_category=V |
14734 | obado | 51 | <!-- Foundation XY grid --> |
17170 | bpr | 52 | <link rel="stylesheet" href="html/themes/_css/foundation_xygrid.css"> |
14734 | obado | 53 | !! from home module |
54 | !read ./front.phtml |
||
5879 | bpr | 55 | !else |
14734 | obado | 56 | !read ./result.phtml |
5879 | bpr | 57 | !endif |
6240 | bpr | 58 | </div> |
59 | <div class="wimstail"> |
||
21 | reyssat | 60 | $table_header |
5990 | bpr | 61 | $table_tr |
62 | !read themes/$wims_theme/_widgets/devtools.phtml |
||
63 | </tr> |
||
21 | reyssat | 64 | !if $gotcnt<=0 and $s_keywords=$empty |
5990 | bpr | 65 | $table_tr |
66 | !read themes/$wims_theme/_widgets/documentation.phtml |
||
67 | !read themes/$wims_theme/_widgets/site.phtml |
||
68 | </tr> |
||
2071 | zjchen | 69 | !endif |
5894 | bpr | 70 | $table_end |
5990 | bpr | 71 | !read themes/_widgets/visitorcredits.phtml |
72 | |||
21 | reyssat | 73 | !robottrap |
6292 | schaersvoo | 74 | </div> |
75 | </body> |
||
14734 | obado | 76 | <!-- end of default/visitor --> |
6292 | schaersvoo | 77 | </html> |