blob: 278985c9fbafc0624036215b50bfd328e10702ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<%#
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%>
 
<input type="hidden" id="<%=cbid%>" value="<%=luci.util.pcdata(self:cfgvalue(section))%>" />
<%+cbi/valuefooter%>
|