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