JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix caption font size for full-width images
[wfpl-cms.git] / template.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>~main_title html~~cms_title html~</title>
5         <meta charset="utf-8" />
6         <link rel="stylesheet" href="style_05.css" />
7         <!--~meta_description nonempty {~--><meta name="description" content="~meta_description attr~" /><!--~}~-->
8         <!--~meta_description nonempty {~--><meta name="keywords" content="~meta_keywords attr~" /><!--~}~-->
9         <!--[if IE]>
10                 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
11         <![endif]-->
12         <!--~extra_headers~-->
13 </head>
14
15 <body>
16         <div id="centerer">
17                 <header>
18                         header image here
19                 </header>
20                 <nav><!--~navbar_items {~-->
21                         <h3><a href="~filename~">~title html~</a></h3><!--~}~-->
22                 </nav>
23
24                 <div id="body">
25                         <!--~admin_links {~-->
26                                 <div id="admin_links">You are logged in as an administrator. &nbsp; <a href="admin_pages?admin_pages_edit_id=~admin_edit_page_id~&amp;admin_pages_new=1&amp;new_filename=~basename~">Edit this page</a> &mdash; <a href="admin">Control panel</a> &mdash; <a href="logout">Log out</a></div>
27                         <!--~}~-->
28                         <!--~wfpl_messages {~-->
29                                 <!--~ first {~--><div style="border: 2px solid red; background: #fbb; padding: 5px; margin: 20px 0px"><!--~}~-->
30                                 <p style="font-size: 120%; padding: 5px; margin: 0px">~data html~</p>
31                                 <!--~ sep {~--><hr><!--~}~-->
32                                 <!--~ last {~--></div><!--~}~-->
33                         <!--~}~-->
34
35                         <article>
36                                 ~cms_body~
37
38                                 ~main_body~
39                         </article>
40                         <footer>
41                                 footer text here
42                         </footer>
43                 </div>
44         </div>
45 </body>
46 </html>