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

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