summaryrefslogtreecommitdiff
path: root/www/templates/help.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-21 12:49:18 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-21 12:49:18 -0400
commitb28028ac4082842143b0f528d6bc539da6ccb419 (patch)
tree1e26ea969a781ed8e323fca4e3c76345113fc694 /www/templates/help.html
parent676270d21beed31d767a06c89522198c77d5d865 (diff)
mega changes, including updates and X
Diffstat (limited to 'www/templates/help.html')
-rw-r--r--www/templates/help.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/templates/help.html b/www/templates/help.html
new file mode 100644
index 00000000..c0f714cf
--- /dev/null
+++ b/www/templates/help.html
@@ -0,0 +1,12 @@
+<ion-view cache-view="false" view-title="{{'kHelp' | translate}}">
+ <ion-nav-buttons side="left">
+ <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button>
+ <button data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge" ng-click="handleAlarms();" ng-if="$root.isAlarm"></button>
+ </ion-nav-buttons>
+ <ion-content class="padding" scroll-sista delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll>
+ <p><small>{{$root.appName}} v{{zmAppVersion}}</small></p>
+ <div class="list">
+ <div id="insertHelp"></div>
+ </div>
+ </ion-content>
+</ion-view>