diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-07 13:10:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-07 13:10:24 +0000 |
commit | 86e1aebb593eb712e45536b730302495948ebdad (patch) | |
tree | fa32edb6b7afd2d2cb05e0f44fbc0a4b3cfc3845 /applications/luci-statistics/luasrc | |
parent | e798793e6f382734ff2922072b2780bbf07cfce8 (diff) |
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'applications/luci-statistics/luasrc')
5 files changed, 5 insertions, 5 deletions
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/index.htm b/applications/luci-statistics/luasrc/view/admin_statistics/index.htm index 4a0c924e2..dfeb0628d 100644 --- a/applications/luci-statistics/luasrc/view/admin_statistics/index.htm +++ b/applications/luci-statistics/luasrc/view/admin_statistics/index.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> -<h1><%:stat_statistics Statistics%></h1> +<h2><a id="content" name="content"><%:stat_statistics Statistics%></a></h2> <p><%:stat_desc The statistics package is based on <a href="http://collectd.org/index.shtml">Collectd</a> and uses <a href="http://oss.oetiker.ch/rrdtool/">RRD Tool</a> to render diagram images from collected data.%></p> diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm index 34d62b2ef..e29d97c9e 100644 --- a/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm +++ b/applications/luci-statistics/luasrc/view/admin_statistics/networkplugins.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> -<h1><%:stat_networkplugins Network plugins%></h1> +<h2><a id="content" name="content"><%:stat_networkplugins Network plugins%></a></h2> <p><%:stat_networkplugins_desc Network plugins are used to collect information about open tcp connections, interface traffic, iptables rules etc.%></p> diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/outputplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/outputplugins.htm index c8d18f95b..d230109cc 100644 --- a/applications/luci-statistics/luasrc/view/admin_statistics/outputplugins.htm +++ b/applications/luci-statistics/luasrc/view/admin_statistics/outputplugins.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> -<h1><%:stat_outputplugins Output plugins%></h1> +<h2><a id="content" name="content"><%:stat_outputplugins Output plugins%></a></h2> <p><%:stat_outputplugins_desc Output plugins provide different possibilities to store collected data. It is possible to enable multiple plugin at one, for example to store collected data in rrd databases diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm index 4fdfec1b9..bb63228b6 100644 --- a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm +++ b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> -<h1><%:stat_systemplugins System plugins%></h1> +<h2><a id="content" name="content"><%:stat_systemplugins System plugins%></a></h2> <p><%:stat_systemplugins_desc System plugins collecting values about system state and ressource usage on the device.:%> <ul> diff --git a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm index ff058b8b7..bf304c7b4 100644 --- a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm +++ b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> -<h1><%:stat_statistics Statistics%></h1> +<h2><a id="content" name="content"><%:stat_statistics Statistics%></a></h2> <form action="" method="get"> <select name="timespan"> |