show-textbox.htm 271 B

12345678
  1. <%+header%>
  2. <h3><%=heading:pcdata()%></h3>
  3. <p><%=description:pcdata()%></p>
  4. <div>
  5. <textarea style="width: 100%; height: 480px; font-family: monospace;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
  6. </div>
  7. <%+footer%>