* Mördercommit ;-)
[project/luci.git] / core / src / view / cbi / value.htm
1 <%+cbi/valueheader%>
2                                                                 <input type="text" onchange="cbi_d_update(this.id)" <% if self.size then %>size="<%=self.size%>" <% end %><% if self.maxlength then %>maxlength="<%=self.maxlength%>" <% end %>name="cbid.<%=self.config.."."..section.."."..self.option%>" id="cbid.<%=self.config.."."..section.."."..self.option%>" value="<%=self:cfgvalue(section)%>" />
3 <%+cbi/valuefooter%>