Subversion Repositories wimsdev

Rev

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

Rev 5763 Rev 5971
Line 1... Line 1...
1
!nocache
1
!nocache
2
<h1 class="wims_docu_title">$tit</h1>
2
<h1 class="wims_docu_title">$tit</h1>
3
 
3
 
4
!if $error!=$empty
4
!if $error!=$empty
5
 !read docu/msg.phtml
5
 !read docu/msg.phtml
6
 <p><hr/></p>
6
 <hr/>
7
!endif
7
!endif
8
 
8
 
9
!if $titb=$empty
9
!if $titb=$empty
10
 <p>
10
 <p>
11
 $name_noncreate
11
 $name_noncreate
12
 <p>
12
 </p>
13
 !exit
13
 !exit
14
!endif
14
!endif
15
 
15
 
16
<h3 class="wims_docu_titleb">$titb</h3>
16
<h3 class="wims_docu_titleb">$titb</h3>
17
 
17
 
18
!read $docdir/$doc/$block.def content
18
!read $docdir/$doc/$block.def content
19
 
-