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>
|
|
|
|
<form action="/" method="post">
|
2016-08-23 17:08:23 -04:00
|
|
|
<button type="submit" class="jumbotron {{values.0.oppstatus}} col-xs-4 col-xs-offset-4 btn btn-primary"><h2>Change Status to: {{values.0.oppstatus}}</h2></button>
|
|
|
|
<input type="text" class="hidden" value="{{values.0.oppstatus}}"/>
|
2016-08-06 11:17:45 -04:00
|
|
|
</form>
|
|
|
|
</div>
|