mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<%+cbi/valueheader%>
 | 
						|
	<textarea class="cbi-input-textarea" <% if not self.size then %> style="width: 100%"<% 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") %>>
 | 
						|
	<%-=pcdata(self:cfgvalue(section))-%>
 | 
						|
	</textarea>
 | 
						|
<%+cbi/valuefooter%>
 |