JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new template naming conventions, etc
[wfpl-cms.git] / admin.html
1 <!DOCTYPE html>
2
3 <html lang="en">
4 <head>
5         <title><!--~$title show {~-->~this_host~ Administration<!--~}~--></title>
6         <link rel="stylesheet" href="style.css" type="text/css" />
7 </head>
8
9 <body>
10         <!--~$body show {~-->
11                 <h2>~this_host~ Administration</h2>
12
13                 <p><a href="admin_images">Upload/edit images</a></p>
14
15                 <p><a href="admin_pages">Add/edit pages</a></p>
16
17                 <p><a href="logout">Log out</a></p>
18         <!--~}~-->
19 </body>
20 </html>