Subversion Repositories wimsdev

Rev

Rev 17180 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17180 Rev 17978
Line 6... Line 6...
6
!endif
6
!endif
7
<div id="docprint">
7
<div id="docprint">
8
<h1 class="wims_docu_title">$tit</h1>
8
<h1 class="wims_docu_title">$tit</h1>
9
 
9
 
10
!if $titb=$empty
10
!if $titb=$empty
11
  <p>
-
 
12
  $name_noncreate
11
  <p>$name_noncreate</p>
13
  </p>
-
 
14
  !exit
12
  !exit
15
!endif
13
!endif
16
 
14
 
17
!if $datetest<0
15
!if $datetest<0
18
  <p>
-
 
19
  $name_noread
16
  <p>$name_noread</p>
20
  </p>
-
 
21
  !exit
17
  !exit
22
!endif
18
!endif
23
 
19
 
24
!if $datetest>0
20
!if $datetest>0
25
  <p>
-
 
26
  $name_expired
21
  <p>$name_expired</p>
27
  </p>
-
 
28
  !exit
22
  !exit
29
!endif
23
!endif
30
 
24
 
31
:newblock
25
:newblock
32
<a id="$block"></a>
26
<a id="$block"></a>
Line 43... Line 37...
43
  <div>
37
  <div>
44
  !read $wims_priv_thisdoc/$block.def
38
  !read $wims_priv_thisdoc/$block.def
45
  </div>
39
  </div>
46
  !goto newblock
40
  !goto newblock
47
!endif
41
!endif
48
 
-
 
49
</div><!-- end of docprint -->
42
</div><!-- end of docprint -->
50
 
-
 
51
!if $doctoc=yes
43
!if $doctoc=yes
52
  <hr>
44
  <hr>
53
  !read $wims_priv_thisdoc/doctoc.def content
45
  !read $wims_priv_thisdoc/doctoc.def content
54
!endif
46
!endif