Caurus
Мой дом здесь!
- Регистрация
- 21 Фев 2008
- Сообщения
- 367
- Реакции
- 291
- Автор темы
- #21
найди в файле product_discussion.tpl.html
замени на
PS. Жалко только диплом назывался "Уголовная ответственность за незаконный оборот оружия в России" и к SS отношения не имеет...
PHP:
<p class=voting><b>{$smarty.const.DISCUSSION_ADD_MESSAGE}:
<form action="index.php" method=post name="formD" onSubmit="return validate_disc(this);">
<table class=voting border="0">
<tr>
<td>{$smarty.const.DISCUSSION_NICKNAME}:</td>
<td><input type=text name=nick></td>
</tr>
<tr>
<td align=right>{$smarty.const.DISCUSSION_SUBJECT}:</td>
<td><input type=text name=topic></td>
</tr>
<tr>
<td align=right valign=top>{$smarty.const.DISCUSSION_BODY}:</td>
<td>
<textarea name=body cols=40 rows=10>
</textarea>
</td>
</tr>
<tr>
<td> </td>
<td>
<input type=submit class="bbcodes" value="{$smarty.const.POST_BUTTON}">
<input type=hidden name=add_topic value=yes>
<input type=hidden name=productID value={$productID}>
<input type=hidden name=discuss value=yes>
<input type=reset class="bbcodes" value="{$smarty.const.RESET_BUTTON}">
</td>
</tr>
</table>
</form>
PHP:
{if ($log ne "")}
<p class=voting><b>{$smarty.const.DISCUSSION_ADD_MESSAGE}:
<form action="index.php" method=post name="formD" onSubmit="return validate_disc(this);">
<table class=voting border="0">
<tr>
<td>{$smarty.const.DISCUSSION_NICKNAME}:</td>
<td><input type=text name=nick></td>
</tr>
<tr>
<td align=right>{$smarty.const.DISCUSSION_SUBJECT}:</td>
<td><input type=text name=topic></td>
</tr>
<tr>
<td align=right valign=top>{$smarty.const.DISCUSSION_BODY}:</td>
<td>
<textarea name=body cols=40 rows=10>
</textarea>
</td>
</tr>
<tr>
<td> </td>
<td>
<input type=submit class="bbcodes" value="{$smarty.const.POST_BUTTON}">
<input type=hidden name=add_topic value=yes>
<input type=hidden name=productID value={$productID}>
<input type=hidden name=discuss value=yes>
<input type=reset class="bbcodes" value="{$smarty.const.RESET_BUTTON}">
</td>
</tr>
</table>
</form>{else}Зарегистрируйтесь для того что б обсуждать продукт{/if}
PS. Жалко только диплом назывался "Уголовная ответственность за незаконный оборот оружия в России" и к SS отношения не имеет...