Subversion Repositories wimsdev

Rev

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

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