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 /modules/freifunk | |
parent | e798793e6f382734ff2922072b2780bbf07cfce8 (diff) |
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'modules/freifunk')
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/contact.htm | 2 | ||||
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/index.htm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/contact.htm b/modules/freifunk/luasrc/view/freifunk/contact.htm index 3596827cf..06177c205 100644 --- a/modules/freifunk/luasrc/view/freifunk/contact.htm +++ b/modules/freifunk/luasrc/view/freifunk/contact.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> <% local contact = luci.model.uci.cursor():get_all("freifunk", "contact") %> -<h1><%:contact%></h1> +<h2><a id="content" name="content"><%:contact%></a></h2> <table cellspacing="0" cellpadding="6"> <tr><th><%:ff_nickname%>:</th><td><%=contact.nickname%></td></tr> <tr><th><%:ff_name%>:</th><td><%=contact.name%></td></tr> diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm index 2cf1f6fdc..49e8cd035 100644 --- a/modules/freifunk/luasrc/view/freifunk/index.htm +++ b/modules/freifunk/luasrc/view/freifunk/index.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> <% local ff = luci.model.uci.cursor():get_all("freifunk") %> -<h1><%:ff_hellonet%> <%=ff.community.name or 'Freifunk Deutschland'%>!</h1> +<h2><a id="content" name="content"><%:ff_hellonet%> <%=ff.community.name or 'Freifunk Deutschland'%>!</a></h2> <p><%:ff_public1%><br /> <%:ff_public2%> <%=luci.sys.hostname()%>. <%:ff_public3%> <a href="<%=controller%>/public/index/contact"> <%=ff.contact.nickname%></a>.</p> |