X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Ffreifunk%2Fluasrc%2Fview%2Ffreifunk%2Findex.htm;h=49e8cd03547eb22dc01bcfde609be37e527baf05;hb=86e1aebb593eb712e45536b730302495948ebdad;hp=7fa2b4e4b0c0345f1794103c2f65443c17dd236f;hpb=211c6394a0d145d3215893b827241723bb358a13;p=project%2Fluci.git diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm index 7fa2b4e4b..49e8cd035 100644 --- a/modules/freifunk/luasrc/view/freifunk/index.htm +++ b/modules/freifunk/luasrc/view/freifunk/index.htm @@ -1,10 +1,24 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> <%+header%> -<% local ff = luci.model.uci.get_all("freifunk") %> -

<%:hellonet%> <%=ff.community.name%>!

-

<%:public1%>
-<%:public2%><%=luci.sys.hostname()%>. <%:public3%> -<%=ff.contact.nickname%>.

-

<%:public4%> Freifunk.net.
-<%:public5%> <%=ff.community.name%>.

-

<%:note%>: <%:public6%>

-<%+footer%> \ No newline at end of file +<% local ff = luci.model.uci.cursor():get_all("freifunk") %> +

<%:ff_hellonet%> <%=ff.community.name or 'Freifunk Deutschland'%>!

+

<%:ff_public1%>
+<%:ff_public2%> <%=luci.sys.hostname()%>. <%:ff_public3%> + <%=ff.contact.nickname%>.

+

<%:ff_public4%> Freifunk.net.
+<%:ff_public5%> <%=ff.community.name or 'Freifunk'%>.

+

<%:ff_note%>: <%:ff_public6%>

+<%+footer%>