nodogsplash2: update to version 2.1.1 (#376)
[feed/routing.git] / bird-openwrt / bird6-openwrt / src / view / tvalue.htm
1 <%+cbi/valueheader%>
2 <textarea class="cbi-input-textarea" <% if not self.size then %> style="width: 100%; font: normal 11pt 'Courier New'"<% else %> cols="<%=self.size%>"<% end %> data-update="change"<%= attr("name", cbid) .. attr("id", cbid) .. ifattr(self.rows, "rows") .. ifattr(self.wrap, "wrap") .. ifattr(self.readonly, "readonly") %>>
3 <%-=pcdata(self:cfgvalue(section))-%>
4 </textarea>
5 <%+cbi/valuefooter%>