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