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

Revision 491, 4.2 KB checked in by uehara, 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;<a href='<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>'><{$forum_name}></a>&nbsp;>&nbsp;<b><{$topic_title}></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
37<br />
38
39<!-- start topic thread -->
40<table cellpadding="4" width="100%">
41  <tr>
42    <td align="left"><a id="threadtop"></a><a href="viewtopic.php?viewmode=thread&amp;order=<{$order_current}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>"><{$lang_threaded}></a> | <a href="viewtopic.php?viewmode=flat&amp;order=<{$order_other}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>"><{$lang_order_other}></a></td>
43    <td align="right"><a href="viewtopic.php?viewmode=flat&amp;order=<{$order_current}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>&amp;move=prev&amp;topic_time=<{$topic_time}>"><{$lang_prevtopic}></a> | <a href="viewtopic.php?viewmode=flat&amp;order=<{$order_current}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>&amp;move=next&amp;topic_time=<{$topic_time}>"><{$lang_nexttopic}></a> | <a href="#threadbottom"><{$lang_bottom}></a></td>
44  </tr>
45</table>
46<table cellspacing="1" class="outer">
47  <tr align='left'>
48    <th width='20%'><{$lang_poster}></th>
49    <th><{$lang_thread}></th>
50  </tr>
51  <{foreach item=topic_post from=$topic_posts}>
52  <{include file="db:newbb_thread.html" topic_post=$topic_post}>
53  <{/foreach}>
54  <tr class="foot" align="left">
55    <td colspan="2" align="center"><{$forum_page_nav}> </td>
56  </tr>
57</table>
58<table cellpadding="4" width="100%">
59  <tr>
60    <td align="left"><a id="threadbottom"></a><a href="viewtopic.php?viewmode=thread&amp;order=<{$order_current}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>"><{$lang_threaded}></a> | <a href="viewtopic.php?viewmode=flat&amp;order=<{$order_other}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>"><{$lang_order_other}></a></td>
61    <td align="right"><a href="viewtopic.php?viewmode=flat&amp;order=<{$order_current}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>&amp;move=prev&amp;topic_time=<{$topic_time}>"><{$lang_prevtopic}></a> | <a href="viewtopic.php?viewmode=flat&amp;order=<{$order_current}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>&amp;move=next&amp;topic_time=<{$topic_time}>"><{$lang_nexttopic}></a> | <a href="#threadtop"><{$lang_top}></a></td>
62  </tr>
63</table>
64<!-- end topic thread -->
65
66<br />
67
68<table cellspacing="0" class="outer" width="100%">
69  <tr class='foot'>
70    <td align='left'> <{$forum_post_or_register}></td>
71    <td align='right'><{$forum_jumpbox}> </td>
72  </tr>
73  <tr class='foot' valign="bottom">
74    <{if $viewer_is_admin == true}>
75    <td colspan='2' align='center'>&nbsp;<{$topic_lock_image}>&nbsp;<{$topic_move_image}>&nbsp;<{$topic_delete_image}>&nbsp;<{$topic_sticky_image}>&nbsp;</td>
76    <{else}>
77    <td colspan='2'>&nbsp;</td>
78    <{/if}>
79  </tr>
80</table>
81<{include file='db:system_notification_select.html'}>
82<!-- end module contents -->
Note: See TracBrowser for help on using the repository browser.