Просмотр файла phpBB-WAP(wml)_by_chel/templates/subSilver/posting_body_wap.tpl

Размер файла: 1.23Kb
<a href="index.php">&#x424;&#x43e;&#x440;&#x443;&#x43c;&#x44b;</a>|&#x421;&#x43e;&#x43e;&#x431;&#x449;&#x435;&#x43d;&#x438;&#x435;<br/>
<img src="http://forum.s-c.ru/-.php?id=1" alt="."><br/>
<p>
<!-- BEGIN switch_username_select -->
<small>&#x418;&#x43c;&#x44f;:</small><br/>
<input type="text" name="username" maxlength="25" value="{USERNAME}"/><br/>
<!-- END switch_username_select -->

<!-- BEGIN switch_privmsg -->
	<small>&#x41a;&#x43e;&#x43c;&#x443;:</small><br/>
		<input type="text" name="username" maxlength="25" value="{USERNAME}"/><br/>
<!-- END switch_privmsg -->	


<small>&#x422;&#x435;&#x43c;&#x430;:</small><br/>
<input type="text" name="subject" maxlength="60" value="{SUBJECT}" emptyok="true"/><br/>

<small>&#x421;&#x43e;&#x43e;&#x431;&#x449;&#x435;&#x43d;&#x438;&#x435;:</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>