luci-app-ddns: Update to version 2.1.1-0
[project/luci.git] / applications / luci-app-ddns / luasrc / view / ddns / detail_value.htm
1
2 <!-- ++ BEGIN ++ Dynamic DNS ++ detail_value.htm ++ -->
3 <%+cbi/valueheader%>
4         <input type="text" class="cbi-input-text" style="width: 10em;" onchange="cbi_d_update(this.id)"<%=
5                 attr("name", cbid) .. attr("id", cbid) .. attr("value", self:cfgvalue(section) or self.default) ..
6                 ifattr(self.size, "size") .. ifattr(self.placeholder, "placeholder")
7         %> />
8 <!-- no value footer to suppress next line -->
9 <!-- ++ END ++ Dynamic DNS ++ detail_value.htm ++ -->