From 0972d804256eb54380a450c53897a519999de1ea Mon Sep 17 00:00:00 2001 From: stan Date: Tue, 28 Dec 2004 19:22:23 +0000 Subject: [PATCH] Added html doctype headers git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1177 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_html_view_bandwidth.php | 1 + web/zm_html_view_console.php | 1 + web/zm_html_view_cycle.php | 1 + web/zm_html_view_error.php | 1 + web/zm_html_view_event.php | 1 + web/zm_html_view_events.php | 1 + web/zm_html_view_filter.php | 1 + web/zm_html_view_filtersave.php | 1 + web/zm_html_view_frame.php | 1 + web/zm_html_view_frames.php | 1 + web/zm_html_view_function.php | 1 + web/zm_html_view_groups.php | 1 + web/zm_html_view_login.php | 1 + web/zm_html_view_logout.php | 1 + web/zm_html_view_monitor.php | 1 + web/zm_html_view_montage.php | 1 + web/zm_html_view_montagefeed.php | 1 + web/zm_html_view_montageframe.php | 1 + web/zm_html_view_montagemenu.php | 1 + web/zm_html_view_montagestatus.php | 1 + web/zm_html_view_none.php | 1 + web/zm_html_view_optionhelp.php | 1 + web/zm_html_view_options.php | 1 + web/zm_html_view_postlogin.php | 1 + web/zm_html_view_restarting.php | 1 + web/zm_html_view_settings.php | 1 + web/zm_html_view_state.php | 1 + web/zm_html_view_stats.php | 1 + web/zm_html_view_user.php | 1 + web/zm_html_view_version.php | 1 + web/zm_html_view_video.php | 1 + web/zm_html_view_watch.php | 1 + web/zm_html_view_watchevents.php | 1 + web/zm_html_view_watchfeed.php | 1 + web/zm_html_view_watchmenu.php | 1 + web/zm_html_view_watchstatus.php | 1 + web/zm_html_view_zone.php | 1 + web/zm_html_view_zones.php | 1 + 38 files changed, 38 insertions(+) diff --git a/web/zm_html_view_bandwidth.php b/web/zm_html_view_bandwidth.php index fe4baf3df..624d61b3d 100644 --- a/web/zm_html_view_bandwidth.php +++ b/web/zm_html_view_bandwidth.php @@ -21,6 +21,7 @@ $new_bandwidth = $bandwidth; ?> + ZM - <?= $zmSlangBandwidth ?> diff --git a/web/zm_html_view_console.php b/web/zm_html_view_console.php index 1beec8ec8..318bbd73f 100644 --- a/web/zm_html_view_console.php +++ b/web/zm_html_view_console.php @@ -84,6 +84,7 @@ $montage_width = ZM_WEB_MONTAGE_WIDTH?ZM_WEB_MONTAGE_WIDTH:$max_width; $montage_height = ZM_WEB_MONTAGE_HEIGHT?ZM_WEB_MONTAGE_HEIGHT:$max_height; ?> + ZM - Console diff --git a/web/zm_html_view_cycle.php b/web/zm_html_view_cycle.php index 8a589c099..716fccca6 100644 --- a/web/zm_html_view_cycle.php +++ b/web/zm_html_view_cycle.php @@ -83,6 +83,7 @@ header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); // HTTP/1.0 ?> + ZM - <?= $zmSlangCycleWatch ?> diff --git a/web/zm_html_view_error.php b/web/zm_html_view_error.php index 52d010c63..3899c37ef 100644 --- a/web/zm_html_view_error.php +++ b/web/zm_html_view_error.php @@ -19,6 +19,7 @@ // ?> + ZM - <?= $zmSlangError ?> diff --git a/web/zm_html_view_event.php b/web/zm_html_view_event.php index 864c7779a..95658d03a 100644 --- a/web/zm_html_view_event.php +++ b/web/zm_html_view_event.php @@ -85,6 +85,7 @@ $frames_per_page = ZM_WEB_FRAMES_PER_LINE * ZM_WEB_FRAME_LINES; $paged = $event['Frames'] > $frames_per_page; ?> + ZM - <?= $zmSlangEvent ?> - <?= $event['Name'] ?> diff --git a/web/zm_html_view_events.php b/web/zm_html_view_events.php index 43996d3c9..fff25c384 100644 --- a/web/zm_html_view_events.php +++ b/web/zm_html_view_events.php @@ -66,6 +66,7 @@ elseif ( !empty( $limit ) ) } ?> + ZM - <?= $zmSlangEvents ?> diff --git a/web/zm_html_view_filter.php b/web/zm_html_view_filter.php index eb40d5885..9486ccd32 100644 --- a/web/zm_html_view_filter.php +++ b/web/zm_html_view_filter.php @@ -118,6 +118,7 @@ $sort_dirns = array( ); ?> + ZM - <?= $zmSlangEventFilter ?> diff --git a/web/zm_html_view_filtersave.php b/web/zm_html_view_filtersave.php index 298711a1e..af293e29c 100644 --- a/web/zm_html_view_filtersave.php +++ b/web/zm_html_view_filtersave.php @@ -24,6 +24,7 @@ if ( !canEdit( 'Events' ) ) return; } ?> + ZM - <?= $zmSlangSaveFilter ?> diff --git a/web/zm_html_view_frame.php b/web/zm_html_view_frame.php index 1e3687852..425aad700 100644 --- a/web/zm_html_view_frame.php +++ b/web/zm_html_view_frame.php @@ -62,6 +62,7 @@ $alarm_frame = $frame['Type']=='Alarm'; $img_class = $alarm_frame?"alarm":"normal"; ?> + ZM - <?= $zmSlangFrame ?> <?= $eid."-".$fid ?> diff --git a/web/zm_html_view_frames.php b/web/zm_html_view_frames.php index 61efb707e..bb5b873a3 100644 --- a/web/zm_html_view_frames.php +++ b/web/zm_html_view_frames.php @@ -39,6 +39,7 @@ while ( $row = mysql_fetch_assoc( $result ) ) } ?> + ZM - <?= $zmSlangFrames ?> <?= $eid ?> diff --git a/web/zm_html_view_function.php b/web/zm_html_view_function.php index 2c35ca7a0..018b32692 100644 --- a/web/zm_html_view_function.php +++ b/web/zm_html_view_function.php @@ -29,6 +29,7 @@ if ( !$result ) $monitor = mysql_fetch_assoc( $result ); ?> + ZM - <?= $zmSlangFunction ?> - <?= $monitor['Name'] ?> diff --git a/web/zm_html_view_groups.php b/web/zm_html_view_groups.php index 200fdf924..f3f7f7ba4 100644 --- a/web/zm_html_view_groups.php +++ b/web/zm_html_view_groups.php @@ -33,6 +33,7 @@ while ( $row = mysql_fetch_assoc( $result ) ) $groups[] = $row; } ?> + ZM - <?= $zmSlangGroups ?> diff --git a/web/zm_html_view_login.php b/web/zm_html_view_login.php index de5a35107..6769a5910 100644 --- a/web/zm_html_view_login.php +++ b/web/zm_html_view_login.php @@ -19,6 +19,7 @@ // ?> + ZM - <?= $zmSlangLogin ?> diff --git a/web/zm_html_view_logout.php b/web/zm_html_view_logout.php index d5b45b911..ea4058459 100644 --- a/web/zm_html_view_logout.php +++ b/web/zm_html_view_logout.php @@ -19,6 +19,7 @@ // ?> + ZM - <?= $zmSlangLogout ?> diff --git a/web/zm_html_view_monitor.php b/web/zm_html_view_monitor.php index a690ebd1e..5997db98a 100644 --- a/web/zm_html_view_monitor.php +++ b/web/zm_html_view_monitor.php @@ -95,6 +95,7 @@ $remote_palettes = array( $zmSlang8BitGrey=>1, $zmSlang24BitColour=>4 ); $orientations = array( $zmSlangNormal=>0, $zmSlangRotateRight=>90, $zmSlangInverted=>180, $zmSlangRotateLeft=>270 ); ?> + ZM - <?= $zmSlangMonitor ?> <?= $monitor['Name'] ?> diff --git a/web/zm_html_view_montage.php b/web/zm_html_view_montage.php index 7ee5d7b69..5b0d4a25e 100644 --- a/web/zm_html_view_montage.php +++ b/web/zm_html_view_montage.php @@ -67,6 +67,7 @@ $row_spec = join( ',', $heights ); $col_spec = join( ',', $widths ); ?> + ZM - <?= $zmSlangMontage ?> diff --git a/web/zm_html_view_montagefeed.php b/web/zm_html_view_montagefeed.php index 1ba72355f..23d96fdfb 100644 --- a/web/zm_html_view_montagefeed.php +++ b/web/zm_html_view_montagefeed.php @@ -58,6 +58,7 @@ header("Pragma: no-cache"); // HTTP/1.0 $image_src = ZM_PATH_ZMS."?mode=single&monitor=".$monitor['Id']."&scale=".$scale; ?> + ZM - <?= $monitor['Name'] ?> - <?= $zmSlangFeed ?> diff --git a/web/zm_html_view_montageframe.php b/web/zm_html_view_montageframe.php index 346fb86e4..f10fc1dad 100644 --- a/web/zm_html_view_montageframe.php +++ b/web/zm_html_view_montageframe.php @@ -25,6 +25,7 @@ if ( !canView( 'Stream' ) ) } ?> + + diff --git a/web/zm_html_view_montagestatus.php b/web/zm_html_view_montagestatus.php index b52474256..e45b5263a 100644 --- a/web/zm_html_view_montagestatus.php +++ b/web/zm_html_view_montagestatus.php @@ -62,6 +62,7 @@ header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); // HTTP/1.0 ?> + diff --git a/web/zm_html_view_none.php b/web/zm_html_view_none.php index faa149bf6..6cf625cda 100644 --- a/web/zm_html_view_none.php +++ b/web/zm_html_view_none.php @@ -19,6 +19,7 @@ // ?> +