Start admin template

This commit is contained in:
jkaplon 2016-08-06 11:17:45 -04:00
parent a709d950c1
commit b748029383

View File

@ -1,6 +1,20 @@
{{!< default}}
<div style="background: url(banner-bg.jpg) no-repeat center center; background-size: cover; color: #fff" class="jumbotron">
<div style="background: url(/banner-bg.jpg) no-repeat center center; background-size: cover; color: #fff" class="jumbotron">
<h1 class="text-center">TT Tennis Courts Are...</h1>
</div>
<table class="table lead">
<th>Location:</th> <th>Current Status:</th>
<tr>
<td><a href="https://tenniscourtsopen.com/tt">Temple Terrace Recreation Center, clay courts</a></td>
<td class="label label-info.{{values.statusclass}}">{{values.status}}</td>
</tr>
</table>
<div>
<form action="/" method="post">
<input type="submit" class="btn btn-primary" value="Change Status to {{values.oppstatus}}"/>
<input type="text hidden" value="{{values.oppstatus}}"/>
</form>
</div>