2 <!-- ++ BEGIN ++ Dynamic DNS ++ detail_value.htm ++ -->
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")
8 <!-- no value footer to supress next line -->
9 <!-- ++ END ++ Dynamic DNS ++ detail_value.htm ++ -->