image uploading fixes involving database filepaths, with no filename.
[phpns.git] / themes / default / admin.tpl.php
blobd2e7ec1feeaedddfe50c1c7364dc7412b351aecf
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>phpns &raquo; {current_page_name}</title>
5 <link rel="stylesheet" href="{prepath}main.css" type="text/css" media="screen" />
6 <link rel="shortcut icon" href="images/icons/favicon.ico" type="image/x-icon" />
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8 {head_data}
9 </head>
11 <body class="admin">
12 <noscript>
13 <div id="messages">
14 Javascript is disabled on your browser, which will result in reduced features and limited accessability.
15 </div>
16 </noscript>
17 <div id="head_container">
18 <h1><a href="index.php">php<span>ns</span></a></h1>
19 <div id="tabs"> <!-- navigation start -->
20 <ul id="top_nav">
21 <li><a href="preferences.php?do=wizard" title="integration wizard"><span>generate code!</span></a></li>
22 </ul>
23 <ul>
24 <li><a href="index.php" title="phpns index"><span>index</span></a></li>
25 <li><a href="article.php" title="post a new article"><span>new article</span></a></li>
26 <li><a href="manage.php" title="manage current articles"><span>article management</span></a></li>
27 <li><a href="user.php" title="manage user profiles"><span>user management</span></a></li>
28 <li><a href="preferences.php" title="modify phpns preferences"><span>preferences</span></a></li>
29 <li><a href="about.php" title="about the phpns project"><span>about</span></a></li>
30 <li class="slast"><a href="javascript:if(confirm('Are you sure you want to logout?')) top.location='login.php?do=logout'" title="logout {username}"><span><strong>logout</strong></span></a></li>
31 <!-- <li class="last"><a href="" title="logout as {username}">logout ({username})</a></li> -->
33 </ul>
34 <script language="javascript" type="text/javascript">setPage()</script>
35 </div> <!-- navigation end -->
36 </div>
37 <div id="main_container">
38 <div id="main_content">
39 {all_messages}
41 {page_image}
43 <h2>{current_page_name}</h2>
44 <p class="caps">{page_desc}</p>
45 {content}
46 <div class="clear"></div>
47 </div>
48 </div>
49 <div id="copyright"> <!-- bottom notice/copyright -->
50 Time: <?php echo date(DATE_RFC850); ?> | <a href="http://phpns.alecwh.com">phpns {version}</a> by <a href="http://alecwh.com">alec henriksen</a> under the GPL | <a href="index.php?tourId=phpns">Tour</a> &raquo; <a href="javascript:new_window('help.php');">Help</a>
51 </div>
52 </body>
53 <!-- Template is copyrighted under the GPL. =) -->
54 <!-- Done. :) If you need something, contact me at alecwh{at}gmail.com -->
55 </html>