2016-07-11 10:18:41 -04:00
|
|
|
{{!< default}}
|
|
|
|
|
2016-08-06 11:17:45 -04:00
|
|
|
<div style="background: url(/banner-bg.jpg) no-repeat center center; background-size: cover; color: #fff" class="jumbotron">
|
2016-07-11 10:18:41 -04:00
|
|
|
<h1 class="text-center">TT Tennis Courts Are...</h1>
|
|
|
|
</div>
|
|
|
|
|
2016-08-23 17:08:23 -04:00
|
|
|
{{! Index-0 is the most recent message. }}
|
|
|
|
<div class="jumbotron {{values.0.statusclass}}">
|
|
|
|
<h1 class="text-center"><b>{{values.0.status}}</b></h1>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<h3 class="text-center">Update received: {{values.0.pubdate}}, {{values.0.pubtime}}</h3>
|
|
|
|
</div>
|
|
|
|
<hr></hr>
|
|
|
|
<div>
|
|
|
|
<h4 class="text-center">Prior update was: {{values.1.status}} at {{values.1.pubdate}}, {{values.1.pubtime}}</h4>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<hr></hr>
|
2016-08-06 11:17:45 -04:00
|
|
|
|
|
|
|
<div>
|
2016-08-23 19:00:46 -04:00
|
|
|
<form action="/" method="post" onsubmit="setTimeout(function () { window.location.reload(); }, 1000)">
|
2016-08-24 11:09:17 -04:00
|
|
|
<button type="submit" class="jumbotron {{values.0.oppstatus}} col-xs-4 col-xs-offset-4 btn btn-primary" style="white-space: normal;"><h2>Change Status to: {{values.0.prettystatus}}</h2></button>
|
2016-08-23 19:00:46 -04:00
|
|
|
<input name="status" class="hidden" value="{{values.0.prettystatus}}"/>
|
|
|
|
<input name="loc" class="hidden" value="{{values.0.loc}}"/>
|
2016-08-06 11:17:45 -04:00
|
|
|
</form>
|
|
|
|
</div>
|