Changeset 626 in tmcsimulator for branches/LCSv2/views


Ignore:
Timestamp:
08/30/2020 01:49:28 PM (6 years ago)
Author:
jdalbey
Message:

LCS Add revision number to Help page. Add resetdb page.

Location:
branches/LCSv2/views/default
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv2/views/default/help.html

    r619 r626  
    11{{extend 'layout.html'}} 
    22<h1>Sorry, we haven't written the help yet.</h1> 
     3<div style="color: gray; text-align:center"> 
     4<HR> 
     5     
     6    LCS Revision 622 
     7</div> 
  • branches/LCSv2/views/default/help.html.bak

    r619 r626  
    11{{extend 'layout.html'}} 
    2 <h1>This is the default/help.html template</h1> 
    3 {{=BEAUTIFY(response._vars)}} 
     2<h1>Sorry, we haven't written the help yet.</h1> 
     3<div style="color: gray; position: fixed; bottom: 0; width: 760px; "> 
     4<HR> 
     5    Revision 622 
     6</div> 
  • branches/LCSv2/views/default/home.html.bak

    r619 r626  
    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 style="color: gray; position: fixed; bottom: 0; width: 760px; "> 
     17        <HR> 
     18            Revision 622 
     19        </div> 
     20    </div> 
     21</div> 
Note: See TracChangeset for help on using the changeset viewer.