summaryrefslogtreecommitdiff
path: root/www/templates/lowversion.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/lowversion.html
parent676270d21beed31d767a06c89522198c77d5d865 (diff)
mega changes, including updates and X
Diffstat (limited to 'www/templates/lowversion.html')
-rw-r--r--www/templates/lowversion.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/templates/lowversion.html b/www/templates/lowversion.html
new file mode 100644
index 00000000..d6b9cb7e
--- /dev/null
+++ b/www/templates/lowversion.html
@@ -0,0 +1,25 @@
+<ion-view view-title="{{$root.appName}}" hide-nav-bar="true" hide-back-button="true" cache-view="false">
+ <ion-content class="pin-background">
+ <div style="margin-left:20px; margin-right:20px">
+ <center>
+ <br/>
+ <br/>
+ <div id="responsive-image">
+ <img src="img/authlogo.png">
+ </div>
+ <br/>
+ <span style="color:white">
+ <h2 style="color:white" class="animated bounce">{{'kZMUpgradeNeeded' | translate}}</h2>
+ <br/>
+ <h4 style="color:white">{{'kVersionIncompatible' | translate }}</h4>
+ <br/>
+ {{'kReportedVersion' | translate}}: <b>{{currentVersion}}</b><br/>
+ {{'kMinVersion' | translate}}:<b>{{requiredVersion}}</b><br/>
+
+
+ </span>
+ <br/>
+ </center>
+ </div>
+ </ion-content>
+</ion-view>