Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
4039 bpr 1
!read adm/class/classname.phtml $wims_classname\
4019 bpr 2
$wims_institutionname
3
 
1383 bpr 4
!read adm/title.phtml 1\
4019 bpr 5
$classname\
1383 bpr 6
$cdt_title
23 reyssat 7
 
9054 obado 8
<div class="wims_content">
9
  !if $cdt_description!=$empty
10
   <p>$cdt_description</p>
11
  !endif
23 reyssat 12
 
9054 obado 13
  <hr style="width:40%;" />
23 reyssat 14
 
9054 obado 15
  !if $error!=$empty
10228 bpr 16
    <div class="wims_msg alert">
9054 obado 17
      !read lang/msg.phtml.$moduclass_lang
18
    </div>
19
  !endif
23 reyssat 20
 
9054 obado 21
  !read form.phtml
22
</div>
23 reyssat 23
 
24
!tail