smapvalue.htm 396 B

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