summaryrefslogtreecommitdiff
path: root/www/templates/help.html
diff options
context:
space:
mode:
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>