Размер файла: 1.23Kb
<a href="index.php">Форумы</a>|Сообщение<br/>
<img src="http://forum.s-c.ru/-.php?id=1" alt="."><br/>
<p>
<!-- BEGIN switch_username_select -->
<small>Имя:</small><br/>
<input type="text" name="username" maxlength="25" value="{USERNAME}"/><br/>
<!-- END switch_username_select -->
<!-- BEGIN switch_privmsg -->
<small>Кому:</small><br/>
<input type="text" name="username" maxlength="25" value="{USERNAME}"/><br/>
<!-- END switch_privmsg -->
<small>Тема:</small><br/>
<input type="text" name="subject" maxlength="60" value="{SUBJECT}" emptyok="true"/><br/>
<small>Сообщение:</small><br/>
<input type="text" name="message" maxlength="300" value="{MESSAGE}"/><br/>
<anchor>[!L_SUBMIT!]
<go method="post" href="{S_POST_ACTION}">
<postfield name="username" value="$(username)"/>
<postfield name="subject" value="$(subject)"/>
<postfield name="message" value="$(message)"/>
<postfield name="post" value="{L_SUBMIT}"/>
<postfield name="topictype" value="$(topictype)"/>
{S_HIDDEN_FORM_FIELDS}
</go>
</anchor>