2017-09-05 04:05:58 +00:00
|
|
|
<%+header%>
|
|
|
|
<h3><%=heading:pcdata()%></h3>
|
|
|
|
<p><%=description:pcdata()%></p>
|
|
|
|
<div>
|
2017-09-18 03:31:15 +00:00
|
|
|
<textarea style="width: 100%; height: 480px; font-family: monospace;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
|
2017-09-05 04:05:58 +00:00
|
|
|
</div>
|
|
|
|
<%+footer%>
|
|
|
|
|