Subversion Repositories wimsdev

Rev

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