Rev 7102 | Rev 9324 | 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> |
3960 | bpr | 21 | !href module=adm/forum/forum $wims_name_forum |
5990 | bpr | 22 | </td><td> |
3960 | bpr | 23 | !href module=adm/light&phtml=mirror.phtml.$lang $wims_name_mirror |
5990 | bpr | 24 | </td><td> |
3960 | bpr | 25 | !href module=adm/light&phtml=useropts.phtml.$lang $wims_name_pref |
5990 | bpr | 26 | </td><td> |
3960 | bpr | 27 | !href module=help/main $wims_name_help |
21 | reyssat | 28 | </td></tr> |
5990 | bpr | 29 | $table_tr<td colspan="$wims_headmenu_colcnt"> |
30 | !read themes/$wims_theme/_widgets/language_selector.phtml |
||
5894 | bpr | 31 | </td></tr> |
6240 | bpr | 32 | $table_end |
5990 | bpr | 33 | |
21 | reyssat | 34 | !if $gotcnt<=0 and $s_keywords=$empty |
5990 | bpr | 35 | !read themes/$wims_theme/_widgets/virtualzone.phtml |
21 | reyssat | 36 | !endif |
7102 | schaersvoo | 37 | </div> |
38 | <div class="wimsbody"> |
||
21 | reyssat | 39 | |
5990 | bpr | 40 | !read themes/_widgets/manager.phtml |
21 | reyssat | 41 | |
42 | !read ./form.phtml |
||
5879 | bpr | 43 | !if $s_category=V |
44 | !read ./front.phtml |
||
45 | !else |
||
46 | !read ./result.phtml |
||
47 | !endif |
||
21 | reyssat | 48 | |
5879 | bpr | 49 | |
6240 | bpr | 50 | </div> |
51 | <div class="wimstail"> |
||
21 | reyssat | 52 | |
53 | $table_header |
||
5990 | bpr | 54 | $table_tr |
55 | !read themes/$wims_theme/_widgets/devtools.phtml |
||
56 | </tr> |
||
21 | reyssat | 57 | !if $gotcnt<=0 and $s_keywords=$empty |
5990 | bpr | 58 | $table_tr |
59 | !read themes/$wims_theme/_widgets/documentation.phtml |
||
60 | !read themes/$wims_theme/_widgets/site.phtml |
||
61 | </tr> |
||
2071 | zjchen | 62 | !endif |
5894 | bpr | 63 | $table_end |
5990 | bpr | 64 | !read themes/_widgets/visitorcredits.phtml |
65 | |||
21 | reyssat | 66 | !robottrap |
6292 | schaersvoo | 67 | </div> |
68 | </body> |
||
69 | </html> |
||
6527 | bpr | 70 | <!-- end of $wims_theme/visitor.phtml --> |