summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events-modal.html2
-rw-r--r--www/templates/events.html10
2 files changed, 6 insertions, 6 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 0266fab5..5b96c65f 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -15,7 +15,7 @@
<li ng-repeat="slide in slides">
<img imageonload="finishedLoadingImage($index)"
- image-spinner-src="{{loginData.url}}/index.php?view=image&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}&scale=100"
+ image-spinner-src="{{playbackURL}}/index.php?view=image&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}&scale=100"
image-spinner-loader="lines"
ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}"/>
diff --git a/www/templates/events.html b/www/templates/events.html
index 86e96405..2d55b1f0 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -158,7 +158,7 @@
<li ng-repeat="slide in slides">
<!-- Linwood scaling -->
<img imageonload="finishedLoadingImage($index)"
- image-spinner-src="{{loginData.url}}/index.php?view=image&path={{event.Event.relativePath}}{{slide.img}}&height=380"
+ image-spinner-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{slide.img}}&height=380"
image-spinner-loader="lines"
height="190px";/>
<br/>
@@ -221,7 +221,7 @@
id="hour-{{$index}}">
<span style="color:black">
- <a class="item item-icon-right" href="#"
+ <a class="item item-icon-right" href=""
ng-click="showEvents('1', 'hour',hour.mid);">
<b>{{hour.monitor}}</b> {{hour.events}} events
<i class="icon ion-android-arrow-dropright"></i>
@@ -237,7 +237,7 @@
id="day-{{$index}}">
<span style="color:black">
- <a class="item item-icon-right" href="#"
+ <a class="item item-icon-right" href=""
ng-click="showEvents('1', 'day',day.mid);">
<b>{{day.monitor}}</b> {{day.events}} events
<i class="icon ion-android-arrow-dropright"></i>
@@ -254,7 +254,7 @@
id="week-{{$index}}">
<span style="color:black">
- <a class="item item-icon-right" href="#"
+ <a class="item item-icon-right" href=""
ng-click="showEvents('1', 'week',week.mid);">
<b>{{week.monitor}}</b> {{week.events}} events
<i class="icon ion-android-arrow-dropright"></i>
@@ -270,7 +270,7 @@
id="month-{{$index}}">
<span style="color:black">
- <a class="item item-icon-right" href="#"
+ <a class="item item-icon-right" href=""
ng-click="showEvents('1', 'months',month.mid);">
<b>{{month.monitor}}</b> {{month.events}} events
<i class="icon ion-android-arrow-dropright"></i>