Changeset 622 in tmcsimulator for branches/LCSv2/views/default/list.html


Ignore:
Timestamp:
08/21/2020 12:19:51 PM (6 years ago)
Author:
jdalbey
Message:

LCS implement closed lane checkboxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv2/views/default/list.html

    r619 r622  
    1313        <th>Route &amp; Dir /<br>Type of Closure</th> 
    1414        <th>Start Date<br>End Date<br>Est. Delay</th> 
    15         <th>Facility</th> 
     15        <th>Facility/Lanes</th> 
    1616        <th>Limits</th> 
    1717        <th>Work<br>Description</th> 
     
    2727<!-- Format date from YYYYMMDD into MMDDYYY --> 
    2828<td align="center">{{=hwy.startdate}}<BR><HR>{{=hwy.enddate}}<BR><HR>{{=hwy.estdelay}}</td> 
    29 {{=TD(hwy.facility)}} 
     29<td align='center">{{=hwy.facility}}<HR>{{=hwy.closedlanes}}</td> 
    3030<td align="center">{{=hwy.startlocation}}<BR><HR>{{=hwy.endlocation}}</td> 
    3131{{=TD(hwy.worktype)}} 
Note: See TracChangeset for help on using the changeset viewer.