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