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


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.bak

    r619 r622  
    11{{extend 'layout.html'}} 
    2 <h1>List of Current Log Entries</h1> 
    3 <p> 
     2<div id="pageTitle" class="header"> 
     3    List of Current Log Entries 
     4</div> 
     5<p style="text-align: center;"> 
    46    This page is just an exploration.  It won't appear in the final application.  We won't build our pages in this manner, either.  
    57</p> 
    6     <table border="1" cellpadding="5"> 
     8    <table border="1" cellpadding="5" style="margin: 0% 20% 0% 20%;"> 
    79        <tr> 
    810        <th></th> 
     
    2426<td align="center">{{=hwy.route}}&nbsp;{{=hwy.direction}}<BR><HR>{{=hwy.closuretype}}</td> 
    2527<!-- Format date from YYYYMMDD into MMDDYYY --> 
    26 <td align="center">{{=hwy.startdate[4:8]}}{{=hwy.startdate[0:4]}}<BR><HR>{{=hwy.enddate[4:8]}}{{=hwy.enddate[0:4]}}<BR><HR>{{=hwy.estdelay}}</td> 
     28<td align="center">{{=hwy.startdate}}<BR><HR>{{=hwy.enddate}}<BR><HR>{{=hwy.estdelay}}</td> 
    2729{{=TD(hwy.facility)}} 
    2830<td align="center">{{=hwy.startlocation}}<BR><HR>{{=hwy.endlocation}}</td> 
Note: See TracChangeset for help on using the changeset viewer.