add sorting tables to the pcu view.
[monitor.git] / web / MonitorWeb / monitorweb / templates / sitemenu.kid
index 23e9d41..3d15356 100644 (file)
@@ -2,15 +2,18 @@
 <html xmlns:py="http://purl.org/kid/ns#">
   <head>
     <title>App Name - ${page_title}</title>
-    <link href="/static/css/style.css" type="text/css" rel="stylesheet" />
+    <link href="static/css/style.css" type="text/css" rel="stylesheet" />
+    <script type="text/javascript" src="${tg.tg_js}/MochiKit.js"></script>
+    <script type="text/javascript" src="static/javascript/sortable_tables.js"></script>
+
   </head>
 
   <body>
-    <h1>Monitor : ${page_title}</h1>
-       <table valign="top" border="1" bgcolor="white" align="center" width="800">
+    <div id="header">Monitor : ${page_title}</div>
+       <table valign="top" border="1" bgcolor="white" align="center" width="60em">
        <tr>
                <td>
-                       <table>
+                       <table id="nps-table" width="100%">
                        <thead>
                        <tr>
                                <th><a href="${tg.url('node')}">Nodes</a></th>
@@ -32,6 +35,6 @@
        </tr>
        </table>
 
-    <div class="footer">Copywrite XYZ</div>
+    <div id="footer">Copywrite © 2007-2008 The Trustees of Princeton University</div>
   </body>
 </html>