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-olsr/luasrc/view | |
parent | e798793e6f382734ff2922072b2780bbf07cfce8 (diff) |
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'applications/luci-olsr/luasrc/view')
6 files changed, 6 insertions, 6 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 f401603d2..c23f52b4f 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 5757e8434..e0ec8846a 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 291e3a47e..3dc56f992 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 1d0bef739..2c3b70366 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 c5cce7614..1f4296441 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 3ce16a4c2..d919aa904 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"> |