Делаю стиль под КПК. Только что обнаружил, что когда установлен этот стиль не работает jumpbox если я захожу на форум с настольного компьютера, а на КПК всё работает нормально. Помогите пожалуйста выявить ошибку.
viewforum_body.tpl:
Код: Выделить всё
<form method="post" action="{S_POST_DAYS_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center" bgcolor="#ebf1f3">
<tr>
<td align="center" valign="bottom"><a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br></td>
</tr>
<tr>
<td valign="bottom"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a><br><span class="gensmall"><b>{PAGINATION}</b></span></td>
</tr>
</table>
<table border="0" cellpadding="2" cellspacing="2" width="100%" class="forumline">
<tr>
<td height="1" colspan="2"><hr color="#859da8" size="1"></td>
</tr>
<!-- BEGIN topicrow -->
<tr>
<td width="19"><a href="{topicrow.U_VIEW_TOPIC}"><img src="{topicrow.TOPIC_FOLDER_IMG}" border="0" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" width="19" height="19"></a></td>
<td width="100%"><span class="topictitle">{topicrow.TOPIC_TYPE} <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span> <span class="ar">»»</span><span class="gensmall"> {topicrow.GOTO_PAGE}</span><br>
<span class="genmed">{L_REPLIES}: <b>{topicrow.REPLIES}</b>;
{L_AUTHOR}: <b>{topicrow.TOPIC_AUTHOR}</b>;
{L_LASTPOST}: {topicrow.LAST_POST_TIME}, {topicrow.LAST_POST_AUTHOR};</span></td>
</tr>
<tr>
<td width="100%" height="10" colspan="2"></td>
</tr>
<tr>
<td height="1" colspan="2"><hr color="#859da8" size="1"></td>
</tr>
<!-- END topicrow -->
<!-- BEGIN switch_no_topics -->
<tr>
<td align="center" valign="middle" colspan="2"><span class="gen"><br><a href="{U_POST_NEW_TOPIC}">{L_NO_TOPICS}</a><br><br></span></td>
</tr>
<!-- END switch_no_topics -->
<tr>
<td height="1" colspan="2"><hr color="#859da8" size="1"></td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center" bgcolor="#ebf1f3">
<tr>
<td valign="top"><span class="gensmall"><b>{PAGINATION}</b></span><br><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a><br><br></td>
</tr>
<tr>
<td align="right">{JUMPBOX}<br></td>
</tr>
<tr>
<td><span class="gensmall">{S_AUTH_LIST}</span><br><br></td>
</tr>
</table>
</form>
</table>
jumpbox.tpl:
Код: Выделить всё
<form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" class="liteoption" /></span></td>
</tr>
</table></form>
Спасибо!