luci/applications/luci-app-diag-devinfo/luasrc/view/diag/smapvalue.htm
Jo-Philipp Wich 7a3493b1f7 Globally reduce copyright headers
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 23:38:38 +01:00

12 lines
396 B
HTML

<%#
Copyright 2009 Daniel Dickinson
Licensed to the public under the Apache License 2.0.
-%>
<%+cbi/valueheader%>
<% if self.href then %><a href="<%=self.href%>" target="_blank"><% end -%>
<%=luci.util.pcdata(self:cfgvalue(section))%>
<%- if self.href then %></a><%end%>
&#160;
<input type="hidden" id="<%=cbid%>" value="<%=luci.util.pcdata(self:cfgvalue(section))%>" />
<%+cbi/valuefooter%>