Subversion Repositories wimsdev

Rev

Rev 14465 | 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. !read themes/_widgets/site_title.phtml
  32. !read ./form.phtml
  33. <br class="clearall">
  34. !if $s_category=V
  35.   !read ./front.phtml
  36. !else
  37.   !read ./result.phtml
  38. !endif
  39.       </div><!--end wimsbody-->
  40.     </div><!--wimspagebox-->
  41. !distribute items div,div into div0,div1
  42.  
  43. !! Sets all links to be displayed in menumodubox
  44. !read themes/_procs/homemenu.proc
  45.  
  46. !set wims_rm_0 = $wims_rm_0\
  47.  itemsep,0,$V_cls
  48. !read themes/_procs/virtualzone.proc
  49.  
  50. !set wims_rm_0 = $wims_rm_0\
  51. itemsep,0,$CR_Docs
  52. !read themes/_procs/documentation.proc
  53.  
  54. !set wims_rm_0 = $wims_rm_0\
  55. itemsep,0,$CR_1
  56. !read themes/_procs/devtools.proc
  57.  
  58. !set wims_rm_0 = $wims_rm_0\
  59. itemsep,0,$wims_name_Site
  60. !read themes/_procs/browsesite.proc
  61. !read themes/_procs/site.proc
  62.  
  63. !set wims_homeref_n0 = !linecnt $wims_rm_0
  64.  
  65. !read themes/_widgets/menumodubox_accordion.phtml
  66.  
  67. !distribute items div,span into div0,div1
  68. !read themes/_widgets/visitormenubox.phtml
  69. !reset div0 div1
  70.   </div><!--wimsbodybox-->
  71.  
  72. !read themes/_widgets/tailbox.phtml
  73. </div><!--wimsfrontpage-->
  74.  
  75. !read themes/_widgets/footer_foundation.phtml
  76.  
  77. </body>
  78. </html>
  79. <!-- end of standard/visitor.phtml -->
  80.