added a variety of updates to templates, to reference each other.
[monitor.git] / web / MonitorWeb / monitorweb / templates / sitemenu.kid
index 3d15356..73af304 100644 (file)
@@ -3,22 +3,22 @@
   <head>
     <title>App Name - ${page_title}</title>
     <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="tg_js/MochiKit.js"></script>
     <script type="text/javascript" src="static/javascript/sortable_tables.js"></script>
 
   </head>
 
   <body>
     <div id="header">Monitor : ${page_title}</div>
-       <table valign="top" border="1" bgcolor="white" align="center" width="60em">
+       <table valign="top" border="1" bgcolor="white" align="center" width="700px">
        <tr>
                <td>
                        <table id="nps-table" width="100%">
                        <thead>
                        <tr>
-                               <th><a href="${tg.url('node')}">Nodes</a></th>
-                               <th><a href="${tg.url('pcu')}">PCUs</a></th>
                                <th><a href="${tg.url('site')}">Sites</a></th>
+                               <th><a href="${tg.url('pcu')}">PCUs</a></th>
+                               <th><a href="${tg.url('node')}">Nodes</a></th>
                                <th><a href="${tg.url('action')}">Actions</a></th>
                        </tr>
                        </thead>