Subversion Repositories wimsdev

Rev

Rev 14808 | Rev 14867 | 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 warning">$name_develmessage</div>
  16. !endif
  17. !if $error!=$empty
  18.   <div class="wims_msg alert">
  19.   <b>$wims_name_Error:</b>
  20.   !read msg.phtml
  21.   !reset error
  22.  </div>
  23.  !if $notallowed=1
  24.    !exit
  25.  !endif
  26. !else
  27.   !if $success!=$empty
  28.     <div class="wims_msg success">
  29.       !read msg.phtml $success
  30.       !reset success
  31.     </div>
  32.   !endif
  33.   !if $warning!=$empty
  34.     <div class="wims_msg warning">
  35.       !read msg.phtml $warning
  36.       !reset warning
  37.     </div>
  38.   !endif
  39. !endif
  40.  
  41.  
  42. !!!set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\
  43. !!itemsep,0,Mes Sujets\
  44.  
  45. !read $job.phtml
  46.  
  47. !reset job back
  48.  
  49. !tail
  50.