Subversion Repositories wimsdev

Rev

Rev 17170 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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