Subversion Repositories wimsdev

Rev

Rev 14734 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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