openwrt_helloworld/luci-app-openclash/luasrc/view/openclash/other_button.htm
2024-09-25 05:44:37 +08:00

8 lines
333 B
HTML

<%+cbi/valueheader%>
<% if self:cfgvalue(section) ~= false then %>
<input class="btn cbi-button cbi-input-<%=self.inputstyle or "button" %>" style="display: <%= display %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> />
<% else %>
-
<% end %>
<%+cbi/valuefooter%>