added firewall checks and notices
[monitor.git] / web / MonitorWeb / monitorweb / templates / sitemenu.kid
index 43d3c21..d62be8d 100644 (file)
   </head>
 
   <body>
-       <table valign="top" border="1" bgcolor="white" align="center" width="700px">
-       <tr> <td> <div id="header">${page_title}</div> </td> </tr>
-       <tr>
+       <table valign="top" border="1" bgcolor="white" align="center">
+       <tr> <td> <div id="header">${page_title}</div> </td> 
                <td>
-                       <table id="nps-table" width="100%">
+                       <form action="pcuview" method="GET"> 
+                               <table>
+                                       <tr><td> Quick Search:</td>
+                                               <td><input type="text" name="query"/></td>
+                                               <td><input type="submit"/></td>
+                                       </tr>
+                               </table>
+                       </form>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2">
+                       <table width="100%">
                        <thead>
                        <tr>
                                <?python from monitorweb.templates.links import link ?>
                                <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="">Actions</a></th>
+                               <th><a href="${link('actionsummary')}">Actions</a></th>
                        </tr>
                        </thead>
                        <tbody>
@@ -50,7 +61,7 @@
                        </table>
                </td>
        </tr>
-       <tr> <td> <div id="footer">Copywrite © 2007-2008 The Trustees of Princeton University</div> </td> </tr>
+       <tr> <td> <div id="footer">Copyright © 2007-2008 The Trustees of Princeton University</div> </td> </tr>
        </table>
 
   </body>