Subversion Repositories wimsdev

Rev

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