Fixed to use right stylesheet.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1554 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-11-06 19:07:50 +00:00
parent 345da86985
commit 3316c2191a
4 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@ else
<html>
<head>
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangFrame ?> <?= $eid."-".$fid ?></title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
</head>
<body>
<table>

View File

@ -42,7 +42,7 @@ while ( $row = mysql_fetch_assoc( $result ) )
<html>
<head>
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangFrames ?> <?= $eid ?></title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
<script type="text/javascript">
window.focus();
function newWindow(Url,Name,Width,Height)

View File

@ -32,7 +32,7 @@ $monitor = mysql_fetch_assoc( $result );
<html>
<head>
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangFunction ?> - <?= $monitor['Name'] ?></title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
</head>
<body>
<form method="post" action="<?= $PHP_SELF ?>">

View File

@ -37,7 +37,7 @@ while( $state = mysql_fetch_assoc( $result ) )
<html>
<head>
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangState ?></title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
</head>
<body>
<form method="post" action="<?= $PHP_SELF ?>">