Subversion Repositories wimsdev

Rev

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

  1. !if $iedit_activated=1
  2.   !read js/external/tinymce.phtml .iEdit
  3. !endif
  4. !read adm/css.phtml
  5.  
  6. !header1
  7. !read adm/class/classname.phtml $wims_classname\
  8. $wims_institutionname
  9.  
  10. !read adm/title.phtml 1\
  11. $classname\
  12. $name_title $name_title2
  13.  
  14. !if $wims_user=supervisor
  15.   <div class="wims_msg alert">$name_develmessage</div>
  16. !endif
  17.  
  18. !if $error!=$empty
  19.   <div class="wims_msg alert">
  20.   <b>$wims_name_Error:</b>
  21.   !read msg.phtml
  22.   !reset error
  23.  </div>
  24.  !if $notallowed=1
  25.    !exit
  26.  !endif
  27. !else
  28.   !if $success!=$empty
  29.     <div class="wims_msg success">
  30.       !read msg.phtml $success
  31.       !reset success
  32.     </div>
  33.   !endif
  34.   !if $warning!=$empty
  35.     <div class="wims_msg warning">
  36.       !read msg.phtml $warning
  37.       !reset warning
  38.     </div>
  39.   !endif
  40. !endif
  41.  
  42.  
  43. !!!set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\
  44. !!itemsep,0,Mes Sujets\
  45.  
  46. !read $job.phtml
  47.  
  48. !reset job
  49.  
  50. !tail
  51.