Subversion Repositories wimsdev

Rev

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

Rev 12733 Rev 13744
Line 1... Line 1...
1
!nocache
1
!nocache
-
 
2
<!DOCTYPE html>
-
 
3
<html>
-
 
4
    <head>
-
 
5
        <title>$tit</title>
-
 
6
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
-
 
7
    </head>
-
 
8
<body>
2
!if $error!=$empty
9
!if $error!=$empty
3
  <div class="wims_alertmsg">
10
  <div class="wims_alertmsg">
4
  !read docu/msg.phtml
11
  !read docu/msg.phtml
5
  </div>
12
  </div>
6
  !exit
13
  !exit
Line 28... Line 35...
28
  </p>
35
  </p>
29
  !exit
36
  !exit
30
!endif
37
!endif
31
 
38
 
32
:newblock
39
:newblock
33
<a id="$block"></a>
40
<h2 id="$block">$titb</h2>
34
<h2>$titb</h2>
-
 
35
 
41
 
36
!read $docdir/$doc/$block.def content
42
!read $docdir/$doc/$block.def content
37
 
43
 
38
!if $waitblock$(waitblock_$block)!=$empty
44
!if $waitblock$(waitblock_$block)!=$empty
39
  !set waitblock=$(waitblock_$block),$waitblock
45
  !set waitblock=$(waitblock_$block),$waitblock
Line 49... Line 55...
49
!if $doctoc=yes
55
!if $doctoc=yes
50
  <hr />
56
  <hr />
51
  !read $docdir/$doc/doctoc.def content
57
  !read $docdir/$doc/doctoc.def content
52
!endif
58
!endif
53
</div><!-- end of docprint -->
59
</div><!-- end of docprint -->
54
 
60
</body>
55
 
61
</html>