diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/events.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 31af018d..8157d0f6 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -61,7 +61,7 @@ </span> </div> <!-- col col left--> - <div class="col col-80"> + <div class="col"> <div class="item-text-wrap"> <b><i ng-if="event.Event.Archived=='1'" class="ion-ios-flag" style="color:red"> </i>{{event.Event.MonitorName}}</b> ({{event.Event.Id}}) @@ -75,19 +75,22 @@ <button ng-if="event.Event.DefaultVideo!='' && event.Event.DefaultVideo!=undefined && $root.platformOS!='desktop' && loginData.enableGIFMP4 " class="button button-small button-clear icon mp4-icon" ng-click="downloadFileToDevice(event.Event.videoPath, event.Event.Id)"> </button> - <!-- thumbnail --> - - <img ng-if="loginData.enableThumbs" style="float:right;max-width:150px; max-height:200px;" ng-src="{{event.Event.baseURL}}/index.php?view=image&fid={{event.Event.MaxScoreFrameId}}" on-tap="showThumbnail(event.Event.baseURL,event.Event.MaxScoreFrameId)" /> - - </div> + <i class="ion-images"></i> {{event.Event.Frames}} <i class="ion-ios-bell-outline"></i> {{event.Event.AlarmFrames}} <i class="ion-arrow-graph-up-right"></i> {{event.Event.TotScore}} </div> + + <div ng-if="loginData.enableThumbs" class = "col col-left"> + <!-- thumbnail --> + + <img style="max-width:150px; max-height:200px;" ng-src="{{event.Event.baseURL}}/index.php?view=image&fid={{event.Event.MaxScoreFrameId}}" on-tap="showThumbnail(event.Event.baseURL,event.Event.MaxScoreFrameId)" /> + + </div> </div> <!--row--> <div class="row" style="font-size:80%; color:rgb(110,110,110)"> |
