sibtracker/templates/default/forum/search.tpl
2019-05-18 13:46:03 +08:00

39 lines
2.1 KiB
Smarty

<div style="margin-top:1px;">
<div class="borderwrap">
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" />&nbsp;Ïîèñê ïî ôîðóìó</div>
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
<tr>
<th style='text-align: left' colspan='2'><strong>Ïîèñê ïî êëþ÷åâûì ñëîâàì</strong></th>
</tr>
<tr>
<td class='row1' width="120" height="25">Ââåäèòå êëþ÷åâîå ñëîâî</td>
<td class='row1' width="340"><input type="text" name="search_text" maxlength="150" class="forum_input" /></td>
</tr>
[sec_code]
<tr>
<th style='text-align: left' colspan='2'><strong>Çàùèòíûé êîä</strong></th>
</tr>
<tr>
<td class='row1' width="120" height="25">Êîä:</td>
<td class='row1' width="340">{sec_code}</td>
</tr>
<tr>
<td class='row1' width="120" height="25">Ââåäèòå êîä:</td>
<td class='row1' width="340"><input type="text" name="sec_code" maxlength="150" style="width:115px" class="forum_input" /></td>
</tr>
[/sec_code]
<tr>
<th style='text-align: left' colspan='2'><strong>Èñêàòü</strong></th>
</tr>
<tr>
<td class='row1' width="120" height="25">Ôîðóìû:</td>
<td class='row1' width="340">{forum_select}</td>
</tr>
<tr>
<td class='row1' width="120" height="25">Èñêàòü â:</td>
<td class='row1' width="340"><input type="radio" name="search_in" class="radiobutton" value="posts" checked="checked">Â ñîîáùåíèÿõ<br /><input type="radio" name="search_in" class="radiobutton" value="titles" />Â çàãîëîâêàõ</td>
</tr>
<tr>
<td class='row1' style='text-align: center' colspan='2'><input name="submit" type="submit" class="button" value="Íàéòè" /></td>
</tr>
</table></div></div>