Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
831 florian 1
<div id="phorum-post-form" align="center">
2
  {IF ERROR}<div class="PhorumUserError">{ERROR}</div>{/IF}
3
  {IF OKMSG}<div class="PhorumOkMsg">{OKMSG}</div>{/IF}
4
  {IF PREVIEW}
5
    {INCLUDE posting_preview}
6
  {/IF}
7
  <form id="post_form" name="post" action="{URL->ACTION}" method="post" enctype="multipart/form-data">
8
    {POST_VARS}
9
    {INCLUDE posting_menu}
10
    {INCLUDE posting_messageform}
11
    {INCLUDE posting_buttons}
12
  </form>
13
</div>