2009-03-11 23:40:08 +00:00
|
|
|
<%#
|
2015-01-16 22:38:38 +00:00
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
2015-01-16 22:46:42 +00:00
|
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
Licensed to the public under the Apache License 2.0.
|
2009-03-11 23:40:08 +00:00
|
|
|
-%>
|
|
|
|
|
|
|
|
<%+cbi/valueheader%>
|
|
|
|
<% if self.href then %><a href="<%=self.href%>"><% end -%>
|
|
|
|
<%=self:cfgvalue(section)%>
|
|
|
|
<%- if self.href then %></a><%end%>
|
|
|
|
 
|
|
|
|
<input type="hidden" id="<%=cbid%>" value="<%=luci.util.pcdata(self:cfgvalue(section))%>" />
|
|
|
|
<%+cbi/valuefooter%>
|