luci-app-unbound: add statistics and manual edit tabs
[project/luci.git] / applications / luci-app-unbound / luasrc / view / unbound / show-textbox.htm
1 <%+header%>
2 <h3><%=heading:pcdata()%></h3>
3 <p><%=description:pcdata()%></p>
4 <div>
5 <textarea style="width: 100%; height: 480px;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
6 </div>
7 <%+footer%>
8