diff options
Diffstat (limited to 'applications')
12 files changed, 12 insertions, 12 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm b/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm index f401603d28..c23f52b4f8 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:olsrd%></h1> +<h2><a id="content" name="content"><%:olsrd%></a></h2> <p class="error"><%:olsrd_error%></p> <p><%:olsrd_error_desc%></p> <%+footer%> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm index 5757e84343..e0ec8846a1 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:olsrd_hna2%></h1> +<h2><a id="content" name="content"><%:olsrd_hna2%></a></h2> <p><%:olsrd_hna_desc%></p> <br /> <table class="smalltext" cellspacing="0" cellpadding="6"> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/index.htm b/applications/luci-olsr/luasrc/view/status-olsr/index.htm index 291e3a47e2..3dc56f992f 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/index.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/index.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:olsrd_links%></h1> +<h2><a id="content" name="content"><%:olsrd_links%></a></h2> <p><%:olsrd_links_desc%></p> <br /> <table class="smalltext" cellspacing="0" cellpadding="6"> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm index 1d0bef7396..2c3b70366b 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:olsrd_mid%></h1> +<h2><a id="content" name="content"><%:olsrd_mid%></a></h2> <p><%:olsrd_mid_desc%></p> <br /> <table class="smalltext" cellspacing="0" cellpadding="6"> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm index c5cce76145..1f42964416 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:olsrd_routes%></h1> +<h2><a id="content" name="content"><%:olsrd_routes%></a></h2> <p><%:olsrd_routes_desc%></p> <br /> <table class="smalltext" cellspacing="0" cellpadding="6"> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm index 3ce16a4c29..d919aa904a 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:olsrd_topology%></h1> +<h2><a id="content" name="content"><%:olsrd_topology%></a></h2> <p><%:olsrd_topology_desc%></p> <br /> <table class="smalltext" cellspacing="0" cellpadding="6"> diff --git a/applications/luci-splash/luasrc/view/splash/splash.htm b/applications/luci-splash/luasrc/view/splash/splash.htm index 28a038409b..659d4f0717 100644 --- a/applications/luci-splash/luasrc/view/splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash/splash.htm @@ -14,7 +14,7 @@ $Id$ -%> <% local c = luci.model.uci.cursor():get_all("freifunk", "community") %> -<h1>Willkommen!</h1> +<h2><a id="content" name="content">Willkommen!</a></h2> <p> Du bist jetzt mit dem freien Funknetz <a href="<%=c.homepage%>"><%=c.name%></a> verbunden.<br /> diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/index.htm b/applications/luci-statistics/luasrc/view/admin_statistics/index.htm index 4a0c924e27..dfeb0628d9 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 34d62b2efd..e29d97c9e3 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 c8d18f95b5..d230109cc0 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 4fdfec1b9b..bb63228b67 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 ff058b8b70..bf304c7b45 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"> |