summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-20 17:08:41 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-20 17:08:41 +0000
commit7ce63d5fa0fa7b06e7bb125cceb2521d83a6ad83 (patch)
treeae45e08353c8e756d89d843f7316b3de08ac98b4 /frontends/php/include
parent6a36d80ad7af382a5e894b64fb4018313549a9dd (diff)
downloadzabbix-7ce63d5fa0fa7b06e7bb125cceb2521d83a6ad83.tar.gz
zabbix-7ce63d5fa0fa7b06e7bb125cceb2521d83a6ad83.tar.xz
zabbix-7ce63d5fa0fa7b06e7bb125cceb2521d83a6ad83.zip
Cosmetic changes.
git-svn-id: svn://svn.zabbix.com/trunk@1498 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php42
1 files changed, 21 insertions, 21 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 85c8b626..1b3cf7d3 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1142,12 +1142,12 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
}
?>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Alexei Vladishev">
- <link rel="stylesheet" href="css.css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta name="Author" content="Alexei Vladishev">
+<link rel="stylesheet" href="css.css">
<?php
if($USER_DETAILS['alias']=='guest')
@@ -1164,11 +1164,11 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
echo "<title>$title</title>";
}
- echo "</head>";
+echo "</head>";
?>
- <body>
+<body>
<?php
if($nomenu == 0)
{
@@ -1658,14 +1658,14 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
);
?>
- <table border=0 cellspacing=0 cellpadding=5 width="100%" bgcolor="#FFFFFF">
- <tr>
- <td width="118" height="31" class="top_header_left"><img width="118" height="31" src="images/general/zabbix.png" border="0" alt="ZABBIX"></td>
- </tr>
- </table>
+<table border=0 cellspacing=0 cellpadding=5 width="100%" bgcolor="#FFFFFF">
+<tr>
+<td width="118" height="31" class="top_header_left"><img width="118" height="31" src="images/general/zabbix.png" border="0" alt="ZABBIX"></td>
+</tr>
+</table>
- <table class="menu" cellspacing=0 cellpadding=5>
- <tr>
+<table class="menu" cellspacing=0 cellpadding=5>
+<tr>
<?php
$i=0;
foreach($menu as $label=>$sub)
@@ -1686,10 +1686,10 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
$i++;
}
?>
- </tr>
- </table>
- <table class="menu" width=100% cellspacing=0 cellpadding=5>
- <tr><td class="horizontal_menu" height=24 colspan=9><b>
+</tr>
+</table>
+<table class="menu" width=100% cellspacing=0 cellpadding=5>
+<tr><td class="horizontal_menu" height=24 colspan=9><b>
<?php
$i=0;
foreach($menu[$active_level1]["level2"] as $label=>$sub)
@@ -1702,8 +1702,8 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
}
?>
</b></td>
- </table>
- <p>
+</table>
+<p>
<?php