Start admin template
This commit is contained in:
parent
a709d950c1
commit
b748029383
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user