summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
blob: 69c984780bcf0ee6ff2eb966cd591ecb3268eef6 (plain)
1
2
3
4
5
6
7
8
<%+header%>
<h3><%=heading:pcdata()%></h3>
<p><%=description:pcdata()%></p>
<div>
<textarea style="width: 100%; height: 480px;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
</div>
<%+footer%>