Subversion Repositories wimsdev

Rev

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

Rev 15276 Rev 17170
Line 1... Line 1...
1
!nocache
1
!nocache
2
<!DOCTYPE html>
2
<!DOCTYPE html>
3
<html>
3
<html>
4
    <head>
4
    <head>
5
        <title>$tit</title>
5
        <title>$tit</title>
6
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
6
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
7
        <link rel="stylesheet" href="html/themes/_css/robots.css" />
7
        <link rel="stylesheet" href="html/themes/_css/robots.css">
8
    </head>
8
    </head>
9
<body>
9
<body>
10
!if $error!=$empty
10
!if $error!=$empty
11
  <div class="wims_alertmsg">
11
  <div class="wims_alertmsg">
12
  !read docu/msg.phtml
12
  !read docu/msg.phtml
Line 46... Line 46...
46
  !read $docdir/$doc/$block.def
46
  !read $docdir/$doc/$block.def
47
  </div>
47
  </div>
48
  !goto newblock
48
  !goto newblock
49
!endif
49
!endif
50
!if $doctoc=yes
50
!if $doctoc=yes
51
  <hr />
51
  <hr>
52
  !read $docdir/$doc/doctoc.def content
52
  !read $docdir/$doc/doctoc.def content
53
!endif
53
!endif
54
</div><!-- end of docprint -->
54
</div><!-- end of docprint -->
55
</body>
55
</body>
56
</html>
56
</html>