Changeset 596 in tmcsimulator for branches/LCSv1/controllers
- Timestamp:
- 03/20/2020 03:33:13 PM (6 years ago)
- File:
-
- 1 edited
-
branches/LCSv1/controllers/default.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/LCSv1/controllers/default.py
r595 r596 57 57 header = THEAD(TR(TH(''), TH('DTM',BR(),'Area'), TH('Closure ID/',BR(),'Log No.'),TH('Route & Dir/',BR(),'Type of Closure'),TH('Start Date/',BR(),'End Date/',BR(),'Est. Delay'),TH('Facility'),TH('Limits'),TH('Work'), TH('TMP:',BR(),'Cozeep/',BR(),'Detour'),TH('Requestor/',BR(),'Radio Call No.'))) 58 58 multiform = [] 59 # Iterates over all search results 59 60 for row in hwy: 60 61 statusfields = row.closureid +','+ row.lognum + ',1097,' + str(row.s1097user) +','+ str(row.startdate) + ',' + formatTime(row.starttime) +','+str(row.s1097date)+','+ formatTime(row.s1097time) + ',1098,' + str(row.s1098user) +','+ str(row.s1098date)+','+ formatTime(row.s1098time)+ ',1022,' + str(row.s1022user) +','+ str(row.s1022date)+','+ formatTime(row.s1022time)
Note: See TracChangeset
for help on using the changeset viewer.
