From 1edd63045cf813ef04836823db7620d1a6810adc Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Mon, 21 Jan 2013 09:39:51 +0000 Subject: themes/freifunk-generic: Improve display on mobile devices, remove useless css from mobile.css --- .../luasrc/view/themes/freifunk-generic/header.htm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'themes/freifunk-generic/luasrc/view') diff --git a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm index a8c257e405..7b173bdb67 100644 --- a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm +++ b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm @@ -75,6 +75,7 @@ You may obtain a copy of the License at + <% if node and node.css then %> @@ -83,6 +84,7 @@ You may obtain a copy of the License at <%= css %> <% end -%> + <%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI @@ -117,12 +119,11 @@ You may obtain a copy of the License at <%else%>
- Logo + <%if show_comm then%> <%=community%>
<%end%> -
<%=luci.version.distversion%>
@@ -134,6 +135,8 @@ You may obtain a copy of the License at
+
+ <%end%> -- cgit v1.2.3