JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
link to archived versions from page edit page
[wfpl-cms.git] / admin.html
1 <!DOCTYPE html>
2
3 <html lang="en">
4 <head>
5         <title><!--~$title show {~-->~$host~ Administration<!--~}~--></title>
6 </head>
7
8 <body>
9         <!--~$body show {~-->
10                 <h1>~$host~ Admin Control Panel</h1>
11
12                 <p><a href="admin_images">Images</a></p>
13
14                 <p><a href="admin_header">Header image (top of every page)</a></p>
15
16                 <p><a href="admin_pages">Pages</a></p>
17
18                 <p><a href="admin_files">Files (downloadable)</a></p>
19
20                 <p><a href="admin_users">Accounts (admin passwords, etc.)</a></p>
21
22                 <p><a href="logout">Log out</a></p>
23         <!--~}~-->
24 </body>
25 </html>