Subversion Repositories wimsdev

Rev

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