diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:09:08 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:09:08 -0400 |
| commit | 05638adb21a0f13715e2f1390c4b85e972779e9a (patch) | |
| tree | 85c6a68f06616181edff3b5f580dfe507552ff27 /www/templates | |
| parent | 26fa7692c30e1887079d067c782984f745edf750 (diff) | |
ionic content banner is being used for useful status displays
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/monitors-modal.html | 4 | ||||
| -rw-r--r-- | www/templates/montage.html | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 9ee970c9..06a4edc3 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -5,7 +5,7 @@ <ion-modal-view cache-view="false" style="background-color:#444444" > <ion-content > - + <!-- <div style="background-color:red; color:white"> Modal Rand:{{$root.modalRand}} </div>--> <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> <!-- android needs this 100vh - otherwise max- does not work --> @@ -17,7 +17,7 @@ image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/nph-zms?mode=single&monitor={{monitorId}}&maxfps={{LoginData.maxFPS}}&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" on-swipe-left="onSwipeLeft(monitorId,-1)" on-swipe-right="onSwipeRight(monitorId,1)" /> </div> </ion-scroll> - <span style="background-color:red; color:white"> Modal Rand:{{$root.modalRand}} </span> + </ion-content> diff --git a/www/templates/montage.html b/www/templates/montage.html index c3ad91e5..7a192c54 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -57,7 +57,7 @@ </div> <div ng-if="isModalActive"> - <img id="img-$index" ng-src="img/novideo.png" style="display:block;" width="{{((devWidth)/(7-monitorSize[$index]))}}px;"/> + <img id="img-$index" ng-src="img/pausevideo.png" style="display:block;" width="{{((devWidth)/(7-monitorSize[$index]))}}px;"/> </div> @@ -75,15 +75,18 @@ <div ng-show="minimal"> <nav mfb-menu position="br" effect="zoomin" label="collapse" active-icon="ion-chevron-down" resting-icon="ion-chevron-up" toggling-method="click"> - <button mfb-button icon="ion-close" label="exit full screen" - ng-click="switchMinimal()"> - </button> + <button mfb-button icon="ion-arrow-expand" label="increase size" ng-click="changeSize(1)"> </button> <button mfb-button icon="ion-arrow-shrink" label="decrease size" ng-click="changeSize(-1)"> </button> + <button mfb-button icon="ion-refresh" label="refresh" ng-click="reloadView();"> + </button> + <button mfb-button icon="ion-close" label="exit full screen" + ng-click="switchMinimal()"> + </button> </nav> </div> </ion-view> |
