diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-01-22 15:32:22 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-01-22 15:32:22 -0500 |
| commit | 5c5a5fd83d8552de34cbe0a40d192b2443c62d83 (patch) | |
| tree | 6625e52dd49c238c683d9d3c66697f101f980797 /www/templates/events.html | |
| parent | d3dede8181d813e4b490aba4a8a9099366b63711 (diff) | |
#147 directed images through http interceptor
Former-commit-id: ed7370e244a1bc7d0badfabd763b28e0229682b7
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index b0fb3a43..e3332960 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -144,7 +144,7 @@ <figure style="display:inline-block"> <figcaption><p>frame:{{alarm.id}} score:{{alarm.score}}</p></figcaption> - <img ng-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{alarm.fname}}&height=380" height="170px" /> + <img http-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{alarm.fname}}&height=380" height="170px" /> </figure> @@ -179,7 +179,11 @@ <!-- Linwood scaling --> - <img imageonload="finishedLoadingImage($index)" image-spinner-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{slide.img}}&height=380" image-spinner-loader="lines" height="190px" ;/> + <!-- <img imageonload="finishedLoadingImage($index)" image-spinner-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{slide.img}}&height=380" image-spinner-loader="lines" height="190px" ;/> --> + + + <img imageonload="finishedLoadingImage($index)" http-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{slide.img}}&height=380" image-spinner-loader="lines" height="190px" ;/> + <br/> |
