diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-11 16:22:57 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-11 16:22:57 -0400 |
| commit | b2367f35e32fad3f2383b9e124df87211f669b59 (patch) | |
| tree | b5413f011afb697c80db98b011d19149272da432 /www/templates | |
| parent | ff36c7d3135246ce68f782cabf6d92a3f762d2fd (diff) | |
nits - not much to describe
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/help.html | 4 | ||||
| -rw-r--r-- | www/templates/monitors-modal.html | 5 | ||||
| -rw-r--r-- | www/templates/monitors.html | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/templates/help.html b/www/templates/help.html index c947bfdf..c2c43947 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -56,12 +56,12 @@ <ion-item class="item-text-wrap"> <h2><b>I want to contribute!</b></h2> - Awesome. <a href="#" onclick="window.open('http://github.com/arjunroychowdhury/zmNinja', '_blank', 'location=yes'); return false;"> Grab</a> the source code! + Awesome. <a href="#" onclick="window.open('http://github.com/pliablepixels/zmNinja', '_blank', 'location=yes'); return false;"> Grab</a> the source code! </ion-item> <ion-item class="item-text-wrap"> <h2><b>How do I contact the author?</b></h2> - Send me an <a href="#" onclick="window.open('mailto:arjunrc@gmail.com', '_blank', 'location=yes'); return false;">email</a> + Send me an <a href="#" onclick="window.open('mailto:pliablepixels@gmail.com', '_blank', 'location=yes'); return false;">email</a> </ion-item> </div> diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index c974ec25..b410331a 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -12,11 +12,12 @@ </ion-header-bar> --> <ion-content> - <!-- replay can also be gapless --> + <!-- replay can also be gapless imageonload="finishedLoadingImage()"--> <div ng-if="!isSimulated()"> <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> - <img imageonload="finishedLoadingImage()" ng-src="{{LoginData.url}}/cgi-bin/zms?mode=jpeg&monitor={{monitorId}}&maxfps=3&buffer=1000&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{rand}}" width="100%" /> + + <img imageonload="finishedLoadingImage()" ng-src="{{LoginData.url}}/cgi-bin/zms?mode=jpeg&monitor={{monitorId}}&maxfps=3&buffer=1000&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{rand}}" width="100%" /> </ion-scroll> </div> diff --git a/www/templates/monitors.html b/www/templates/monitors.html index db7abea6..6ceef11f 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -40,7 +40,7 @@ </p> <div style="float:right;"> - <a class="button button-small icon icon-left icon ion-gear-a" href="#/app/events">Configuration</a> + <a class="button button-small icon icon-left icon ion-gear-a" href="" ng-click="notSupported();">Configuration</a> <a class="button button-small icon icon-left ion-calendar" href="#/events/{{monitor.Monitor.Id}}">Events</a> <a class="button button-small icon icon-left ion-ios-eye" ng-click="openModal(monitor.Monitor.Id)" >Live View</a> </div> |
