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/admin-full | |
parent | e798793e6f382734ff2922072b2780bbf07cfce8 (diff) |
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'modules/admin-full')
12 files changed, 18 insertions, 18 deletions
diff --git a/modules/admin-full/luasrc/view/admin_index/index.htm b/modules/admin-full/luasrc/view/admin_index/index.htm index 4ea58c2b8..e6e963c0c 100644 --- a/modules/admin-full/luasrc/view/admin_index/index.htm +++ b/modules/admin-full/luasrc/view/admin_index/index.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:a_i_i_hello%></h1> +<h2><a id="content" name="content"><%:a_i_i_hello%></a></h2> <p><%:a_i_i_admin1%></p> <p><%:a_i_i_admin2%><br /> <%:a_i_i_admin3%></p> diff --git a/modules/admin-full/luasrc/view/admin_services/index.htm b/modules/admin-full/luasrc/view/admin_services/index.htm index c0bd8b361..973e24457 100644 --- a/modules/admin-full/luasrc/view/admin_services/index.htm +++ b/modules/admin-full/luasrc/view/admin_services/index.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:services%></h1> +<h2><a id="content" name="content"><%:services%></a></h2> <p><%:a_srv_services1%></p> <p><%:a_srv_services2%></p> <%+footer%>
\ No newline at end of file diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index e1f4b0e53..e4c1cc410 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:status%></h1> +<h2><a id="content" name="content"><%:status%></a></h2> <p><%:a_st_i_status1%></p> <p><%:a_st_i_status2%></p> <%+footer%>
\ No newline at end of file diff --git a/modules/admin-full/luasrc/view/admin_status/syslog.htm b/modules/admin-full/luasrc/view/admin_status/syslog.htm index bda7b3ed5..f6e0f7a61 100644 --- a/modules/admin-full/luasrc/view/admin_status/syslog.htm +++ b/modules/admin-full/luasrc/view/admin_status/syslog.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:status%></h1> -<h2><%:syslog%></h2> +<h2><a id="content" name="content"><%:status%></a></h2> +<h3><%:syslog%></h3> <code><%=luci.util.pcdata(syslog)%></code> <%+footer%> diff --git a/modules/admin-full/luasrc/view/admin_system/applyreboot.htm b/modules/admin-full/luasrc/view/admin_system/applyreboot.htm index cbfa23d31..1a1a24bb0 100644 --- a/modules/admin-full/luasrc/view/admin_system/applyreboot.htm +++ b/modules/admin-full/luasrc/view/admin_system/applyreboot.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:system%></h1> +<h2><a id="content" name="content"><%:system%></a></h2> <br /> <p><% if msg then %><%=msg%><% else %><%:a_s_applyreboot1%><% end %></p> <p><%:a_s_reboot_running%></p> diff --git a/modules/admin-full/luasrc/view/admin_system/backup.htm b/modules/admin-full/luasrc/view/admin_system/backup.htm index a288e0be2..2db044ddd 100644 --- a/modules/admin-full/luasrc/view/admin_system/backup.htm +++ b/modules/admin-full/luasrc/view/admin_system/backup.htm @@ -13,8 +13,8 @@ $Id$ -%> <%+header%> -<h1><%:system%></h1> -<h2><%:a_s_backup%></h2> +<h2><a id="content" name="content"><%:system%></a></h2> +<h3><%:a_s_backup%></h3> <p><%:a_s_backup1%></p> <br /> <div> diff --git a/modules/admin-full/luasrc/view/admin_system/packages.htm b/modules/admin-full/luasrc/view/admin_system/packages.htm index 2794fd824..34b8212a6 100644 --- a/modules/admin-full/luasrc/view/admin_system/packages.htm +++ b/modules/admin-full/luasrc/view/admin_system/packages.htm @@ -20,8 +20,8 @@ function rowstyle() end -%> <%+header%> -<h1><%:system%></h1> -<h2><%:a_s_packages%></h2> +<h2><a id="content" name="content"><%:system%></a></h2> +<h3><%:a_s_packages%></h3> <br /> diff --git a/modules/admin-full/luasrc/view/admin_system/reboot.htm b/modules/admin-full/luasrc/view/admin_system/reboot.htm index b7b10b50f..f1656fbb8 100644 --- a/modules/admin-full/luasrc/view/admin_system/reboot.htm +++ b/modules/admin-full/luasrc/view/admin_system/reboot.htm @@ -13,8 +13,8 @@ $Id$ -%> <%+header%> -<h1><%:system%></h1> -<h2><%:reboot%></h2> +<h2><a id="content" name="content"><%:system%></a></h2> +<h3><%:reboot%></h3> <p><%:a_s_reboot1%></p> <%- local c = require("luci.model.uci").cursor():changes() diff --git a/modules/admin-full/luasrc/view/admin_system/upgrade.htm b/modules/admin-full/luasrc/view/admin_system/upgrade.htm index a3d97d649..bbc5215c4 100644 --- a/modules/admin-full/luasrc/view/admin_system/upgrade.htm +++ b/modules/admin-full/luasrc/view/admin_system/upgrade.htm @@ -13,8 +13,8 @@ $Id$ -%> <%+header%> -<h1><%:system%></h1> -<h2><%:a_s_flash%></h2> +<h2><a id="content" name="content"><%:system%></a></h2> +<h3><%:a_s_flash%></h3> <p><%:a_s_flash_upgrade1%></p> <br /> <% if sysupgrade and not ret then %> diff --git a/modules/admin-full/luasrc/view/admin_uci/apply.htm b/modules/admin-full/luasrc/view/admin_uci/apply.htm index 9a9a063f1..8aa09c641 100644 --- a/modules/admin-full/luasrc/view/admin_uci/apply.htm +++ b/modules/admin-full/luasrc/view/admin_uci/apply.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:config%></h1> +<h2><a id="content" name="content"><%:config%></a></h2> <p><%:uci_applied%>:</p> <code><%=(changes or "-")%> diff --git a/modules/admin-full/luasrc/view/admin_uci/changes.htm b/modules/admin-full/luasrc/view/admin_uci/changes.htm index ab66b78ef..da0d9f11c 100644 --- a/modules/admin-full/luasrc/view/admin_uci/changes.htm +++ b/modules/admin-full/luasrc/view/admin_uci/changes.htm @@ -13,8 +13,8 @@ $Id$ -%> <%+header%> -<h1><%:config%></h1> -<h2><%:changes%></h2> +<h2><a id="content" name="content"><%:config%></a></h2> +<h3><%:changes%></h3> <code><%=changes%></code> <br /><br /> <form class="inline" method="get" action="<%=controller%>/admin/uci/apply"> diff --git a/modules/admin-full/luasrc/view/admin_uci/revert.htm b/modules/admin-full/luasrc/view/admin_uci/revert.htm index 7f98a0435..553ec7454 100644 --- a/modules/admin-full/luasrc/view/admin_uci/revert.htm +++ b/modules/admin-full/luasrc/view/admin_uci/revert.htm @@ -13,7 +13,7 @@ $Id$ -%> <%+header%> -<h1><%:config%></h1> +<h2><a id="content" name="content"><%:config%></a></h2> <p><%:uci_reverted%>:</p> <code><%=(changes or "-")%></code> <%+footer%>
\ No newline at end of file |