summaryrefslogtreecommitdiff
path: root/templates/layout.html
blob: 695b6c9ceb09a5f3a616f77468ca53b98adb1139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
    <head>
        <title>%title% - Engelsystem</title>
        <meta charset="UTF-8" />
        <meta http-equiv="content-type" content="text/html;charset=utf-8" />
        <meta name="content-style-type" content="text/css" />
        <meta name="keywords" content="Engel, Himmelsverwaltung" />
        <meta http-equiv="Content-Style-Type" content="text/css" />
        <meta http-equiv="expires" content="0" />
        <meta name="robots" content="index" />
        <meta name="revisit-after" content="1 days" />
        <script type="text/javascript" src="css/grossbild.js"></script>
        <script type="text/javascript" src="css/forms.js"></script>
        <link rel="stylesheet" type="text/css" href="css/base.css" />
        <link rel="stylesheet" type="text/css" href="css/style%theme%.css" />
    </head>
    <body class="background">
        <header>
            <a href="?" id="logo"></a>
        </header>
        <div id="body">
            <div id="menu">
                %menu%
            </div>
            <div id="content" class="container">
                <h1>%title%</h1>
                <article class="content">
                    %content%
                </article>
            </div>
            <div class="clear"></div>
        </div>
        <footer>
            <p>
                &copy; copyleft | <a href="mailto:erzengel@lists.ccc.de">Contact</a>
				| <a href="mailto:bugs@engelsystem.de">Bugs / Features</a>
                | <a href="?p=credits">Credits</a>
                <br/>
                This is hell. Temporarily.
            </p>
        </footer>
    </body>
</html>