applications/freifunk-widgets: remove order variable, fix html in rss view, fix searc...
[project/luci.git] / applications / luci-freifunk-widgets / luasrc / view / freifunk / widgets / iframe / main.htm
index 7d8f087e4569dc299aca5e9721253495ab7246f0..f0d89d74256156517bdeaae171064c0611cee30f 100644 (file)
@@ -1,5 +1,19 @@
 <%
 <%
+--[[
+LuCI - Lua Configuration Interface
+
+Copyright 2012 Manuel Munz <freifunk at somakoma dot de>
+
+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
+
+]]--
+
 local url = data['url']
 local url = data['url']
+local name = data['.name']
 local title = data['title'] or "No title set"
 local height = data['height'] or "400px"
 if type(height) == "number" then
 local title = data['title'] or "No title set"
 local height = data['height'] or "400px"
 if type(height) == "number" then