{**
* XS2:
*
* This file is developed by Solutecs, LLC for the purpose of the company
* and is provided together with XS2 Framework as and inherent part of the
* system. This file can be used on the terms of License Agreement.
*
* +7 (495) 585-0833 / 13 Rusakovskaya street, Moscow 107140 Russia
*
* @link http://www.solutecs.com
* @copyright ©1998-2007 Solutecs, LLC
* @version 1.XX
*}
{strip}
<form action="{xs2Href mod="forum" obj="message" met="send"}" method="POST" name="messageForm">
{$messageTitleLabel} <input type="text" name="NName" value=""/><br>
{$messageTextLabel}
<textarea name="Text"></textarea>
{if $ForumConfigIcons}
{foreach from=$ForumConfigIcons.images item="icon" key="num"}
<span style="cursor:pointer" onClick="this.parentNode.getElementsByTagName('textarea')[0].value+=' {$ForumConfigIcons.nodes[$num].NName|escape:"quotes"}'">
{$icon}
</span>
{/foreach}
{/if}
<br>
<input type="hidden" name="ParseIcons" value="1"/>
<input type="checkbox" name="_ParseIcons" checked="checked"/>
{$ParseIconsLabel}<br>
<input type="hidden" name="ParseLineBreaks" value="1"/>
<input type="checkbox" name="_ParseLineBreaks" checked="checked"/>
{$ParseLineBreaksLabel}<br>
<input type="hidden" name="NType" value=""/>
<input type="hidden" name="NFlag" value=""/>
<input type="hidden" name="ParId" value=""/>
<input type="hidden" name="NodId" value=""/>
<input type="hidden" name="action" value=""/>
</form>
{/strip}
|
|