summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-core
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-07 13:10:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-07 13:10:24 +0000
commit86e1aebb593eb712e45536b730302495948ebdad (patch)
treefa32edb6b7afd2d2cb05e0f44fbc0a4b3cfc3845 /modules/admin-core
parente798793e6f382734ff2922072b2780bbf07cfce8 (diff)
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'modules/admin-core')
-rw-r--r--modules/admin-core/luasrc/view/about.htm2
-rw-r--r--modules/admin-core/luasrc/view/error404.htm2
-rw-r--r--modules/admin-core/luasrc/view/error500.htm2
-rw-r--r--modules/admin-core/luasrc/view/sysauth.htm2
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/admin-core/luasrc/view/about.htm b/modules/admin-core/luasrc/view/about.htm
index c89e04255..b9b09c0d5 100644
--- a/modules/admin-core/luasrc/view/about.htm
+++ b/modules/admin-core/luasrc/view/about.htm
@@ -13,7 +13,7 @@ $Id$
-%>
<%+header%>
-<h1><%:about%> LuCI</h1>
+<h2><a id="content" name="content"><%:about%> LuCI</a></h2>
<p><%:c_lucidesc%></p>
<p><strong><%:c_projecthome%>: </strong><a href="http://luci.freifunk-halle.net">luci.freifunk-halle.net</a></p>
diff --git a/modules/admin-core/luasrc/view/error404.htm b/modules/admin-core/luasrc/view/error404.htm
index 956a68554..4aa40f392 100644
--- a/modules/admin-core/luasrc/view/error404.htm
+++ b/modules/admin-core/luasrc/view/error404.htm
@@ -13,7 +13,7 @@ $Id$
-%>
<%+header%>
-<h1>404 Not Found</h1>
+<h2><a id="content" name="content">404 Not Found</a></h2>
<p>Sorry, the object you requested was not found.</p>
<tt>Unable to dispatch: <%=luci.http.request.env.PATH_INFO%></tt>
<%+footer%> \ No newline at end of file
diff --git a/modules/admin-core/luasrc/view/error500.htm b/modules/admin-core/luasrc/view/error500.htm
index 8f3807d80..982f9b9e9 100644
--- a/modules/admin-core/luasrc/view/error500.htm
+++ b/modules/admin-core/luasrc/view/error500.htm
@@ -13,7 +13,7 @@ $Id$
-%>
<%+header%>
-<h1>500 Internal Server Error</h1>
+<h2><a id="content" name="content">500 Internal Server Error</a></h2>
<p>Sorry, the server encountered an unexpected error.</p>
<pre class="error500"><%=message%></pre>
<%+footer%>
diff --git a/modules/admin-core/luasrc/view/sysauth.htm b/modules/admin-core/luasrc/view/sysauth.htm
index e48f414c5..7957b140e 100644
--- a/modules/admin-core/luasrc/view/sysauth.htm
+++ b/modules/admin-core/luasrc/view/sysauth.htm
@@ -17,7 +17,7 @@ $Id$
<form method="post" action="<%=REQUEST_URI%>">
<div class="cbi-map">
- <h1><%:sysauth_head%></h1>
+ <h2><a id="content" name="content"><%:sysauth_head%></a></h2>
<div class="cbi-map-descr">
<%:sysauth_prompt%>
<%- if fuser then %>