2014-10-10 19:55:22 +00:00
|
|
|
|
|
|
|
<!-- ++ BEGIN ++ Dynamic DNS ++ overview_startstop.htm ++ -->
|
|
|
|
<%+cbi/valueheader%>
|
|
|
|
|
|
|
|
<% if self:cfgvalue(section) ~= false then
|
2014-12-07 20:31:57 +00:00
|
|
|
-- We need to garantie that function cfgvalue run first to set missing parameters
|
2014-10-10 19:55:22 +00:00
|
|
|
%>
|
|
|
|
<!-- style="font-size: 100%;" needed for openwrt theme to fix font size -->
|
2015-01-18 18:22:54 +00:00
|
|
|
<!-- type="button" onclick="..." enable standard onclick functionality -->
|
2014-10-10 19:55:22 +00:00
|
|
|
<input class="cbi-button cbi-input-<%=self.inputstyle or "button" %>" style="font-size: 100%;" type="button" onclick="onclick_startstop(this.id)"
|
2014-12-07 20:31:57 +00:00
|
|
|
<%=
|
|
|
|
attr("name", section) .. attr("id", cbid) .. attr("value", self.inputtitle) .. ifattr(self.disabled, "disabled")
|
2014-10-10 19:55:22 +00:00
|
|
|
%> />
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<%+cbi/valuefooter%>
|
|
|
|
<!-- ++ END ++ Dynamic DNS ++ overview_startstop.htm ++ -->
|