parent
3b47f2fc9c
commit
caedd94f69
|
@ -288,6 +288,7 @@ getBodyTopHTML();
|
||||||
<button type="button" id="panleft" data-on-click="click_panleft" >< <?php echo translate('Pan') ?></button>
|
<button type="button" id="panleft" data-on-click="click_panleft" >< <?php echo translate('Pan') ?></button>
|
||||||
<button type="button" id="zoomin" data-on-click="click_zoomin" ><?php echo translate('In +') ?></button>
|
<button type="button" id="zoomin" data-on-click="click_zoomin" ><?php echo translate('In +') ?></button>
|
||||||
<button type="button" id="zoomout" data-on-click="click_zoomout" ><?php echo translate('Out -') ?></button>
|
<button type="button" id="zoomout" data-on-click="click_zoomout" ><?php echo translate('Out -') ?></button>
|
||||||
|
<button type="button" id="lasteight" data-on-click="click_last24" ><?php echo translate('24 Hour') ?></button>
|
||||||
<button type="button" id="lasteight" data-on-click="click_lastEight" ><?php echo translate('8 Hour') ?></button>
|
<button type="button" id="lasteight" data-on-click="click_lastEight" ><?php echo translate('8 Hour') ?></button>
|
||||||
<button type="button" id="lasthour" data-on-click="click_lastHour" ><?php echo translate('1 Hour') ?></button>
|
<button type="button" id="lasthour" data-on-click="click_lastHour" ><?php echo translate('1 Hour') ?></button>
|
||||||
<button type="button" id="allof" data-on-click="click_all_events" ><?php echo translate('All Events') ?></button>
|
<button type="button" id="allof" data-on-click="click_all_events" ><?php echo translate('All Events') ?></button>
|
||||||
|
@ -298,13 +299,8 @@ getBodyTopHTML();
|
||||||
if ( (!$liveMode) and (count($displayMonitors) != 0) ) {
|
if ( (!$liveMode) and (count($displayMonitors) != 0) ) {
|
||||||
?>
|
?>
|
||||||
<button type="button" id="downloadVideo" data-on-click="click_download"><?php echo translate('Download Video') ?></button>
|
<button type="button" id="downloadVideo" data-on-click="click_download"><?php echo translate('Download Video') ?></button>
|
||||||
<?php
|
<span id="eventfilterdiv">
|
||||||
}
|
<label><?php echo translate('Archive Status') ?>
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
<?php if ( !$liveMode ) { ?>
|
|
||||||
<div id="eventfilterdiv" class="input-group">
|
|
||||||
<label><?php echo translate('Archive Status') ?>
|
|
||||||
<?php echo htmlSelect(
|
<?php echo htmlSelect(
|
||||||
'archive_status',
|
'archive_status',
|
||||||
array(
|
array(
|
||||||
|
@ -314,9 +310,10 @@ getBodyTopHTML();
|
||||||
),
|
),
|
||||||
( isset($_SESSION['archive_status']) ? $_SESSION['archive_status'] : '')
|
( isset($_SESSION['archive_status']) ? $_SESSION['archive_status'] : '')
|
||||||
); ?>
|
); ?>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</span>
|
||||||
<?php } // end if !live ?>
|
<?php } // end if !live ?>
|
||||||
|
</div>
|
||||||
<div id="timelinediv">
|
<div id="timelinediv">
|
||||||
<canvas id="timeline"></canvas>
|
<canvas id="timeline"></canvas>
|
||||||
<span id="scrubleft"></span>
|
<span id="scrubleft"></span>
|
||||||
|
|
Loading…
Reference in New Issue