Subversion Repositories wimsdev

Rev

Rev 12638 | 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. !! not useful ???
  8. !!!if $cmd=help
  9.  !! !read lang/help.phtml
  10. !! !goto end
  11. !!!endif
  12.  
  13. !if $error!=$empty
  14.   <div class="wims_msg alert">
  15.   !read lang/msg.phtml.$moduclass_lang
  16.   </div>
  17.   !if $job!=getclasspwd
  18.     !set wims_ref_class=wims_button
  19.     !if $wims_class!=$empty
  20.       !href module=home $wims_name_class_home
  21.     !else
  22.       !href module=home $wims_name_home
  23.     !endif
  24.   !else
  25.     !read $job.phtml
  26.   !endif
  27. !else
  28.   !read $job.phtml
  29. !endif
  30.  
  31. !tail
  32.  
  33. !reset job,showsheet,getuser,delprep,deluser,abandon,reg,passcheck
  34.