Subversion Repositories wimsdev

Rev

Rev 10369 | 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. !set home_theme=yes
  16. !set table_colors=$wims_ref_bgcolor,$wims_ref_bgcolor
  17. <div class="wimsmenu" id="visitor_home">
  18.  
  19.  !read themes/$wims_theme/_widgets/site_title.phtml
  20. !set wims_headmenu_colcnt=6
  21. $table_header
  22. $table_tr<td>
  23. !href module=adm/new $wims_name_mod_new
  24. </td><td>
  25. !href module=adm/browse $wims_name_browse
  26. </td><td>
  27. !href module=adm/forum/forum $wims_name_forum
  28. </td><td>
  29. !href module=adm/light&phtml=mirror.phtml.$lang $wims_name_mirror
  30. </td><td>
  31. !href module=adm/light&phtml=useropts.phtml.$lang $wims_name_pref
  32. </td><td>
  33. !href module=help/main $wims_name_help
  34. </td></tr>
  35. $table_tr<td colspan="$wims_headmenu_colcnt">
  36. !read themes/$wims_theme/_widgets/language_selector.phtml
  37. </td></tr>
  38. $table_end
  39.  
  40. !if $gotcnt<=0 and $s_keywords=$empty
  41.   !read themes/$wims_theme/_widgets/virtualzone.phtml
  42. !endif
  43. </div>
  44. <div class="wimsbody">
  45.  
  46. !read themes/_widgets/manager.phtml
  47.  
  48. !read ./form.phtml
  49. !if $s_category=V
  50.  !read ./front.phtml
  51. !else
  52.  !read ./result.phtml
  53. !endif
  54.  
  55.  
  56. </div>
  57. <div class="wimstail">
  58.  
  59. $table_header
  60. $table_tr
  61. !read themes/$wims_theme/_widgets/devtools.phtml
  62. </tr>
  63. !if $gotcnt<=0 and $s_keywords=$empty
  64.  $table_tr
  65.  !read themes/$wims_theme/_widgets/documentation.phtml
  66.  !read themes/$wims_theme/_widgets/site.phtml
  67.  </tr>
  68. !endif
  69. $table_end
  70. !read themes/_widgets/visitorcredits.phtml
  71.  
  72. !robottrap
  73. </div>
  74. </body>
  75. </html>
  76. <!-- end of default/visitor -->
  77.