Rework LuCI build system
[project/luci.git] / applications / luci-app-diag-devinfo / luasrc / view / diag / smapvalue.htm
1 <%#
2 LuCI - Lua Configuration Interface
3 (c) 2009 Daniel Dickinson
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9         http://www.apache.org/licenses/LICENSE-2.0
10
11 $Id$
12
13 -%>
14
15 <%+cbi/valueheader%>
16 <% if self.href then %><a href="<%=self.href%>" target="_blank"><% end -%>
17         <%=luci.util.pcdata(self:cfgvalue(section))%>
18 <%- if self.href then %></a><%end%>
19 &#160;
20 <input type="hidden" id="<%=cbid%>" value="<%=luci.util.pcdata(self:cfgvalue(section))%>" />
21 <%+cbi/valuefooter%>