cell.htm 429 B

12345678910111213
  1. <%#
  2. Copyright 2008 Steven Barth <steven@midlink.org>
  3. Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  4. Licensed to the public under the Apache License 2.0.
  5. -%>
  6. <%+cbi/valueheader%>
  7. <% if self.href then %><a href="<%=self.href%>"><% end -%>
  8. <%=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%>