summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events.html1
-rw-r--r--www/templates/login.html20
2 files changed, 15 insertions, 6 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index f2369121..9529db8d 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -30,6 +30,7 @@
</ion-header-bar>
</div>
+
<ion-content ng-cloak on-tap="tapped();" delegate-handle="mainScroll" has-subheader="true" overflow-scroll="false">
diff --git a/www/templates/login.html b/www/templates/login.html
index b9954ba6..f71e9161 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -56,19 +56,27 @@
placeholder="ZM portal url "
ng-model="loginData.url" ng-keyup="portalKeypress($event)">
</label>
+
+ <button class="button button-small button-clear icon-left ion-wand" ng-click="detectCgi()">tap here to discover cgi-bin
+ </button>
+
<label class="item item-input item-floating-label" >
- <span style="float:right;margin-top:-7px;background-color:#6d0909;color:#fff;font-size:14px;opacity:0.7;width:30px;border-radius: 0px 0px 5px 5px;" on-tap="detectCgi();">&nbsp;&nbsp;&nbsp;<i class="ion-wand"></i>&nbsp;&nbsp;help</span>
+ <!--<span style="float:right;margin-top:-7px;background-color:#6d0909;color:#fff;font-size:14px;opacity:0.7;width:90px;border-radius: 0px 0px 5px 5px;" on-tap="detectCgi();">&nbsp;&nbsp;&nbsp;<i class="ion-wand"></i>discover</span>-->
<span class="input-label">path to cgi-bin</span>
- <input autocapitalize="none" autocomplete="off"
- autocorrect="off" type="text"
- placeholder="eg. server.com/zm/cgi-bin"
- ng-model="loginData.streamingurl">
-
+
+ <input autocapitalize="none" autocomplete="off"
+ autocorrect="off" type="text"
+ placeholder="eg. server.com/zm/cgi-bin"
+ ng-model="loginData.streamingurl">
+
</label>
+
+
+
<label class="item item-input item-floating-label" >
<span class="input-label">ZM api url</span>
<input autocapitalize="none"