2015-08-23 16:55:15 -04:00
|
|
|
{{!< default}}
|
|
|
|
|
2016-06-29 08:16:21 -04:00
|
|
|
<div style="background:#D1E0E0" class="jumbotron">
|
|
|
|
<h1 class="text-center">TT Tennis Courts Are...</h1>
|
|
|
|
</div>
|
|
|
|
|
2015-08-25 14:02:23 -04:00
|
|
|
{{! Index-0 is the most recent message. }}
|
2015-12-10 12:37:05 -05:00
|
|
|
<div class="jumbotron {{values.0.statusclass}}">
|
2015-08-28 13:08:36 -04:00
|
|
|
<h1 class="text-center"><b>{{values.0.status}}</b></h1>
|
2015-08-25 14:02:23 -04:00
|
|
|
</div>
|
2015-08-25 17:32:05 -04:00
|
|
|
<div>
|
2015-12-10 12:37:05 -05:00
|
|
|
<h3 class="text-center">Update received: {{values.0.pubdate}}, {{values.0.pubtime}}</h3>
|
2015-08-25 17:32:05 -04:00
|
|
|
</div>
|
2015-08-28 13:08:36 -04:00
|
|
|
<hr></hr>
|
2015-08-25 17:32:05 -04:00
|
|
|
<div>
|
2015-12-10 12:37:05 -05:00
|
|
|
<h4 class="text-center">Prior update was: {{values.1.status}} at {{values.1.pubdate}}, {{values.1.pubtime}}</h4>
|
2015-08-25 17:32:05 -04:00
|
|
|
</div>
|
2015-09-03 11:34:47 -04:00
|
|
|
|
2015-09-05 15:22:08 -04:00
|
|
|
<hr></hr>
|
|
|
|
<div>
|
2015-09-20 14:39:35 -04:00
|
|
|
<a href="javascript:location.reload()" class="btn btn-primary col-xs-4 col-xs-offset-4">Check Again</a>
|
2015-09-05 15:22:08 -04:00
|
|
|
</div>
|
|
|
|
</br>
|
|
|
|
<hr></hr>
|
|
|
|
|
2015-09-03 11:34:47 -04:00
|
|
|
<script>
|
|
|
|
setTimeout(
|
|
|
|
function() {
|
|
|
|
location.reload();
|
|
|
|
}, 60000
|
|
|
|
);
|
|
|
|
</script>
|