Subversion Repositories wimsdev

Rev

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

  1. !read adm/levelname.phtml
  2. !read adm/css.phtml
  3. !read tabletheme
  4. !header1
  5.  
  6. <!-- Begin regclass/main.phtml -->
  7.  
  8. <div class="title_box">
  9.         <h1 class="wims_title">$title</h1>
  10. </div>
  11.  
  12. !if $toomany=yes
  13.  !read lang/toomany.phtml.$modu_lang
  14.  !goto end
  15. !endif
  16.  
  17. !if $error!=$empty
  18.  !if getpass notwordof $error
  19.    <div class="wims_msg alert">
  20.  !else
  21.    <div class="wims_msg info">
  22.   !endif
  23.  !read lang/msg.phtml.$modu_lang
  24.  </div>
  25.  !if $restart!=no and $job=emptyclass
  26.   <p class="wimscenter">
  27.    !set wims_ref_class = wims_button
  28.    !href module=$module&cmd=reply&step=0 $name_again
  29.   </p>
  30.  !endif
  31.  !goto end
  32. !endif
  33.  
  34. !read $job.phtml
  35.  
  36. :end
  37. !if $step>=0 and $cmd=reply and $job=emptyclass
  38.   !if $wims_theme=default
  39. !!ARIANE
  40.     !set wims_menu_items=!append line back2,1,module=$module\
  41. to $wims_menu_items
  42.   !endif
  43. !endif
  44.  
  45. !tail
  46. !reset job step
  47.