Changeset 598 in tmcsimulator for branches/LCSv1/views/default/search.html


Ignore:
Timestamp:
03/25/2020 01:47:16 PM (6 years ago)
Author:
liquan
Message:

Styled index.html (login page), home.html and search.html of LCSv1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv1/views/default/search.html

    r593 r598  
    11{{extend 'layout.html'}} 
    22 
    3 <h2> 
    4 Search 
    5 </h2> 
    6 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 <P> 
    8 {{=form}} 
    9 </P> 
     3 
     4<div id="main" role="main" class="mainflex"> 
     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> 
     7    </div> 
     8    <div class="searchform"> 
     9        {{=form}} 
     10    </div> 
     11</div> 
Note: See TracChangeset for help on using the changeset viewer.