| 1 | <!-- ¥â¥¸¥å¡¼¥ë¤³¤³¤«¤é -->
|
|---|
| 2 | <div style="padding: 15px 0;">
|
|---|
| 3 | <table border="0" width="100%" cellpadding="5" align="center">
|
|---|
| 4 | <tr>
|
|---|
| 5 | <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$arrCat.cat_id}>"><{$arrCat.cat_title}></a> > <b><{$forum_name}></b></td>
|
|---|
| 6 | <td align="right"></td>
|
|---|
| 7 | </tr>
|
|---|
| 8 | <tr><td height="10"></td></tr>
|
|---|
| 9 | </table>
|
|---|
| 10 | <table border="0" cellspacing="0" cellpadding="0">
|
|---|
| 11 | <tr bgcolor="#2b8200">
|
|---|
| 12 | <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td>
|
|---|
| 13 | <td style="width:100%;"></td>
|
|---|
| 14 | <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></td>
|
|---|
| 15 | </tr>
|
|---|
| 16 | <tr>
|
|---|
| 17 | <td bgcolor="#2b8200" colspan="3">
|
|---|
| 18 | <table border="0" cellspacing="0" cellpadding="0">
|
|---|
| 19 | <tr>
|
|---|
| 20 | <td class="blockIcon"><div class="blockTitle"><{$forum_name}></div></td>
|
|---|
| 21 | </tr>
|
|---|
| 22 | </table>
|
|---|
| 23 | </td>
|
|---|
| 24 | </tr>
|
|---|
| 25 | <tr bgcolor="#2b8200">
|
|---|
| 26 | <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td>
|
|---|
| 27 | <td></td>
|
|---|
| 28 | <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></td>
|
|---|
| 29 | </tr>
|
|---|
| 30 | <tr><td height="10"></td></tr>
|
|---|
| 31 | </table>
|
|---|
| 32 | <table border="0" width="100%" class="btnarea">
|
|---|
| 33 | <tr>
|
|---|
| 34 | <td align="center"><a href="<{$forum_post_or_register}>"><img src="/themes/default/img/main/thread_btn.jpg" width="190" height="36" alt="¿·µ¬¥¹¥ì¥Ã¥É¤òÄɲ乤ë"></a></td>
|
|---|
| 35 | </tr>
|
|---|
| 36 | </table>
|
|---|
| 37 | <table align="center" border="0" width="100%">
|
|---|
| 38 | <tr><td height="10"></td></tr>
|
|---|
| 39 | <tr>
|
|---|
| 40 | <td align="center"><{$forum_pagenav}></td>
|
|---|
| 41 | </tr>
|
|---|
| 42 | <tr><td height="10"></td></tr>
|
|---|
| 43 | </table>
|
|---|
| 44 |
|
|---|
| 45 | <!-- start forum main table -->
|
|---|
| 46 | <form action="viewforum.php" method="get">
|
|---|
| 47 | <input type="hidden" name="mode" value="">
|
|---|
| 48 | <input type="hidden" name="topic_id" value="">
|
|---|
| 49 | <input type="hidden" name="start" value="<{$smarty.get.start}>">
|
|---|
| 50 |
|
|---|
| 51 | <table class="outer" cellspacing="1">
|
|---|
| 52 | <tr class="head" align="center">
|
|---|
| 53 | <td width="2%"> </td>
|
|---|
| 54 | <td> <b><a href="<{$h_topic_link}>"><{$lang_topic}></a></b></td>
|
|---|
| 55 | <td width="7%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_response}>"><{$lang_response}></a></b></td>
|
|---|
| 56 | <td width="5%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_link}>"><{$lang_replies}></a></b></td>
|
|---|
| 57 | <td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_poster_link}>"><{$lang_poster}></a></b></td>
|
|---|
| 58 | <td width="8%" align="center" nowrap="nowrap"><b><a href="<{$h_views_link}>"><{$lang_views}></a></b></td>
|
|---|
| 59 | <td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_date_link}>"><{$lang_date}></a></b></td>
|
|---|
| 60 | </tr>
|
|---|
| 61 | <!-- start forum topic -->
|
|---|
| 62 | <{foreach item=topic from=$topics}>
|
|---|
| 63 | <tr class="<{cycle values="even,odd"}>">
|
|---|
| 64 | <td align="center"><{$topic.topic_icon}></td>
|
|---|
| 65 | <td> [<{$topic.fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td>
|
|---|
| 66 | <td align="center" valign="middle">
|
|---|
| 67 | <{ $arrResponse[$topic.topic_response]|default:'???' }>
|
|---|
| 68 | <{if $arrResponse[$topic.topic_response] != ""}> (<{$topic.topic_response_user|default:'¥²¥¹¥È'}>) <{/if}>
|
|---|
| 69 | <{*
|
|---|
| 70 | <select name="response_<{$topic.topic_id}>" size="1">
|
|---|
| 71 | <{ foreach from=$arrResponse key=key item=item }>
|
|---|
| 72 | <option value="<{$key}>" <{if $topic.topic_response == $key}>selected="selected"<{/if}>><{$item}></option>
|
|---|
| 73 | <{ /foreach }>
|
|---|
| 74 | <input type="submit" value="11?¡¦" onClick="mode.value='response'; topic_id.value=<{$topic.topic_id}>;">
|
|---|
| 75 | </select><br/>
|
|---|
| 76 |
|
|---|
| 77 | *}>
|
|---|
| 78 |
|
|---|
| 79 | </td>
|
|---|
| 80 | <td align="center" valign="middle"><{$topic.topic_replies}></td>
|
|---|
| 81 | <td align="center" valign="middle"><{$topic.topic_poster}></td>
|
|---|
| 82 | <td align="center" valign="middle"><{$topic.topic_views}></td>
|
|---|
| 83 | <td align="right" valign="middle"><{$topic.topic_last_posttime}><br /><{$lang_by}> <{$topic.topic_last_poster}></td>
|
|---|
| 84 | </tr>
|
|---|
| 85 | <{/foreach}>
|
|---|
| 86 | <!-- end forum topic -->
|
|---|
| 87 | <tr class="foot">
|
|---|
| 88 | <td colspan="8" align="center"><b><{$lang_sortby}></b> <{$forum_selection_sort}> <{$forum_selection_order}> <{$forum_selection_since}> <input type="hidden" name="forum" value="<{$forum_id}>" /><input type="submit" name="refresh" value="<{$lang_go}>" /></td>
|
|---|
| 89 | </tr>
|
|---|
| 90 | </table>
|
|---|
| 91 | </form>
|
|---|
| 92 | <!-- end forum main table -->
|
|---|
| 93 |
|
|---|
| 94 | <table align="center" border="0" width="100%">
|
|---|
| 95 | <tr><td height="10"></td></tr>
|
|---|
| 96 | <tr>
|
|---|
| 97 | <td align="center"><{$forum_pagenav}></td>
|
|---|
| 98 | </tr>
|
|---|
| 99 | <tr><td height="10"></td></tr>
|
|---|
| 100 | </table>
|
|---|
| 101 |
|
|---|
| 102 | <table align="center" border="0" width="100%" class="btnarea">
|
|---|
| 103 | <tr>
|
|---|
| 104 | <td align="center"><{$forum_jumpbox}></td>
|
|---|
| 105 | </tr>
|
|---|
| 106 | </table>
|
|---|
| 107 |
|
|---|
| 108 | <br/>
|
|---|
| 109 | <!-- end module contents -->
|
|---|
| 110 | </div>
|
|---|