Subversion Repositories wimsdev

Rev

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

  1. !! nomore in use (to be certified)
  2.  
  3. !read adm/class/classname.phtml $wims_classname\
  4. $wims_institutionname
  5.  
  6. !read adm/title.phtml 1\
  7. $classname\
  8. $cdt_title
  9.  
  10. <div class="wims_content">
  11. !if $cdt_description!=$empty
  12.    <p>$cdt_description</p>
  13. !endif
  14.  
  15.   <hr style="width:40%;" />
  16.  
  17. !if $error!=$empty
  18.     <div class="wims_msg alert">
  19.       !read lang/msg.phtml.$moduclass_lang
  20.     </div>
  21. !endif
  22.  
  23.   !read form.phtml
  24. </div>
  25.  
  26. !tail
  27.