Subversion Repositories wimsdev

Rev

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