Changeset 598 in tmcsimulator for branches/LCSv1/views


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

Location:
branches/LCSv1/views/default
Files:
3 edited

Legend:

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

    r593 r598  
    11{{extend 'layout.html'}} 
    22 
    3 <h1>Home Page</h1> 
    4 Welcome, {{=name}}<br> 
    5 <h4> 
    6 District Messages 
    7 </h4> 
    8 DTM CONTACTS – CONSTRUCTION:    Adam Ant – 555-888-1111<br> 
    9 PERMITS & MAINTENANCE:  Becky Bee – 555-666-2222<br> 
    10 LCS IT ISSUES:          Carly Cow – 111-555-6666<br> 
     3<div id="main" role="main" class="mainflex" style="text-align: center;"> 
     4    <div id="pageTitle" class="header">Home</div> 
     5    <div class="block-content" style="display: block; text-align:left; min-width: 760px; margin: 4% 0% 7% 0%;"> 
     6        <div style="width:760px;"> 
     7            <p class="heading3">Welcome, {{=name}}</p> 
     8            <div role="heading" aria-level="2" class="heading2">District Messages </div> 
     9            <div role="heading" aria-level="2" class="heading2">DTM CONTACTS - CONSTRUCTION:   
     10                <span style="margin-left: 5%;">Adam Ant - 555-888-1111</span> </div> 
     11            <div role="heading" aria-level="2" class="heading2">PERMITS & MAINTENANCE:  
     12                <span style="margin-left: 5%;"> Becky Bee - 555-666-2222 </span> </div> 
     13            <div role="heading" aria-level="2" class="heading2">LCS IT ISSUES:   
     14                <span style="margin-left: 5%;">  Carly Cow - 111-555-6666 </span></div> 
     15        </div> 
     16    </div> 
     17</div> 
  • branches/LCSv1/views/default/index.html

    r593 r598  
    11{{extend 'layout.html'}} 
    2 <h1>D-14 LANE CLOSURE SYSTEM (LCS)</h1> 
    3 {{=form}} 
     2 
     3<div class="header" style="padding-top:150px;"> 
     4    <div role="heading" aria-level="1" style="color:#08298A; font-size: 26px; font-weight: bold;"> 
     5        D-14 LANE CLOSURE SYSTEM (LCS)</div> 
     6</div> 
     7<div class="labelcenter" style="margin: 3% 0% 3% 0%;"> 
     8    {{=form}} 
     9</div> 
     10 
  • 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.