Subversion Repositories wimsdev

Rev

Rev 11217 | Rev 12034 | 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.  <div class="wims_msg alert">
  19.  <span class="wims_warning">$wims_name_Error:</span>
  20.  !read lang/msg.phtml.$modu_lang
  21.  </div>
  22.  !if $restart!=no and $job=emptyclass
  23.   <p class="wimscenter">
  24.    !set wims_ref_class = wims_button
  25.    !href module=$module&cmd=reply&step=0 $name_again
  26.   </p>
  27.  !endif
  28.  !goto end
  29. !endif
  30.  
  31. !read $job.phtml
  32.  
  33. :end
  34. !if $step>=0 and $cmd=reply and $job=emptyclass
  35.   !if $wims_theme=default
  36. !!ARIANE
  37.     !set wims_menu_items=!append line back2,1,module=$module\
  38. to $wims_menu_items
  39.   !endif
  40. !endif
  41.  
  42. !tail
  43. !reset job step
  44.