Subversion Repositories wimsdev

Rev

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

  1. <!-- begin of standard/visitor.phtml -->
  2. !! WIMS main entrance page theme.
  3. !nocache
  4. !if $module!=home
  5.   !exit
  6. !endif
  7.  
  8. !set home_theme=yes
  9. !set table_colors=$wims_ref_bgcolor,$wims_ref_bgcolor
  10. </div>
  11. <div id="wimsfrontpage">
  12.  
  13.  <div id="wimstopbox">
  14. !set positionlogo=left
  15. !read themes/_widgets/institution_logo.phtml
  16.  
  17. !! maybe not useful if already called in header.phtml ?
  18. !read themes/_widgets/user_links.phtml
  19.  
  20.   <div class="wimsmenu menu">
  21. !!read themes/_widgets/virtualzone.phtml
  22. !read themes/_widgets/authlogout.phtml
  23. !read themes/_widgets/manager.phtml
  24.   </div><!--wimsmenu-->
  25. </div>
  26. !read themes/_widgets/ariane.phtml
  27.  
  28. <div id="wimsbodybox">
  29.   <div id="wimspagebox">
  30.    <div class="wimsbody">
  31.  
  32. !read themes/_widgets/site_title.phtml
  33.  
  34. !read ./form.phtml
  35. <br class="clearall" />
  36. !if $s_category=V
  37.   !read ./front.phtml
  38. !else
  39.   !read ./result.phtml
  40. !endif
  41.    </div><!--end wimsbody-->
  42.   </div><!--wimspagebox-->
  43. !distribute items div,div into div0,div1
  44.  
  45. !! Sets all links to be displayed in menumodubox
  46. !read themes/_procs/homemenu.proc
  47.  
  48. !set wims_rm_0 = $wims_rm_0\
  49.  itemsep,0,$V_cls
  50. !read themes/_procs/virtualzone.proc
  51.  
  52. !set wims_rm_0 = $wims_rm_0\
  53. itemsep,0,$CR_Docs
  54. !read themes/_procs/documentation.proc
  55.  
  56. !set wims_rm_0 = $wims_rm_0\
  57. itemsep,0,$CR_1
  58. !read themes/_procs/devtools.proc
  59.  
  60. !set wims_rm_0 = $wims_rm_0\
  61. itemsep,0,$wims_name_Site
  62. !read themes/_procs/browsesite.proc
  63. !read themes/_procs/site.proc
  64.  
  65. !set wims_homeref_n0 = !linecnt $wims_rm_0
  66.  
  67. !read themes/_widgets/menumodubox_accordion.phtml
  68.  
  69. !distribute items div,span into div0,div1
  70. !read themes/_widgets/visitormenubox.phtml
  71. !reset div0 div1
  72.  </div><!--wimsbodybox-->
  73.  
  74.  !read themes/_widgets/tailbox.phtml
  75.  </div><!--wimsfrontpage-->
  76.  
  77.  </body>
  78. </html>
  79. <!-- end of standard/visitor.phtml -->
  80.