summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/view/cbi/map.htm
blob: d3fc65bd22dc5cfd9e3da7b1438ad6c4989cce76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<%#
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>

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$

-%>

<%- if firstmap and messages then local msg; for _, msg in ipairs(messages) do -%>
	<div class="errorbox"><%=pcdata(msg)%></div>
<%- end end -%>

<%-+cbi/apply_xhr-%>

<div class="cbi-map" id="cbi-<%=self.config%>">
	<% if self.title and #self.title > 0 then %><h2><a id="content" name="content"><%=self.title%></a></h2><% end %>
	<% if self.description and #self.description > 0 then %><div class="cbi-map-descr"><%=self.description%></div><% end %>
	<%- if firstmap and applymap then cbi_apply_xhr(self.config, parsechain, redirect) end -%>
	<%- self:render_children() %>
	<br />
</div>