1 <%include include/head.html>
3 <h1><%= Page.CreateReply.Page.Title|l10n|html></h1>
6 <p><%= Page.CreateReply.Error.EmptyText|l10n|html></p>
10 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
11 <input type="hidden" name="returnPage" value="<% returnPage|html>" />
12 <input type="hidden" name="post" value="<% postId>" />
15 <label for="text"><%= Page.CreateReply.Label.Text|l10n|html></label>
16 <textarea name="text"><% text|html></textarea>
20 <button type="submit"><%= Page.CreateReply.Button.Post|l10n|html></button>
25 <%include include/tail.html>