Bug 381 - Tidied and validated xHTML
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2039 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
bd707c81a7
commit
8d366321a9
|
@ -76,23 +76,23 @@ elseif ( !isset($view) )
|
|||
|
||||
switch( $view )
|
||||
{
|
||||
case "login" :
|
||||
case "postlogin" :
|
||||
case "logout" :
|
||||
case "console" :
|
||||
case "state" :
|
||||
case "cycle" :
|
||||
case "watch" :
|
||||
case "montage" :
|
||||
case "settings" :
|
||||
case "events" :
|
||||
case "filter" :
|
||||
case "event" :
|
||||
case "eventdetails" :
|
||||
case "events" :
|
||||
case "filter" :
|
||||
case "frame" :
|
||||
case "monitor" :
|
||||
case "video" :
|
||||
case "function" :
|
||||
case "login" :
|
||||
case "logout" :
|
||||
case "monitor" :
|
||||
case "montage" :
|
||||
case "postlogin" :
|
||||
case "settings" :
|
||||
case "state" :
|
||||
case "video" :
|
||||
case "watch" :
|
||||
case "none" :
|
||||
{
|
||||
require_once( "zm_".$format."_view_".$view.".php" );
|
||||
|
|
|
@ -65,7 +65,7 @@ while( $row = mysql_fetch_assoc( $result ) )
|
|||
}
|
||||
mysql_free_result( $result );
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangConsole ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -130,8 +130,8 @@ foreach( $monitors as $monitor )
|
|||
<tr>
|
||||
<td align="left"> </td>
|
||||
<td align="center"><?= makeLink( "$PHP_SELF?view=montage", count($monitors), ( $running && canView( 'Stream' ) && $cycle_count > 1 ) ) ?></td>
|
||||
<td align="right" class="text"><?= makeLink( "$PHP_SELF?view=events&page=1&filter=1&trms=2&attr1=Archived&op1=%3d&val1=0&cnj2=and&attr2=DateTime&op2=%3e%3d&val2=-1%20hour", $hour_event_count, canView( 'Events' ) ) ?></td>
|
||||
<td align="right" class="text"><?= makeLink( "$PHP_SELF?view=events&page=1&filter=1&trms=2&attr1=Archived&op1=%3d&val1=0&cnj2=and&attr2=Date&op2=%3e%3d&val2=today", $today_event_count, canView( 'Events' ) ) ?></td>
|
||||
<td align="right"><?= makeLink( "$PHP_SELF?view=events&page=1&filter=1&trms=2&attr1=Archived&op1=%3d&val1=0&cnj2=and&attr2=DateTime&op2=%3e%3d&val2=-1%20hour", $hour_event_count, canView( 'Events' ) ) ?></td>
|
||||
<td align="right"><?= makeLink( "$PHP_SELF?view=events&page=1&filter=1&trms=2&attr1=Archived&op1=%3d&val1=0&cnj2=and&attr2=Date&op2=%3e%3d&val2=today", $today_event_count, canView( 'Events' ) ) ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
|
|
@ -19,15 +19,15 @@
|
|||
//
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangError ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
<body>
|
||||
<table align="center" border="0" cellspacing="2" cellpadding="2" width="96%">
|
||||
<tr><td colspan="2" class="smallhead" align="center">ZoneMinder <?= $zmSlangError ?></td></tr>
|
||||
<tr><td colspan="2" class="text" align="center"> </td></tr>
|
||||
<tr><td colspan="2" class="text" align="center"><strong><?= $zmSlangYouNoPerms ?><br/><?= $zmSlangContactAdmin ?></strong></td></tr>
|
||||
<tr><td class="head" align="center">ZoneMinder <?= $zmSlangError ?></td></tr>
|
||||
<tr><td align="center"> </td></tr>
|
||||
<tr><td align="center"><strong><?= $zmSlangYouNoPerms ?><br/><?= $zmSlangContactAdmin ?></strong></td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -100,7 +100,7 @@ $frames_per_line = 3;
|
|||
$paged = $event['Frames'] > $frames_per_page;
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangEvent ?> - <?= $event['Name'] ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -108,8 +108,8 @@ $paged = $event['Frames'] > $frames_per_page;
|
|||
<body>
|
||||
<table style="width: 100%">
|
||||
<tr>
|
||||
<td align="left" class="text"><?= makeLink( "$PHP_SELF?view=eventdetails&eid=$eid", $event['Name'].($event['Archived']?'*':''), canEdit( 'Events' ) ) ?></td>
|
||||
<td align="right" class="text"><?php if ( canEdit( 'Events' ) ) { ?><a href="<?= $PHP_SELF ?>?view=events&action=delete&mark_eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&limit=<?= $limit ?>&page=<?= $page ?>"><?= $zmSlangDelete ?></a><?php } else { ?> <?php } ?></td>
|
||||
<td align="left"><?= makeLink( "$PHP_SELF?view=eventdetails&eid=$eid", $event['Name'].($event['Archived']?'*':''), canEdit( 'Events' ) ) ?></td>
|
||||
<td align="right"><?php if ( canEdit( 'Events' ) ) { ?><a href="<?= $PHP_SELF ?>?view=events&action=delete&mark_eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&limit=<?= $limit ?>&page=<?= $page ?>"><?= $zmSlangDelete ?></a><?php } else { ?> <?php } ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
|
@ -135,11 +135,11 @@ if ( $paged && !empty($page) )
|
|||
if ( false && $page > 2 )
|
||||
{
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=1"><<</a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=1"><<</a></td>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $page-1 ?>"><</a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $page-1 ?>"><</a></td>
|
||||
<?php
|
||||
$new_pages = array();
|
||||
$pages_used = array();
|
||||
|
@ -160,12 +160,12 @@ if ( $paged && !empty($page) )
|
|||
foreach ( $new_pages as $new_page )
|
||||
{
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $new_page ?>"><?= $new_page ?></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $new_page ?>"><?= $new_page ?></a></td>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
<td align="center" class="text"><?= $page ?></td>
|
||||
<td align="center"><?= $page ?></td>
|
||||
<?php
|
||||
if ( $page < $pages )
|
||||
{
|
||||
|
@ -188,16 +188,16 @@ if ( $paged && !empty($page) )
|
|||
foreach ( $new_pages as $new_page )
|
||||
{
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $new_page ?>"><?= $new_page ?></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $new_page ?>"><?= $new_page ?></a></td>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $page+1 ?>">></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $page+1 ?>">></a></td>
|
||||
<?php
|
||||
if ( false && $page < ($pages-1) )
|
||||
{
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $pages ?>">>></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=event&mode=still&eid=<?= $eid ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $pages ?>">>></a></td>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
|
@ -298,7 +298,7 @@ for ( $frame_id = $lo_frame_id; $frame_id <= $hi_frame_id; $frame_id++, $count++
|
|||
$alarm_frame = $alarm_frames[$frame_id];
|
||||
$img_class = $alarm_frame?"alarm":"normal";
|
||||
?>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $frame_id ?>"><img src="<?= $thumb_image ?>" style="border: 0" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" class="<?= $img_class ?>" alt="<?= $frame_id ?>/<?= $alarm_frame?$alarm_frame['Score']:0 ?>"></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $frame_id ?>"><img src="<?= $thumb_image ?>" style="border: 0" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" class="<?= $img_class ?>" alt="<?= $frame_id ?>/<?= $alarm_frame?$alarm_frame['Score']:0 ?>"/></a></td>
|
||||
<?php
|
||||
if ( $count%$frames_per_line == ($frames_per_line-1) )
|
||||
{
|
||||
|
|
|
@ -93,7 +93,7 @@ function getThumbnail( $event, $fid, $scale )
|
|||
}
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangEvent ?> <?= $eid ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -112,8 +112,8 @@ function getThumbnail( $event, $fid, $scale )
|
|||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=1"><img src="<?= $image1 ?>" style="border: 0" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" alt="1"></a></td>
|
||||
<td><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $fid ?>"><img src="<?= $image2 ?>" style="border: 0" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" alt="<?= $fid ?>"></a></td>
|
||||
<td><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=1"><img src="<?= $image1 ?>" style="border: 0" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" alt="1"/></a></td>
|
||||
<td><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $fid ?>"><img src="<?= $image2 ?>" style="border: 0" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" alt="<?= $fid ?>"/></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
|
|
|
@ -105,7 +105,7 @@ elseif ( !empty( $limit ) )
|
|||
}
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangEvents ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -149,11 +149,11 @@ if ( !empty($limit) && $n_events > $limit )
|
|||
if ( false && $page > 2 )
|
||||
{
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=1"><<</a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=1"><<</a></td>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $page-1 ?>"><</a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $page-1 ?>"><</a></td>
|
||||
<?php
|
||||
$new_pages = array();
|
||||
$pages_used = array();
|
||||
|
@ -174,12 +174,12 @@ if ( !empty($limit) && $n_events > $limit )
|
|||
foreach ( $new_pages as $new_page )
|
||||
{
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $new_page ?>"><?= $new_page ?></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $new_page ?>"><?= $new_page ?></a></td>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
<td align="center" class="text"><?= $page ?></td>
|
||||
<td align="center"><?= $page ?></td>
|
||||
<?php
|
||||
if ( $page < $pages )
|
||||
{
|
||||
|
@ -202,16 +202,16 @@ if ( !empty($limit) && $n_events > $limit )
|
|||
foreach ( $new_pages as $new_page )
|
||||
{
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $new_page ?>"><?= $new_page ?></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $new_page ?>"><?= $new_page ?></a></td>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $page+1 ?>">></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $page+1 ?>">></a></td>
|
||||
<?php
|
||||
if ( false && $page < ($pages-1) )
|
||||
{
|
||||
?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $pages ?>">>></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&limit=<?= $limit ?><?= $filter_query ?><?= $sort_query ?>&page=<?= $pages ?>">>></a></td>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
|
@ -234,22 +234,22 @@ if ( !empty($limit) && $n_events > $limit )
|
|||
{
|
||||
?>
|
||||
<tr align="center" bgcolor="#FFFFFF">
|
||||
<td style="width:50px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=Id&sort_asc=<?= $sort_field == 'Id'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangId, 0, 5 ) ?><?php if ( $sort_field == "Id" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:60px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=StartTime&sort_asc=<?= $sort_field == 'StartTime'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangTime, 0, 5 ) ?><?php if ( $sort_field == "StartTime" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:35px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=Secs&sort_asc=<?= $sort_field == 'Secs'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangDuration, 0, 2 ) ?><?php if ( $sort_field == "Secs" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:30px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=AlarmFrames&sort_asc=<?= $sort_field == 'AlarmFrames'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangFrames, 0, 2 ) ?><?php if ( $sort_field == "AlarmFrames" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:30px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=TotScore&sort_asc=<?= $sort_field == 'TotScore'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangScore, 0, 2 ) ?><?php if ( $sort_field == "TotScore" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:50px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=Id&sort_asc=<?= $sort_field == 'Id'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangId, 0, 5 ) ?><?php if ( $sort_field == "Id" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:60px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=StartTime&sort_asc=<?= $sort_field == 'StartTime'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangTime, 0, 5 ) ?><?php if ( $sort_field == "StartTime" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:35px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=Secs&sort_asc=<?= $sort_field == 'Secs'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangDuration, 0, 2 ) ?><?php if ( $sort_field == "Secs" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:30px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=AlarmFrames&sort_asc=<?= $sort_field == 'AlarmFrames'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangFrames, 0, 2 ) ?><?php if ( $sort_field == "AlarmFrames" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
<td style="width:30px"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&page=1&sort_field=TotScore&sort_asc=<?= $sort_field == 'TotScore'?!$sort_asc:0 ?>&limit=<?= $limit ?>"><?= substr( $zmSlangScore, 0, 2 ) ?><?php if ( $sort_field == "TotScore" ) if ( $sort_asc ) echo "<small><i>^</i></small>"; else echo "<small><i>v</i></small>"; ?></a></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
unset( $bgcolor );
|
||||
?>
|
||||
<tr<?= ' bgcolor="'.(isset($bgcolor)?$bgcolor:"#FFFFFF").'"' ?> >
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=eventdetails&eid=<?= $event['Id'] ?>&page=1"><?= $event['Id'] ?><?php if ( $event['Archived'] ) echo "*" ?></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=eventdetails&eid=<?= $event['Id'] ?>&page=1"><?= $event['Id'] ?><?php if ( $event['Archived'] ) echo "*" ?></a></td>
|
||||
<td align="center"><?= strftime( "%d/%H:%M", strtotime($event['StartTime']) ) ?></td>
|
||||
<td align="center"><?= sprintf( "%d", $event['Length'] ) ?></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=event&eid=<?= $event['Id'] ?>&page=1"><?= $event['AlarmFrames'] ?></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $event['Id'] ?>&fid=0"><?= $event['MaxScore'] ?></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=event&eid=<?= $event['Id'] ?>&page=1"><?= $event['AlarmFrames'] ?></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $event['Id'] ?>&fid=0"><?= $event['MaxScore'] ?></a></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ while ( $row = mysql_fetch_assoc( $result ) )
|
|||
mysql_free_result( $result );
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangEventFilter ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -43,7 +43,7 @@ mysql_free_result( $result );
|
|||
<form method="post" action="<?= $PHP_SELF ?>">
|
||||
<div style="visibility: hidden">
|
||||
<fieldset>
|
||||
<input type="hidden" name="view" value="events">
|
||||
<input type="hidden" name="view" value="events"/>
|
||||
</fieldset>
|
||||
</div>
|
||||
<table>
|
||||
|
@ -52,10 +52,10 @@ if ( count($filter_names) > 0 )
|
|||
{
|
||||
?>
|
||||
<tr>
|
||||
<td align="center" class="text"><?= $zmSlangUseFilter ?>: <?= buildSelect( "filter_name", $filter_names ); ?></select></td>
|
||||
<td align="center"><?= $zmSlangUseFilter ?>: <?= buildSelect( "filter_name", $filter_names ); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><input type="submit" value="<?= $zmSlangSubmit ?>" class="form"></td>
|
||||
<td align="center"><input type="submit" value="<?= $zmSlangSubmit ?>"/></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ else
|
|||
{
|
||||
?>
|
||||
<tr>
|
||||
<td align="center" class="text"><?= $zmSlangNoSavedFilters ?></td>
|
||||
<td align="center"><?= $zmSlangNoSavedFilters ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
|
|
@ -71,7 +71,7 @@ $image_path = $image_data['thumbPath'];
|
|||
$event_path = $image_data['eventPath'];
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangFrame ?> <?= $eid."-".$fid ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -79,31 +79,31 @@ $event_path = $image_data['eventPath'];
|
|||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="smallhead"><?= $zmSlangFrame ?> <?= $eid."-".$fid." (".$frame['Score'].")" ?></td>
|
||||
<td class="head"><?= $zmSlangFrame ?> <?= $eid."-".$fid." (".$frame['Score'].")" ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr><td><?php if ( $has_anal_image ) { ?><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $fid ?>&show=<?= $image_path==$anal_image?"capt":"anal" ?>"><?php } ?><img src="<?= $thumb_image_path ?>" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" class="<?= $img_class ?>"><?php if ( $has_anal_image ) { ?></a><?php } ?></td></tr>
|
||||
<tr><td><?php if ( $image_data['hasAnalImage'] ) { ?><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $fid ?>&show=<?= $image_data['isAnalImage']?"capt":"anal" ?>"><?php } ?><img src="<?= $image_path ?>" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" class="<?= $image_data['imageClass'] ?>"><?php if ( $image_data['hasAnalImage'] ) { ?></a><?php } ?></td></tr>
|
||||
<tr><td><?php if ( $has_anal_image ) { ?><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $fid ?>&show=<?= $image_path==$anal_image?"capt":"anal" ?>"><?php } ?><img src="<?= $thumb_image_path ?>" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" class="<?= $img_class ?>"/><?php if ( $has_anal_image ) { ?></a><?php } ?></td></tr>
|
||||
<tr><td><?php if ( $image_data['hasAnalImage'] ) { ?><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $fid ?>&show=<?= $image_data['isAnalImage']?"capt":"anal" ?>"><?php } ?><img src="<?= $image_path ?>" width="<?= reScale( $event['Width'], $scale ) ?>" height="<?= reScale( $event['Height'], $scale ) ?>" class="<?= $image_data['imageClass'] ?>"/><?php if ( $image_data['hasAnalImage'] ) { ?></a><?php } ?></td></tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<?php if ( $fid > 1 ) { ?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $first_fid ?>"><<</a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $first_fid ?>"><<</a></td>
|
||||
<?php } else { ?>
|
||||
<td align="center" class="text"> </td>
|
||||
<td align="center"> </td>
|
||||
<?php } if ( $fid > 1 ) { ?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $prev_fid ?>"><</a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $prev_fid ?>"><</a></td>
|
||||
<?php } else { ?>
|
||||
<td align="center" class="text"> </td>
|
||||
<td align="center"> </td>
|
||||
<?php } if ( $fid < $max_fid ) { ?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $next_fid ?>">></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $next_fid ?>">></a></td>
|
||||
<?php } else { ?>
|
||||
<td align="center" class="text"> </td>
|
||||
<td align="center"> </td>
|
||||
<?php } if ( $fid < $max_fid ) { ?>
|
||||
<td align="center" class="text"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $last_fid ?>">>></a></td>
|
||||
<td align="center"><a href="<?= $PHP_SELF ?>?view=frame&eid=<?= $eid ?>&fid=<?= $last_fid ?>">>></a></td>
|
||||
<?php } else { ?>
|
||||
<td align="center" class="text"> </td>
|
||||
<td align="center"> </td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -30,7 +30,7 @@ $monitor = mysql_fetch_assoc( $result );
|
|||
mysql_free_result( $result );
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangFunction ?> - <?= $monitor['Name'] ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -46,25 +46,25 @@ mysql_free_result( $result );
|
|||
</div>
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center" class="smallhead"><?= sprintf( $zmClangMonitorFunction, $monitor['Name'] ) ?></td>
|
||||
<td align="center" class="head"><?= sprintf( $zmClangMonitorFunction, $monitor['Name'] ) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><select name="new_function" class="form">
|
||||
<td align="center"><select name="new_function">
|
||||
<?php
|
||||
foreach ( getEnumValues( 'Monitors', 'Function' ) as $opt_function )
|
||||
{
|
||||
?>
|
||||
<option value="<?= $opt_function ?>"<?php if ( $opt_function == $monitor['Function'] ) { ?> selected<?php } ?>><?= $opt_function ?></option>
|
||||
<option value="<?= $opt_function ?>"<?php if ( $opt_function == $monitor['Function'] ) { ?> selected="selected"<?php } ?>><?= $opt_function ?></option>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><?= $zmSlangEnabled ?> <input type="checkbox" name="new_enabled" value="1" class="form-noborder"<?php if ( !empty($monitor['Enabled']) ) { ?> checked<?php } ?>></td>
|
||||
<td align="center"><?= $zmSlangEnabled ?> <input type="checkbox" name="new_enabled" value="1" class="noborder"<?php if ( !empty($monitor['Enabled']) ) { ?> checked="checked"<?php } ?>/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><input type="submit" value="<?= $zmSlangSave ?>" class="form"></td>
|
||||
<td align="center"><input type="submit" value="<?= $zmSlangSave ?>"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
//
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangLogin ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -33,11 +33,11 @@
|
|||
</fieldset>
|
||||
</div>
|
||||
<table>
|
||||
<tr><td colspan="2" class="smallhead" align="center">ZoneMinder <?= $zmSlangLogin ?>
|
||||
<tr><td colspan="2" class="head" align="center">ZoneMinder <?= $zmSlangLogin ?>
|
||||
</td></tr>
|
||||
<tr><td class="text" align="right"><?= $zmSlangUsername ?></td><td align="left" class="text"><input type="text" class="form" name="username" value="<?= isset($username)?$username:"" ?>" size="12"/></td></tr>
|
||||
<tr><td class="text" align="right"><?= $zmSlangPassword ?></td><td align="left" class="text"><input type="password" class="form" name="password" value="" size="12"/></td></tr>
|
||||
<tr><td colspan="2" align="center"><input type="submit" value="<?= $zmSlangLogin ?>" class="form"/></td></tr>
|
||||
<tr><td align="right"><?= $zmSlangUsername ?></td><td align="left"><input type="text" name="username" value="<?= isset($username)?$username:"" ?>" size="12"/></td></tr>
|
||||
<tr><td align="right"><?= $zmSlangPassword ?></td><td align="left"><input type="password" name="password" value="" size="12"/></td></tr>
|
||||
<tr><td colspan="2" align="center"><input type="submit" value="<?= $zmSlangLogin ?>"/></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
|
|
|
@ -47,7 +47,7 @@ while( $row = mysql_fetch_assoc( $result ) )
|
|||
mysql_free_result( $result );
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangMontage ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
|
|
@ -35,7 +35,7 @@ while( $state = mysql_fetch_assoc( $result ) )
|
|||
mysql_free_result( $result );
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangState ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -53,7 +53,7 @@ mysql_free_result( $result );
|
|||
<td align="center" class="head">ZoneMinder - <?= $zmSlangRunState ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><select name="run_state" class="form">
|
||||
<td align="center"><select name="run_state">
|
||||
<?php
|
||||
if ( $running )
|
||||
{
|
||||
|
@ -80,7 +80,7 @@ mysql_free_result( $result );
|
|||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><input type="submit" value="<?= $zmSlangApply ?>" class="form"></td>
|
||||
<td align="center"><input type="submit" value="<?= $zmSlangApply ?>"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
@ -134,7 +134,7 @@ if ( isset($download) )
|
|||
}
|
||||
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangVideo ?> - <?= $event['Name'] ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
|
@ -151,10 +151,10 @@ if ( isset($download) )
|
|||
<table>
|
||||
<tr><td style="width: 12em"><?= $zmSlangVideoFormat ?></td><td><?= buildSelect( "video_format", $video_formats ) ?></td></tr>
|
||||
<tr><td><?= $zmSlangFrameRate ?></td><td><?= buildSelect( "rate", $rates ) ?></td></tr>
|
||||
<tr><td><?= $zmSlangOverwriteExisting ?></td><td><input type="checkbox" class="form-noborder" name="overwrite" value="1"<?php if ( isset($overwrite) ) { ?> checked<?php } ?>></td></tr>
|
||||
<tr><td><?= $zmSlangOverwriteExisting ?></td><td><input type="checkbox" class="noborder" name="overwrite" value="1"<?php if ( isset($overwrite) ) { ?> checked<?php } ?>/></td></tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr><td align="center"><input type="submit" class="form" value="<?= $zmSlangGenerateVideo ?>"></td></tr>
|
||||
<tr><td align="center"><input type="submit" value="<?= $zmSlangGenerateVideo ?>"/></td></tr>
|
||||
</table>
|
||||
<table align="center" border="0" cellspacing="0" cellpadding="8" width="96%">
|
||||
<?php
|
||||
|
@ -184,11 +184,11 @@ if ( isset($download) )
|
|||
{
|
||||
?>
|
||||
<tr>
|
||||
<td class="text" align="center" style="width: 5em"><?= $zmSlangFormat ?></td>
|
||||
<td class="text" align="center" style="width: 6em"><?= $zmSlangSize ?></td>
|
||||
<td class="text" align="center" style="width: 4em"><?= $zmSlangRate ?></td>
|
||||
<td class="text" align="center" style="width: 6em"><?= $zmSlangScale ?></td>
|
||||
<td class="text" align="center" style="width: 8em"><?= $zmSlangAction ?></td>
|
||||
<td align="center" style="width: 5em"><?= $zmSlangFormat ?></td>
|
||||
<td align="center" style="width: 6em"><?= $zmSlangSize ?></td>
|
||||
<td align="center" style="width: 4em"><?= $zmSlangRate ?></td>
|
||||
<td align="center" style="width: 6em"><?= $zmSlangScale ?></td>
|
||||
<td align="center" style="width: 8em"><?= $zmSlangAction ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
if ( isset($delete) )
|
||||
|
@ -223,11 +223,11 @@ if ( isset($download) )
|
|||
}
|
||||
?>
|
||||
<tr>
|
||||
<td class="text" align="center"><?= $matches[4] ?></td>
|
||||
<td class="text" align="center"><?= filesize( $file ) ?></td>
|
||||
<td class="text" align="center"><?= $rate_text ?></td>
|
||||
<td class="text" align="center"><?= $scale_text ?></td>
|
||||
<td class="text" align="center"><table><tr><td><a href="<?= $file ?>"><?= $zmSlangView ?></a></td><td>/</td><td><a href="<?= $PHP_FILE ?>?view=<?= $view ?>&eid=<?= $eid ?>&delete=<?= $index ?>"><?= $zmSlangDelete ?></a></td></tr></table></td>
|
||||
<td align="center"><?= $matches[4] ?></td>
|
||||
<td align="center"><?= filesize( $file ) ?></td>
|
||||
<td align="center"><?= $rate_text ?></td>
|
||||
<td align="center"><?= $scale_text ?></td>
|
||||
<td align="center"><table><tr><td><a href="<?= $file ?>"><?= $zmSlangView ?></a></td><td>/</td><td><a href="<?= $PHP_FILE ?>?view=<?= $view ?>&eid=<?= $eid ?>&delete=<?= $index ?>"><?= $zmSlangDelete ?></a></td></tr></table></td>
|
||||
</tr>
|
||||
<?php
|
||||
$index++;
|
||||
|
|
|
@ -98,14 +98,14 @@ $scale = (int)(($width_scale<$height_scale)?$width_scale:$height_scale);
|
|||
|
||||
$image_src = getStreamSrc( array( "mode=single", "monitor=".$monitor['Id'], "scale=".$scale ) );
|
||||
?>
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $monitor['Name'] ?> - <?= $zmSlangWatch ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p class="<?= $class ?>" align="center"><?= makeLink( "$PHP_SELF?view=events&page=1&filter=1&trms=1&attr1=MonitorId&op1=%3d&val1=".$monitor['Id']."&&sort_field=Id&sort_desc=1", $monitor['Name'], canView( 'Events' ) ) ?>: <?= $status_string ?> - <?= $fps_string ?> fps</p>
|
||||
<p align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&mid=<?= $monitor['Id'] ?>"><img src="<?= $image_src ?>" alt="<?= $monitor['Name'] ?>" style="border: 0" width="<?= reScale( $monitor['Width'], $scale ) ?>" height="<?= reScale( $monitor['Height'], $scale ) ?>"></a></p>
|
||||
<p class="<?= $class ?>" align="center"><?= makeLink( "$PHP_SELF?view=events&page=1&filter=1&trms=1&attr1=MonitorId&op1=%3d&val1=".$monitor['Id']."&sort_field=Id&sort_desc=1", $monitor['Name'], canView( 'Events' ) ) ?>: <?= $status_string ?> - <?= $fps_string ?> fps</p>
|
||||
<p align="center"><a href="<?= $PHP_SELF ?>?view=<?= $view ?>&mid=<?= $monitor['Id'] ?>"><img src="<?= $image_src ?>" alt="<?= $monitor['Name'] ?>" style="border: 0" width="<?= reScale( $monitor['Width'], $scale ) ?>" height="<?= reScale( $monitor['Height'], $scale ) ?>"/></a></p>
|
||||
<?php
|
||||
if ( $next_mod != $mid || $prev_mid != $mid )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue