Subversion Repositories wimsdev

Rev

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

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