Index: branches/LCSv2/views/default/results.html.bak
===================================================================
--- branches/LCSv2/views/default/results.html.bak	(revision 619)
+++ branches/LCSv2/views/default/results.html.bak	(revision 621)
@@ -8,5 +8,5 @@
   lineout += "<table border='1' cellpadding='5'><tr><th>Event</th><th>User</th><th>Req Date</th><th>Status Date</th></tr>"
   // Is there a 1097 status?
-  if (fields[3].length > 0)
+  if (fields[4].length > 0)
   {
       lineout += "<tr>";
@@ -18,5 +18,5 @@
   }
   // Is there a 1098 status?
-  if (fields[9].length > 0)
+  if (fields[10].length > 0)
   {
       lineout += "<tr>";
@@ -28,5 +28,5 @@
   }
   // Is there a 1022 status?
-  if (fields[13].length > 0)
+  if (fields[14].length > 0)
   {
       lineout += "<tr>";
@@ -41,59 +41,18 @@
 }
 </script>
-<h2>
-    Search Results
-</h2>
-<hr>
-<!-- NB:  Python code within comment is STILL executed -->
-Query: {{=msg}}
-<br>
-Number of records found: {{=count}}
-<br>
-{{if (count > 0):}}
-<!-- 
-<form action="statuslist.html" enctype="multipart/form-data" method="post">
-    <input type="submit" value="show status form" />
-    <button class="w2p-form-button" onclick="window.location=&#x27;/HLD/default/showhistory&#x27;;return false">show history</button><br>
+<div style="margin: 0% 15% 0% 15%;">
+    <div id="pageTitle" class="header"> Search Results </div>
+    <hr>
+    <!-- NB:  Python code within comment is STILL executed -->
+    Query: {{=msg}}
+    <br>
+    Number of records found: {{=count}}
+    <hr>
     <table border="1" cellpadding="5">
-        <tr>
-        <th></th>
-        <th>DTM<br>Area</th>
-        <th>Closure ID / <br>Log No.</th>
-        <th>Route &amp; Dir /<br>Type of Closure</th>
-        <th>Start Date<br>End Date<br>Est. Delay</th>
-        <th>Facility</th>
-        <th>Limits</th>
-        <th>Work<br>Description</th>
-        <th>TMP</th>
-        <th>Requestor/<br>Radio Call No.</th>
-        </tr>
-{{for hwy in highways:}}
-        <tr>
-        <td><INPUT type="checkbox" name="ckb1" value="{{=hwy.closureid}}"/></td>
-        <td align="center">{{=hwy.closureid[0]}}</td>
-        <td align="center">{{=hwy.closureid}}<BR><HR>{{=hwy.lognum}}</td>
-        <td align="center">{{=hwy.route}}&nbsp;{{=hwy.direction}}<BR><HR>{{=hwy.closuretype}}</td>
-        <td align="center">{{=hwy.startdate}}<BR><HR>{{=hwy.enddate}}<BR><HR>{{=hwy.estdelay}}</td>
-        {{=TD(hwy.facility)}}
-        <td align="center">{{=hwy.startlocation}}<BR><HR>{{=hwy.endlocation}}</td>
-        {{=TD(hwy.worktype)}}
-            <td align="center">{{=hwy.tmpcozeep}}<BR>{{=hwy.tmpdetour}}</td>
-        {{=TD(hwy.supervisor)}}
-{{pass}}
-        </tr>
+        {{=table}}
+        {{for item in multiform:}}
+        {{=item}}
+        {{pass}}
     </table>
-    <div style="display:none;">
-        <input name="_formkey" type="hidden" value="8138fabc-b5fc-4787-9f49-80e9ac931cf2" />
-        <input name="_formname" type="hidden" value="default" />
-    </div>
-</form>
--->
-{{pass}}
-<HR>
-<table border="1" cellpadding="5">
-{{=table}}
-{{for item in multiform:}}
-{{=item}}
-{{pass}}
-</table>
-<HR>
+    <hr>
+</div>
