overview_startstop.htm 733 B

1234567891011121314151617
  1. <!-- ++ BEGIN ++ Dynamic DNS ++ overview_startstop.htm ++ -->
  2. <%+cbi/valueheader%>
  3. <% if self:cfgvalue(section) ~= false then
  4. -- We need to garantie that function cfgvalue run first to set missing parameters
  5. %>
  6. <!-- style="font-size: 100%;" needed for openwrt theme to fix font size -->
  7. <!-- type="button" onclick="..." enable standard onclick functionality -->
  8. <input class="cbi-button cbi-input-<%=self.inputstyle or "button" %>" style="font-size: 100%;" type="button" onclick="onclick_startstop(this.id)"
  9. <%=
  10. attr("name", section) .. attr("id", cbid) .. attr("value", self.inputtitle) .. ifattr(self.disabled, "disabled")
  11. %> />
  12. <% end %>
  13. <%+cbi/valuefooter%>
  14. <!-- ++ END ++ Dynamic DNS ++ overview_startstop.htm ++ -->