Changeset 595 in tmcsimulator for branches/LCSv1/views


Ignore:
Timestamp:
03/20/2020 02:00:58 PM (6 years ago)
Author:
jdalbey
Message:

LCS minor fixes to button style, etc.

Location:
branches/LCSv1/views/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv1/views/default/results.html

    r593 r595  
    4949<br> 
    5050Number of records found: {{=count}} 
    51 <br> 
    52 {{if (count > 0):}} 
    53 <!--  
    54 <form action="statuslist.html" enctype="multipart/form-data" method="post"> 
    55     <input type="submit" value="show status form" /> 
    56     <button class="w2p-form-button" onclick="window.location=&#x27;/HLD/default/showhistory&#x27;;return false">show history</button><br> 
    57     <table border="1" cellpadding="5"> 
    58         <tr> 
    59         <th></th> 
    60         <th>DTM<br>Area</th> 
    61         <th>Closure ID / <br>Log No.</th> 
    62         <th>Route &amp; Dir /<br>Type of Closure</th> 
    63         <th>Start Date<br>End Date<br>Est. Delay</th> 
    64         <th>Facility</th> 
    65         <th>Limits</th> 
    66         <th>Work<br>Description</th> 
    67         <th>TMP</th> 
    68         <th>Requestor/<br>Radio Call No.</th> 
    69         </tr> 
    70 {{for hwy in highways:}} 
    71         <tr> 
    72         <td><INPUT type="checkbox" name="ckb1" value="{{=hwy.closureid}}"/></td> 
    73         <td align="center">{{=hwy.closureid[0]}}</td> 
    74         <td align="center">{{=hwy.closureid}}<BR><HR>{{=hwy.lognum}}</td> 
    75         <td align="center">{{=hwy.route}}&nbsp;{{=hwy.direction}}<BR><HR>{{=hwy.closuretype}}</td> 
    76         <td align="center">{{=hwy.startdate}}<BR><HR>{{=hwy.enddate}}<BR><HR>{{=hwy.estdelay}}</td> 
    77         {{=TD(hwy.facility)}} 
    78         <td align="center">{{=hwy.startlocation}}<BR><HR>{{=hwy.endlocation}}</td> 
    79         {{=TD(hwy.worktype)}} 
    80             <td align="center">{{=hwy.tmpcozeep}}<BR>{{=hwy.tmpdetour}}</td> 
    81         {{=TD(hwy.supervisor)}} 
    82 {{pass}} 
    83         </tr> 
    84     </table> 
    85     <div style="display:none;"> 
    86         <input name="_formkey" type="hidden" value="8138fabc-b5fc-4787-9f49-80e9ac931cf2" /> 
    87         <input name="_formname" type="hidden" value="default" /> 
    88     </div> 
    89 </form> 
    90 --> 
    91 {{pass}} 
    9251<HR> 
    9352<table border="1" cellpadding="5"> 
  • branches/LCSv1/views/default/results.html.bak

    r593 r595  
    2525      lineout += "<td>" + fields[4] + " " + fields[5] +"</td>"; // req date-time 
    2626      lineout += "<td>" + fields[10] + " " + fields[11] +"</td>"; // status date-time 
    27       lineout += "</tr></table>" 
     27      lineout += "</tr>" 
    2828  } 
    2929  // Is there a 1022 status? 
Note: See TracChangeset for help on using the changeset viewer.