Bug 293 - Fixed xHTML syntax errors, non closed tags
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1881 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
d1dfb17c83
commit
b2d49c145f
|
@ -22,7 +22,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangError ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<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>
|
||||
|
|
|
@ -103,7 +103,7 @@ $paged = $event['Frames'] > $frames_per_page;
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangEvent ?> - <?= $event['Name'] ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<table style="width: 100%">
|
||||
|
|
|
@ -91,7 +91,7 @@ function getThumbnail( $event, $fid, $scale )
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangEvent ?> <?= $eid ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
|
|
|
@ -108,7 +108,7 @@ elseif ( !empty( $limit ) )
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangEvents ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
<?php
|
||||
if ( !($result = mysql_query( $count_sql )) )
|
||||
die( mysql_error() );
|
||||
|
|
|
@ -37,7 +37,7 @@ mysql_free_result( $result );
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangEventFilter ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="<?= $PHP_SELF ?>">
|
||||
|
|
|
@ -74,7 +74,7 @@ $event_path = $image_data['eventPath'];
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangFrame ?> <?= $eid."-".$fid ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
|
|
|
@ -33,7 +33,7 @@ mysql_free_result( $result );
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangFunction ?> - <?= $monitor['Name'] ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="<?= $PHP_SELF ?>">
|
||||
|
|
|
@ -50,7 +50,7 @@ mysql_free_result( $result );
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangMontage ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<table style="width: 100%">
|
||||
|
|
|
@ -38,7 +38,7 @@ mysql_free_result( $result );
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangState ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="<?= $PHP_SELF ?>">
|
||||
|
|
|
@ -134,7 +134,7 @@ if ( isset($download) )
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangVideo ?> - <?= $event['Name'] ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="<?= $PHP_SELF ?>">
|
||||
|
|
|
@ -101,7 +101,7 @@ $image_src = getStreamSrc( array( "mode=single", "monitor=".$monitor['Id'], "sca
|
|||
<html>
|
||||
<head>
|
||||
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $monitor['Name'] ?> - <?= $zmSlangWatch ?></title>
|
||||
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue