summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-09-10 12:23:28 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-09-10 12:23:28 +0000
commitc43d044fe2112097b1715a9728811d3cdd39d4b1 (patch)
tree2ff442b536aa6f5c8a1b59caae3fa45d1a93dfc3 /frontends/php
parent36b34d4bf1b167ab8638c8b8dd4678c7e126e18a (diff)
- added new host type: Workstation + frontends/php/images/sysmaps/Workstation.png
git-svn-id: svn://svn.zabbix.com/trunk@201 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/images/sysmaps/Server.pngbin338 -> 366 bytes
-rw-r--r--frontends/php/images/sysmaps/Workstation.pngbin0 -> 338 bytes
-rw-r--r--frontends/php/index.html2
-rw-r--r--frontends/php/sysmap.html7
4 files changed, 6 insertions, 3 deletions
diff --git a/frontends/php/images/sysmaps/Server.png b/frontends/php/images/sysmaps/Server.png
index e790e35e..b1e529f5 100644
--- a/frontends/php/images/sysmaps/Server.png
+++ b/frontends/php/images/sysmaps/Server.png
Binary files differ
diff --git a/frontends/php/images/sysmaps/Workstation.png b/frontends/php/images/sysmaps/Workstation.png
new file mode 100644
index 00000000..e790e35e
--- /dev/null
+++ b/frontends/php/images/sysmaps/Workstation.png
Binary files differ
diff --git a/frontends/php/index.html b/frontends/php/index.html
index 60486b84..50e39d3e 100644
--- a/frontends/php/index.html
+++ b/frontends/php/index.html
@@ -4,6 +4,8 @@
include "include/config.inc";
+ phpinfo();
+
show_header($page["title"],0,0);
?>
diff --git a/frontends/php/sysmap.html b/frontends/php/sysmap.html
index 873a8bec..9e3c2175 100644
--- a/frontends/php/sysmap.html
+++ b/frontends/php/sysmap.html
@@ -215,9 +215,10 @@
echo "<select name=\"icon\" size=1>";
$icons=array();
$icons[0]="Server";
- $icons[1]="Printer";
- $icons[2]="Hub";
- for($i=0;$i<3;$i++)
+ $icons[1]="Workstation";
+ $icons[2]="Printer";
+ $icons[3]="Hub";
+ for($i=0;$i<4;$i++)
{
if(isset($hostid) && ($icon==$icons[$i]))
{