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/luasrc/view/admin_system | |
parent | e798793e6f382734ff2922072b2780bbf07cfce8 (diff) |
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_system')
5 files changed, 9 insertions, 9 deletions
diff --git a/modules/admin-full/luasrc/view/admin_system/applyreboot.htm b/modules/admin-full/luasrc/view/admin_system/applyreboot.htm index cbfa23d319..1a1a24bb0c 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 a288e0be2b..2db044ddd3 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 2794fd824d..34b8212a68 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 b7b10b50fb..f1656fbb8d 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 a3d97d6497..bbc5215c45 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 %> |