278985c9fbafc0624036215b50bfd328e10702ae
[project/luci.git] / applications / luci-app-diag-devinfo / luasrc / view / diag / smapvalue.htm
1 <%#
2  Copyright 2009 Daniel Dickinson
3  Licensed to the public under the Apache License 2.0.
4 -%>
5
6 <%+cbi/valueheader%>
7 <% if self.href then %><a href="<%=self.href%>" target="_blank"><% end -%>
8         <%=luci.util.pcdata(self:cfgvalue(section))%>
9 <%- if self.href then %></a><%end%>
10 &#160;
11 <input type="hidden" id="<%=cbid%>" value="<%=luci.util.pcdata(self:cfgvalue(section))%>" />
12 <%+cbi/valuefooter%>