Subversion Repositories wimsdev

Rev

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

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