Subversion Repositories wimsdev

Rev

Rev 7102 | Rev 9324 | 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/forum/forum $wims_name_forum
  22. </td><td>
  23. !href module=adm/light&phtml=mirror.phtml.$lang $wims_name_mirror
  24. </td><td>
  25. !href module=adm/light&phtml=useropts.phtml.$lang $wims_name_pref
  26. </td><td>
  27. !href module=help/main $wims_name_help
  28. </td></tr>
  29. $table_tr<td colspan="$wims_headmenu_colcnt">
  30. !read themes/$wims_theme/_widgets/language_selector.phtml
  31. </td></tr>
  32. $table_end
  33.  
  34. !if $gotcnt<=0 and $s_keywords=$empty
  35.   !read themes/$wims_theme/_widgets/virtualzone.phtml
  36. !endif
  37. </div>
  38. <div class="wimsbody">
  39.  
  40. !read themes/_widgets/manager.phtml
  41.  
  42. !read ./form.phtml
  43. !if $s_category=V
  44.  !read ./front.phtml
  45. !else
  46.  !read ./result.phtml
  47. !endif
  48.  
  49.  
  50. </div>
  51. <div class="wimstail">
  52.  
  53. $table_header
  54. $table_tr
  55. !read themes/$wims_theme/_widgets/devtools.phtml
  56. </tr>
  57. !if $gotcnt<=0 and $s_keywords=$empty
  58.  $table_tr
  59.  !read themes/$wims_theme/_widgets/documentation.phtml
  60.  !read themes/$wims_theme/_widgets/site.phtml
  61.  </tr>
  62. !endif
  63. $table_end
  64. !read themes/_widgets/visitorcredits.phtml
  65.  
  66. !robottrap
  67. </div>
  68. </body>
  69. </html>
  70. <!-- end of $wims_theme/visitor.phtml -->
  71.