luci/applications/luci-ddns/luasrc/view/ddns/detail_value.htm
Christian Schoenebeck c09f8a7e41 luci-app-ddns: update/rebuild to support ddns-scripts V 2.x
extends/replaces exising luci-app-ddns to support ddns-scripts starting
Version 2.0.1-8
Still supports ddns-scripts Version 1.0.0-23 with the old interface
including fix for OpenWrt Ticket #18018.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-10-10 21:55:22 +02:00

9 lines
457 B
HTML

<!-- ++ BEGIN ++ Dynamic DNS ++ detail_value.htm ++ -->
<%+cbi/valueheader%>
<input type="text" class="cbi-input-text" style="width: 10em;" onchange="cbi_d_update(this.id)"<%=
attr("name", cbid) .. attr("id", cbid) .. attr("value", self:cfgvalue(section) or self.default) ..
ifattr(self.size, "size") .. ifattr(self.placeholder, "placeholder")
%> />
<!-- no value footer to supress next line -->
<!-- ++ END ++ Dynamic DNS ++ detail_value.htm ++ -->