Subversion Repositories wimsdev

Rev

Rev 10093 | Rev 10357 | 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. <!--!read adm/title.phtml 3\-->
  9.  
  10. <div class="title_box">
  11.         <h1 class="wims_title">
  12.                 <!--WIMS $httpd_HTTP_HOST\-->
  13.                 $title
  14.         </h1>
  15. </div>
  16.  
  17. !if $toomany=yes
  18.  !read lang/toomany.phtml.$modu_lang
  19.  !goto end
  20. !endif
  21.  
  22. !if $error!=$empty
  23.  <div class="wims_msg alert">
  24.  !read lang/msg.phtml.$modu_lang
  25.  </div>
  26.  !if $restart!=no and $job=emptyclass
  27.   <p>
  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.  
  37. :end
  38. !if $step>=0 and $cmd=reply and $job=emptyclass
  39.  !set wims_menu_items=!append line back2 ARIANE,1,module=$module\
  40.  to $wims_menu_items
  41. !endif
  42.  
  43. !tail
  44.  
  45. !set step=
  46. !reset job
  47.