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
 
3
{IF ERROR}<div class="PhorumUserError">{ERROR}</div>{/IF}
4
{IF OKMSG}<div class="PhorumOkMsg">{OKMSG}</div>{/IF}
5
 
6
  {IF PREVIEW}
7
    {include posting_preview}
8
  {/IF}
9
 
10
  <form id="post_form" name="post" action="{URL->ACTION}" method="post"
11
   enctype="multipart/form-data">
12
  {POST_VARS}
13
 
14
  {include posting_messageform}
15
 
16
  {include posting_buttons}
17
 
18
  </form>
19
 
20
</div>