Subversion Repositories wimsdev

Rev

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

  1. !read adm/css.phtml
  2. !read adm/class/classname.phtml $wims_classname\
  3. $wims_institutionname
  4. !header1
  5.  
  6. !!<script src="scripts/js/wz_tooltip.js"></script>
  7. !if userlist isin $job
  8.   <script src="scripts/js/tablesort.js"></script>
  9. !endif
  10. !! not useful ???
  11. !!!if $cmd=help
  12.  !! !read lang/help.phtml
  13. !! !goto end
  14. !!!endif
  15.  
  16. !if $error!=$empty
  17.   <div class="wims_msg alert">
  18.   !read lang/msg.phtml.$moduclass_lang
  19.   </div>
  20.   !set wims_ref_class=wims_button
  21.   !if $wims_class!=$empty
  22.     !href module=home $wims_name_class_home
  23.   !else
  24.     !href module=home $wims_name_home
  25.   !endif
  26. !else
  27.   !read $job.phtml
  28. !endif
  29.  
  30. !tail
  31.  
  32. !reset job,showsheet,getuser,delprep,deluser,abandon,reg,passcheck
  33.