diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 15:25:35 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 15:25:35 -0500 |
| commit | ddbdd88eb982cc29ada22d4304e0f2f6cb786658 (patch) | |
| tree | 93f16ea4131d079a6ca7fd42ec1717a27682293c /www/templates | |
| parent | aed448120b79f19faa8f28343bcc80c819f9139c (diff) | |
image cleanup
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events-modal.html | 2 | ||||
| -rw-r--r-- | www/templates/events.html | 2 | ||||
| -rw-r--r-- | www/templates/monitors-modal.html | 8 | ||||
| -rw-r--r-- | www/templates/montage-history.html | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 319f8366..99994380 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -10,7 +10,7 @@ <div style="white-space:nowrap;"> <span ng-repeat="alarm in alarm_images"> <figure class="animated slideInLeft" style="display:inline-block"> - <img ng-src="{{constructFrame(alarm.frameid)}}" fallback-src="img/frameerror.png" style="width: auto; height: auto;max-width: 100%;max-height: 100px" + <img ng-src="{{constructFrame(alarm.frameid)}}" fallback-src="img/noimage.png" style="width: auto; height: auto;max-width: 100%;max-height: 100px" ng-click="changeSnapshot(alarm.frameid)" on-double-tap="closeModal();" /> </figure> </span> diff --git a/www/templates/events.html b/www/templates/events.html index b2eb416a..b3da4bf3 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -89,7 +89,7 @@ <img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}" on-tap="closeIfOpen(event);openModalWithSnapshot(event)" - width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" fallback-src="img/frameerror.png" /> + width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" fallback-src="img/noimage.png" /> </div> diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 72ed2baa..998dc6c3 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -20,11 +20,11 @@ imageonload="imageLoaded()" /> </div> <div ng-if="animationInProgress"> - <img style="width:100vw; height:100vh" ng-src="img/pausevideo.png" class="object-fit_contain" /> + <img style="width:100vw; height:100vh" ng-src="img/noimage.png" class="object-fit_contain" /> </div> </div> <div ng-if="$root.authSession=='undefined'"> - <img id="singlemonitor" ng-src="img/pausevideo.png" style="width:100vw; height:100vh; display:block;" + <img id="singlemonitor" ng-src="img/noimage.png" style="width:100vw; height:100vh; display:block;" class="object-fit_contain" width="{{((devWidth)/(7-monitorSize[$index]))}}px;" /> </div> </div> @@ -49,11 +49,11 @@ imageonload="imageLoaded()" /> </div> <div ng-if="animationInProgress || isBackground()"> - <img style="width:100vw; height:100vh" ng-src="img/pausevideo.png" class="object-fit_contain" /> + <img style="width:100vw; height:100vh" ng-src="img/noimage.png" class="object-fit_contain" /> </div> </div> <div ng-if="$root.authSession=='undefined'"> - <img id="singlemonitor" ng-src="img/pausevideo.png" style="width:100vw; height:100vh; display:block;" + <img id="singlemonitor" ng-src="img/noimage.png" style="width:100vw; height:100vh; display:block;" class="object-fit_contain" width="{{((devWidth)/(7-monitorSize[$index]))}}px;" /> </div> </div> diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 6f67ad7f..629c31ae 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -24,7 +24,7 @@ <span ng-repeat="monitor in MontageMonitors | onlyEnabledAndEventHas |limitTo: currentLimit"> - <div ng-if="monitor.Monitor.eventUrl != 'img/noevent.png' && monitor.Monitor.connKey !=''"> + <div ng-if="monitor.Monitor.eventUrl != 'img/noimage.png' && monitor.Monitor.connKey !=''"> <div class="grid-item grid-item-{{monitor.Monitor.gridScale}} " data-item-id="{{monitor.Monitor.Id}}" data-item-size="{{monitor.Monitor.gridScale}}" data-item-listdisplay="{{monitor.Monitor.listDisplay}}"> <figure height="{{Monitor.monitor.height}}" width="{{Monitor.monitor.width}}" class="{{dragBorder}}" ng-if=" monitor.Monitor.listDisplay!='noshow'"> @@ -70,7 +70,7 @@ <!-- valid auth session &!background --> <!--<div ng-if="!$root.authSession=='undefined' || isBackground()"> - <img image-spinner-src="img/pausevideo.png" /> + <img image-spinner-src="img/noimage.png" /> </div>--> </span> </div> |
