Subversion Repositories wimsdev

Rev

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

  1. !! is no more used in official themes
  2. !! do not use it
  3.  
  4. !!transfert in home/var.proc
  5. !!!set tmp=!defof cdt_nbdate in wimshome/log/classes/$wims_class/cdt/.def
  6. !!!if $tmp>0
  7. !!   !set exist_cdt=yes
  8. !!!endif
  9.  
  10. <!-- _widgets/usermenumodubox.phtml -->
  11. <div id="wimsmenumodubox" class="usermenumodubox">
  12.  <$div0 class="wimsmenu">
  13.    !read themes/_widgets/userotherclass.phtml
  14.    !read themes/_widgets/extlink.phtml
  15.  </$div0>
  16.  <hr class="itemsep"/>
  17.  <$div0 class="wimsmenu">
  18.   !read themes/_widgets/userprop.phtml
  19.   !if $auth_method notwordof cas ldap php
  20.    <$div1 class="menuitem">
  21.     !read ./adm/oneitem.phtml passwd,1,module=adm/class/passwd&job=user
  22.    </$div1>
  23.   !endif
  24.   <$div1 class="menuitem">
  25.     !read ./adm/oneitem.phtml pref,1,module=adm/light&phtml=useropts.phtml.$lang
  26.    </$div1>
  27.    <$div1 class="menuitem">
  28.     $supmail
  29.    </$div1>
  30.  </$div0>
  31.  <hr class="itemsep"/>
  32.  <$div0 class="wimsmenu">
  33.   !if $exist_cdt=yes
  34.     !read themes/_widgets/menuitem.phtml cdt,1,module=adm/class/cdt
  35.   !endif
  36.   !read themes/_widgets/userforum.phtml
  37.  </$div0>
  38.  
  39.  !ifval $n+$m>0 and $is_interclass!=yes
  40.   <hr class="itemsep"/>
  41.   <$div0 class="wimsmenu">
  42.    !read themes/_widgets/userscore.phtml
  43.   </$div0>
  44.  !endif
  45.  
  46.  !if $wims_user=supervisor
  47.   <hr class="itemsep"/>
  48.   <$div0 class="wimsmenu">
  49.    <$div1 class="menuitem">
  50.     !read ./adm/oneitem.phtml backteacher,1,$
  51.    </$div1><!--end menuitem-->
  52.   </$div0>
  53.  !endif
  54.  
  55. </div><!--end wimsmenumodubox-->
  56. <!-- end _widgets/usermenumodubox.phtml -->
  57.