Subversion Repositories wimsdev

Rev

Rev 12659 | 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 adm/language lang/toomany.phtml
  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.   !if $sendmail!=$empty
  24.     !set wims_module_log=error: $error $sendmail
  25.   !else
  26.     !set wims_module_log=error: $error
  27.   !endif
  28.   !read adm/language lang/msg.phtml
  29.   </div>
  30.   !if $restart!=no and $job=emptyclass
  31.     <p class="wimscenter">
  32.     !set wims_ref_class = wims_button
  33.     !href module=$module&cmd=reply&step=0 $name_again
  34.     </p>
  35.   !endif
  36.   !goto end
  37. !endif
  38.  
  39. !read $job.phtml
  40.  
  41. :end
  42. !if $step>=0 and $cmd=reply and $job=emptyclass
  43.   !if $wims_theme=default
  44.     !!ARIANE
  45.     !set wims_menu_items=!append line back2,1,module=$module\
  46. to $wims_menu_items
  47.   !endif
  48. !endif
  49.  
  50. !tail
  51. !reset job step
  52.