Changeset 595 in tmcsimulator for branches/LCSv1/views
- Timestamp:
- 03/20/2020 02:00:58 PM (6 years ago)
- Location:
- branches/LCSv1/views/default
- Files:
-
- 2 edited
-
results.html (modified) (1 diff)
-
results.html.bak (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/LCSv1/views/default/results.html
r593 r595 49 49 <br> 50 50 Number 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='/HLD/default/showhistory';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 & 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}} {{=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}}92 51 <HR> 93 52 <table border="1" cellpadding="5"> -
branches/LCSv1/views/default/results.html.bak
r593 r595 25 25 lineout += "<td>" + fields[4] + " " + fields[5] +"</td>"; // req date-time 26 26 lineout += "<td>" + fields[10] + " " + fields[11] +"</td>"; // status date-time 27 lineout += "</tr> </table>"27 lineout += "</tr>" 28 28 } 29 29 // Is there a 1022 status?
Note: See TracChangeset
for help on using the changeset viewer.
