Changeset 611 in tmcsimulator for branches/LCSv1/views
- Timestamp:
- 04/01/2020 07:27:09 PM (6 years ago)
- Location:
- branches/LCSv1/views/default
- Files:
-
- 2 edited
-
search.html (modified) (1 diff)
-
search.html.bak (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/LCSv1/views/default/search.html
r598 r611 4 4 <div id="main" role="main" class="mainflex"> 5 5 <div id="pageTitle" class="header">Search</div> 6 <div >Search by any combination of fields. <i>Currently only "closureid", "route" and "startdate" are functioning.If no criteria are provided, ALL closures are listed.</i>6 <div style="font-size: 12pt">Search by any combination of fields. <i>If no criteria are provided, ALL closures are listed.</i> 7 7 </div> 8 8 <div class="searchform"> -
branches/LCSv1/views/default/search.html.bak
r593 r611 1 1 {{extend 'layout.html'}} 2 2 3 <h2> 4 Search 5 </h2> 6 Search on any combination of fields. <i>Currently only "closureid", "route" and "startdate" are functioning. If no criteria are provided, ALL closures are listed.</i> 7 <P> 8 {{=form}} 9 </P> 3 4 <div id="main" role="main" class="mainflex"> 5 <div id="pageTitle" class="header">Search</div> 6 <div style="font-size: 12pt">Search by any combination of fields. <i>Currently only "closureid", "route" and "startdate" are functioning. If no criteria are provided, ALL closures are listed.</i> 7 </div> 8 <div class="searchform"> 9 {{=form}} 10 </div> 11 </div>
Note: See TracChangeset
for help on using the changeset viewer.
