svn merge -r 12308:13112 https://svn.planet-lab.org/svn/Monitor/branches/2.0/
[monitor.git] / web / MonitorWeb / monitorweb / templates / sitemenu.kid
index 4383b84..301e6ae 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns:py="http://purl.org/kid/ns#">
   <head>
-    <title>App Name - ${page_title}</title>
+    <title>${page_title}</title>
     <link href="static/css/style.css" type="text/css" rel="stylesheet" />
     <script type="text/javascript" src="tg_js/MochiKit.js"></script>
     <script type="text/javascript" src="static/javascript/sortable_tables.js"></script>
@@ -13,8 +13,8 @@
   </head>
 
   <body>
-    <div id="header">Monitor : ${page_title}</div>
        <table valign="top" border="1" bgcolor="white" align="center" width="700px">
+       <tr> <td> <div id="header">${page_title}</div> </td> </tr>
        <tr>
                <td>
                        <table id="nps-table" width="100%">
@@ -24,7 +24,7 @@
                                <th><a href="${link('site')}">Sites</a></th>
                                <th><a href="${link('pcu')}">PCUs</a></th>
                                <th><a href="${link('node')}">Nodes</a></th>
-                               <th><a href="${link('action')}">Actions</a></th>
+                               <th><a href="">Actions</a></th>
                        </tr>
                        </thead>
                        <tbody>
@@ -38,8 +38,8 @@
                        </table>
                </td>
        </tr>
+       <tr> <td> <div id="footer">Copywrite © 2007-2008 The Trustees of Princeton University</div> </td> </tr>
        </table>
 
-    <div id="footer">Copywrite © 2007-2008 The Trustees of Princeton University</div>
   </body>
 </html>