From b0b28b970fe5efede10dff0f1e379fbab5b333ca Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Oct 2009 17:02:21 +0000 Subject: all: automatic <%:...%> -> <%_...%> fixup --- modules/admin-full/luasrc/view/admin_index/index.htm | 8 ++++---- modules/admin-full/luasrc/view/admin_services/index.htm | 2 +- modules/admin-full/luasrc/view/admin_status/conntrack.htm | 4 ++-- modules/admin-full/luasrc/view/admin_status/index.htm | 2 +- modules/admin-full/luasrc/view/admin_status/routes.htm | 10 +++++----- 5 files changed, 13 insertions(+), 13 deletions(-) (limited to 'modules/admin-full/luasrc') diff --git a/modules/admin-full/luasrc/view/admin_index/index.htm b/modules/admin-full/luasrc/view/admin_index/index.htm index 04e74683bd..2b2dbdd8fe 100644 --- a/modules/admin-full/luasrc/view/admin_index/index.htm +++ b/modules/admin-full/luasrc/view/admin_index/index.htm @@ -14,11 +14,11 @@ $Id$ -%> <%+header%>

<%:Hello!%>

-

<%:This is the administration area of LuCI.%>

-

<%:LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%>
+

<%_This is the administration area of LuCI.%>

+

<%_LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%>
<%:On the following pages you can adjust all important settings of your router.%>

-

<%:Notice: In LuCI changes have to be confirmed by clicking Changes - Save & Apply before being applied.%>

+

<%_Notice: In LuCI changes have to be confirmed by clicking Changes - Save & Apply before being applied.%>

<%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%>

<%:And now have fun with your router!%>

-

<%:The LuCI Team%>

+

<%_The LuCI Team%>

<%+footer%> \ No newline at end of file diff --git a/modules/admin-full/luasrc/view/admin_services/index.htm b/modules/admin-full/luasrc/view/admin_services/index.htm index 53b67c3c2e..675b106290 100644 --- a/modules/admin-full/luasrc/view/admin_services/index.htm +++ b/modules/admin-full/luasrc/view/admin_services/index.htm @@ -15,5 +15,5 @@ $Id$ <%+header%>

<%:Services%>

<%:Services and daemons perform certain tasks on your device.%>

-

<%:Most of them are network servers, that offer a certain service for your device or network like shell access, serving webpages like LuCI, doing mesh routing, sending e-mails, ...%>

+

<%_Most of them are network servers, that offer a certain service for your device or network like shell access, serving webpages like LuCI, doing mesh routing, sending e-mails, ...%>

<%+footer%> \ No newline at end of file diff --git a/modules/admin-full/luasrc/view/admin_status/conntrack.htm b/modules/admin-full/luasrc/view/admin_status/conntrack.htm index 06827500fc..d21faf7043 100644 --- a/modules/admin-full/luasrc/view/admin_status/conntrack.htm +++ b/modules/admin-full/luasrc/view/admin_status/conntrack.htm @@ -29,8 +29,8 @@ $Id$
- - + + diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index b26d17a9c1..3874b51f66 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -14,6 +14,6 @@ $Id$ -%> <%+header%>

<%:Status%>

-

<%:Here you can find information about the current system status like CPU clock frequency, memory usage or network interface data.%>

+

<%_Here you can find information about the current system status like CPU clock frequency, memory usage or network interface data.%>

<%:Also kernel or service logfiles can be viewed here to get an overview over their current state.%>

<%+footer%> \ No newline at end of file diff --git a/modules/admin-full/luasrc/view/admin_status/routes.htm b/modules/admin-full/luasrc/view/admin_status/routes.htm index 9051501351..dcfb4ec62a 100644 --- a/modules/admin-full/luasrc/view/admin_status/routes.htm +++ b/modules/admin-full/luasrc/view/admin_status/routes.htm @@ -29,15 +29,15 @@ $Id$
<%:a_n_routes1%>
- <%:Active IPv4-Routes%> + <%_Active IPv4-Routes%>
<%:IPv4-Address%><%:MAC-Address%><%_IPv4-Address%><%_MAC-Address%> <%:Interface%>
- - + + <% luci.sys.net.routes(function(rt) %> @@ -56,14 +56,14 @@ $Id$ <% if nixio.fs.access("/proc/net/ipv6_route") then style = true %>
- <%:Active IPv6-Routes%> + <%_Active IPv6-Routes%>
<%:Network%> <%:Target%><%:IPv4-Netmask%><%:IPv4-Gateway%><%_IPv4-Netmask%><%_IPv4-Gateway%> <%:Metric%>
- + <% luci.sys.net.routes6(function(rt) %> -- cgit v1.2.3
<%:Network%> <%:Target%><%:IPv6-Gateway%><%_IPv6-Gateway%> <%:Metric%>