21 lines
729 B
Handlebars
21 lines
729 B
Handlebars
{{!< default}}
|
|
|
|
<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>
|