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

Revision 1276, 2.6 KB checked in by kakinaka, 20 years ago (diff)
Line 
1<!-- ¥â¥¸¥å¡¼¥ë¤³¤³¤«¤é -->
2<div style="padding: 15px 0;">
3<table border="0" cellspacing="0" cellpadding="0">
4    <tr bgcolor="#2b8200">
5        <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td>
6        <td style="width:100%;"></td>
7        <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></td>
8    </tr>
9    <tr>
10        <td bgcolor="#2b8200" colspan="3">
11        <table border="0" cellspacing="0" cellpadding="0">
12            <tr>
13                <td class="blockIcon"><div class="blockTitle"><{$forum_name}></div></td>
14            </tr>
15        </table>
16        </td>
17    </tr>
18    <tr bgcolor="#2b8200">
19        <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td>
20        <td></td>
21        <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></td>
22    </tr>
23    <tr><td height="10"></td></tr>
24</table>
25
26<!-- start forum main table -->
27<form action="viewforum.php" method="get">
28<input type="hidden" name="mode" value="">
29<input type="hidden" name="topic_id" value="">
30<input type="hidden" name="start" value="<{$smarty.get.start}>">
31
32<table class="outer" cellspacing="1">
33    <tr class="head" align="center" >
34        <td>&nbsp;<b><font color="white"><{$lang_topic}></font></b></td>
35        <td width="7%" align="center" nowrap="nowrap"><b><font color="white"><{$lang_response}></font></b></td>
36        <td width="15%" align="center" nowrap="nowrap"><b><font color="white"><{$lang_date}></font></b></td>
37    </tr>
38  <!-- start forum topic -->
39    <{foreach item=topic from=$topics}>
40    <tr class="<{cycle values="even,odd"}>">
41        <td>&nbsp;[<{$topic.fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td>
42        <td align="center" valign="middle">
43        <{ $arrResponse[$topic.topic_response]|default:'???' }>
44        <{if $arrResponse[$topic.topic_response] != ""}><br> (<{$topic.topic_response_user|default:'¥²¥¹¥È'}>) <{/if}>
45        </td>
46        <td align="right" valign="middle"><{$topic.topic_time}></td>
47    </tr>
48    <{/foreach}>
49    <!-- end forum topic -->
50</table>
51</form>
52<!-- end forum main table -->
53
54<table align="center" border="0" width="100%">
55    <tr><td height="10"></td></tr>
56    <tr>
57        <td align="center"><{$forum_pagenav}></td>
58    </tr>
59    <tr><td height="10"></td></tr>
60</table>
61
62<table align="center" border="0" width="100%" class="btnarea">
63    <tr>
64        <td align="center"><{$forum_jumpbox}></td>
65    </tr>
66</table>
67
68<br/>
69<!-- end module contents -->
70</div>
Note: See TracBrowser for help on using the repository browser.