Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 830 → Rev 831

/trunk/client/phorum/bibliotheque/phorum/templates/default/posting.tpl
New file
0,0 → 1,13
<div id="phorum-post-form" align="center">
{IF ERROR}<div class="PhorumUserError">{ERROR}</div>{/IF}
{IF OKMSG}<div class="PhorumOkMsg">{OKMSG}</div>{/IF}
{IF PREVIEW}
{INCLUDE posting_preview}
{/IF}
<form id="post_form" name="post" action="{URL->ACTION}" method="post" enctype="multipart/form-data">
{POST_VARS}
{INCLUDE posting_menu}
{INCLUDE posting_messageform}
{INCLUDE posting_buttons}
</form>
</div>