Subversion Repositories wimsdev

Rev

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

  1. !read adm/class/classname.phtml $wims_classname\
  2. $wims_institutionname
  3.  
  4. !read adm/title.phtml 1\
  5. $classname\
  6. $cdt_title
  7.  
  8. !if $cdt_description!=$empty
  9.  <br/>$cdt_description<br/>
  10. !endif
  11.  
  12. <hr style="width:40%;"/>
  13.  
  14. !if $error!=$empty
  15.  <div class="wims_alertmsg">
  16.  !read lang/msg.phtml.$moduclass_lang
  17.  </div>
  18. !endif
  19.  
  20. !read form.phtml
  21.  
  22. !tail
  23.  
  24.