diff --git a/html/css/styles.css b/html/css/styles.css
index 1ce589250..4f5edbecc 100644
--- a/html/css/styles.css
+++ b/html/css/styles.css
@@ -1,3 +1,11 @@
+.pagemenu-selected {
+ font-weight: bold;
+ background-color: #cecece;
+ -moz-border-radius: 15px;
+ border-radius: 15px;
+ padding: 2px 8px 3px 8px;
+}
+
.submit {
background-image:url('/images/submitbg.png');
background-position:0 100%;
diff --git a/html/images/icons/fanspeeds.png b/html/images/icons/fanspeed.png
similarity index 100%
rename from html/images/icons/fanspeeds.png
rename to html/images/icons/fanspeed.png
diff --git a/html/images/icons/frequencies.png b/html/images/icons/frequency.png
similarity index 100%
rename from html/images/icons/frequencies.png
rename to html/images/icons/frequency.png
diff --git a/html/images/icons/greyscale/fanspeeds.png b/html/images/icons/greyscale/fanspeed.png
similarity index 100%
rename from html/images/icons/greyscale/fanspeeds.png
rename to html/images/icons/greyscale/fanspeed.png
diff --git a/html/images/icons/greyscale/frequencies.png b/html/images/icons/greyscale/frequency.png
similarity index 100%
rename from html/images/icons/greyscale/frequencies.png
rename to html/images/icons/greyscale/frequency.png
diff --git a/html/images/icons/greyscale/processors.png b/html/images/icons/greyscale/processor.png
similarity index 100%
rename from html/images/icons/greyscale/processors.png
rename to html/images/icons/greyscale/processor.png
diff --git a/html/images/icons/greyscale/temperatures.png b/html/images/icons/greyscale/temperature.png
similarity index 100%
rename from html/images/icons/greyscale/temperatures.png
rename to html/images/icons/greyscale/temperature.png
diff --git a/html/images/icons/greyscale/voltages.png b/html/images/icons/greyscale/voltage.png
similarity index 100%
rename from html/images/icons/greyscale/voltages.png
rename to html/images/icons/greyscale/voltage.png
diff --git a/html/images/icons/processors.png b/html/images/icons/processor.png
similarity index 100%
rename from html/images/icons/processors.png
rename to html/images/icons/processor.png
diff --git a/html/images/icons/temperatures.png b/html/images/icons/temperature.png
similarity index 100%
rename from html/images/icons/temperatures.png
rename to html/images/icons/temperature.png
diff --git a/html/images/icons/voltages.png b/html/images/icons/voltage.png
similarity index 100%
rename from html/images/icons/voltages.png
rename to html/images/icons/voltage.png
diff --git a/html/pages/health.inc.php b/html/pages/health.inc.php
index 2f9cd6fa0..3868a46cb 100644
--- a/html/pages/health.inc.php
+++ b/html/pages/health.inc.php
@@ -1,6 +1,6 @@
");
- echo('
');
+ echo(""); }
+
$sep = ' | ';
}
@@ -32,32 +35,29 @@ echo('
'; } else { $alert = ""; }
- $sensor_day = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$day&to=$now&width=300&height=100";
- $sensor_week = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$week&to=$now&width=300&height=100";
- $sensor_month = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$month&to=$now&width=300&height=100";
- $sensor_year = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$year&to=$now&width=300&height=100";
+ $sensor_day = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$day&to=$now&width=300&height=100";
+ $sensor_week = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$week&to=$now&width=300&height=100";
+ $sensor_month = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$month&to=$now&width=300&height=100";
+ $sensor_year = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$year&to=$now&width=300&height=100";
- $sensor_minigraph = "