1
0

detail_value.htm 458 B

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