source: temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewforum.html @ 769

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