Subversion Repositories wimsdev

Rev

Rev 14300 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14300 Rev 14833
Line 1... Line 1...
1
!! nomore in use (to be certified)
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
 
2
 
10
<div class="wims_content">
3
<div class="wims_content">
11
!if $cdt_description!=$empty
4
  !if $cdt_description!=$empty
12
   <p>$cdt_description</p>
5
    <p>$cdt_description</p>
13
!endif
6
  !endif
14
 
7
 
15
  <hr style="width:40%;" />
8
  <hr style="width:40%;" />
16
 
9
 
17
!if $error!=$empty
10
  !if $error!=$empty
18
    <div class="wims_msg alert">
11
    <div class="wims_msg alert">
19
      !read lang/msg.phtml.$moduclass_lang
12
      !read lang/msg.phtml.$moduclass_lang
20
    </div>
13
    </div>
21
!endif
14
  !endif
22
 
15
 
23
!read proc/searchform.phtml
16
  !read proc/searchform.phtml
24
</div>
17
</div>
25
 
18
 
26
!tail
-