(no commit message)
[project/luci.git] / core / src / ffluci / view / cbi / map.htm
1 <div class="cbi-map" id="cbi-<%=self.config%>">
2 <h1><%=self.title%></h1>
3 <div class="cbi-map-descr"><%=self.description%></div>
4 <br />
5 <% self:render_children() %>
6 <br />
7 </div>