Rev 17170 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17170 | Rev 18424 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !! WIMS main entrance page theme. |
2 | !! WIMS main entrance page theme. |
3 | !nocache |
3 | !nocache |
4 | - | ||
5 | !if $module!=home |
4 | !if $module!=home |
6 | <!-- END of default/visitor (not in Home) --> |
5 | <!-- END of default/visitor (not in Home) --> |
7 | !exit |
6 | !exit |
8 | !endif |
7 | !endif |
9 | !if $wims_theme!=default |
8 | !if $wims_theme!=default |
10 | <!-- END of default/visitor (not in default) --> |
9 | <!-- END of default/visitor (not in default) --> |
11 | !exit |
10 | !exit |
12 | !endif |
11 | !endif |
13 | - | ||
14 | </div> |
12 | </div> |
15 | 13 | ||
16 | !set home_theme=yes |
14 | !set home_theme=yes |
17 | !set table_colors=$wims_ref_bgcolor,$wims_ref_bgcolor |
15 | !set table_colors=$wims_ref_bgcolor,$wims_ref_bgcolor |
18 | !read themes/_procs/table.proc |
16 | !read themes/_procs/table.proc |
Line 28... | Line 26... | ||
28 | !href module=adm/browse $wims_name_browse |
26 | !href module=adm/browse $wims_name_browse |
29 | </td><td> |
27 | </td><td> |
30 | !href module=adm/forum/forum $wims_name_forum |
28 | !href module=adm/forum/forum $wims_name_forum |
31 | </td><td> |
29 | </td><td> |
32 | !href module=adm/light&phtml=mirror.phtml.$lang $wims_name_mirror |
30 | !href module=adm/light&phtml=mirror.phtml.$lang $wims_name_mirror |
33 | </td><td> |
31 | </td><td> |
34 | !href module=adm/light&phtml=useropts.phtml.$lang $wims_name_pref |
32 | !href module=adm/light&phtml=useropts.phtml.$lang $wims_name_pref |
35 | </td><td> |
33 | </td><td> |
36 | !href module=help/main $wims_name_help |
34 | !href module=help/main $wims_name_help |
37 | </td></tr> |
35 | </td></tr> |
38 | $table_tr<td colspan="$wims_headmenu_colcnt"> |
36 | $table_tr<td colspan="$wims_headmenu_colcnt"> |
Line 55... | Line 53... | ||
55 | !! from home module |
53 | !! from home module |
56 | !read ./front.phtml |
54 | !read ./front.phtml |
57 | !else |
55 | !else |
58 | !read ./result.phtml |
56 | !read ./result.phtml |
59 | !endif |
57 | !endif |
60 | - | ||
61 | - | ||
62 | </div> |
58 | </div> |
63 | <div class="wimstail"> |
59 | <div class="wimstail"> |
64 | - | ||
65 | $table_header |
60 | $table_header |
66 | $table_tr |
61 | $table_tr |
67 | !read themes/$wims_theme/_widgets/devtools.phtml |
62 | !read themes/$wims_theme/_widgets/devtools.phtml |
68 | </tr> |
63 | </tr> |
69 | !if $gotcnt<=0 and $s_keywords=$empty |
64 | !if $gotcnt<=0 and $s_keywords=$empty |