summaryrefslogtreecommitdiff
path: root/www/templates/moment.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-12-19 11:37:21 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-12-19 11:37:21 -0500
commite2888fc17d9918c146b635b339bb0d836d324b1a (patch)
treed8ddc4472c7fc54413c728c1b041009b8dcf3a71 /www/templates/moment.html
parent83a20c4367b37f949a5b09b7cc1fbe09a06f47ab (diff)
#570 ability to page forward and back by 24 hrs
Diffstat (limited to 'www/templates/moment.html')
-rw-r--r--www/templates/moment.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/www/templates/moment.html b/www/templates/moment.html
index 2c3ecc52..67a49652 100644
--- a/www/templates/moment.html
+++ b/www/templates/moment.html
@@ -16,6 +16,12 @@
</ion-nav-buttons>
+
+ <div class="events-float-filter" >
+ {{displayTimeFrom}} - {{displayTimeTo}}</span>
+ </div>
+
+
<ion-content class="padding" delegate-handle="moment-delegate" overflow-scroll="false" mouse-wheel-scroll style="background-color:#444444" >
@@ -34,13 +40,26 @@
</li>
</ul>
</div>
+
+ <div id="flyoutmenu" style="float:right">
+ <ul>
+ <li>
+ <a href="" ng-click="changeFrom(-1)"> <i class="ion-chevron-left"></i></a>
+ </li>
+ <li>
+ <a href="" ng-click="changeFrom(1)"> <i class="ion-chevron-right"></i></a>
+ </li>
+
+ </ul>
+ </div>
+
<div style="clear: both;"></div>
<br/>
</div>
<div style="color:white" ng-if="!moments.length">
- Nothing to show yet...
+ {{loadingStatus}}
</div>
<div class="grid" id="mygrid">