summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-simple-adblock/luasrc/view/simple-adblock/error.htm
blob: 4ab2e112917428bcf1c7b647701c596c81752a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%#
Copyright 2017-2019 Stan Grishin (stangri@melmac.net)
This is free software, licensed under the Apache License, Version 2.0
-%>

<%+cbi/valueheader%>

<textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', '\n'))%>"
	style="border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;"
	disabled="disabled"><%=self:cfgvalue(section):gsub('\n', '\n')%>
</textarea>

<%+cbi/valuefooter%>