Subversion Repositories wimsdev

Rev

Rev 14874 | Rev 14947 | 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. !set wims_html_header = !append line <style>\
  7. .freeworkdesczone{font-size: 10pt;color:#666;}\
  8. .list_zones{display:flex;flex-wrap:wrap}\
  9. .list_zones>.wims_widget_box{flex-grow:1}\
  10. </style>\
  11. to $wims_html_header
  12.  
  13. !header1
  14. !read adm/class/classname.phtml $wims_classname\
  15. $wims_institutionname
  16.  
  17. !read adm/title.phtml 1\
  18. $classname\
  19. $name_title $name_title2
  20.  
  21. !if $wims_user=supervisor
  22.   <div class="wims_msg warning">$name_develmessage</div>
  23. !endif
  24. !if $error!=$empty
  25.   <div class="wims_msg alert">
  26.     <strong>$wims_name_Error:</strong>
  27.     !read msg.phtml
  28.     !reset error
  29.   </div>
  30.   !if $notallowed=1
  31.     !exit
  32.   !endif
  33. !else
  34.   !if $success!=$empty
  35.     <div class="wims_msg success">
  36.       !read msg.phtml $success
  37.       !reset success
  38.     </div>
  39.   !endif
  40.   !if $warning!=$empty
  41.     <div class="wims_msg warning">
  42.       !read msg.phtml $warning
  43.       !reset warning
  44.     </div>
  45.   !endif
  46. !endif
  47.  
  48.  
  49. !!!set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\
  50. !!itemsep,0,Mes Sujets\
  51.  
  52. !read $job.phtml
  53.  
  54. !reset job back
  55.  
  56. !tail
  57.