Changeset 769 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/12 11:46:52 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewforum.html
r767 r769 1 <!-- start module contents-->1 <!-- ¥â¥¸¥å¡¼¥ë¤³¤³¤«¤é --> 2 2 <table border="0" width="100%" cellpadding="5" align="center"> 3 3 <tr> 4 <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php"><{$forum_index_title}></a> > <b><{$forum_name}></b><br /> 5 (<{$lang_moderatedby}>:<{$forum_moderators}>)</td> 6 <td align="right"><{$forum_post_or_register}></td> 4 <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$arrCat.cat_id}>"><{$arrCat.cat_title}></a> > <b><{$forum_name}></b></td> 5 <td align="right"></td> 7 6 </tr> 8 7 <tr><td height="10"></td></tr> … … 10 9 <table border="0" cellspacing="0" cellpadding="0"> 11 10 <tr bgcolor="#2b8200"> 12 <td><img src=" http://xoops.ec-cube.net/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td>11 <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td> 13 12 <td style="width:100%;"></td> 14 <td align="left"><img src=" http://xoops.ec-cube.net/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></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> 15 14 </tr> 16 15 <tr> … … 24 23 </tr> 25 24 <tr bgcolor="#2b8200"> 26 <td><img src=" http://xoops.ec-cube.net/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td>25 <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td> 27 26 <td></td> 28 <td align="left"><img src=" http://xoops.ec-cube.net/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></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> 29 28 </tr> 30 29 <tr><td height="10"></td></tr> … … 32 31 <table border="0" width="100%" class="btnarea"> 33 32 <tr> 34 <td align="center"><a href=" #"><img src="/themes/default/img/main/thread_btn.jpg" width="190" height="36" alt="¿·µ¬¥¹¥ì¥Ã¥É¤òÄɲ乤ë"></a></td>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> 35 34 </tr> 36 35 </table> … … 52 51 <tr class="head" align="center"> 53 52 <td width="2%"> </td> 54 <td width="2%"> </td>55 53 <td> <b><a href="<{$h_topic_link}>"><{$lang_topic}></a></b></td> 56 54 <td width="7%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_response}>"><{$lang_response}></a></b></td> … … 63 61 <{foreach item=topic from=$topics}> 64 62 <tr class="<{cycle values="even,odd"}>"> 65 <td align="center"><img src="<{$topic.topic_folder}>" alt="/" /></td>66 63 <td align="center"><{$topic.topic_icon}></td> 67 64 <td> [<{$topic.fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td> 68 65 <td align="center" valign="middle"> 69 <{ $arrResponse[$topic.topic_response]|default:' !Y!Y!Y' }>70 <{if $arrResponse[$topic.topic_response] != ""}> (<{$topic.topic_response_user|default:' \2\1\E'}>) <{/if}>66 <{ $arrResponse[$topic.topic_response]|default:'???' }> 67 <{if $arrResponse[$topic.topic_response] != ""}> (<{$topic.topic_response_user|default:'¥²¥¹¥È'}>) <{/if}> 71 68 <{* 72 69 <select name="response_<{$topic.topic_id}>" size="1"> … … 108 105 </table> 109 106 110 <table align="center" border="0" width="100%">111 <tr><td height="10"></td></tr>112 <tr>113 <td valign="top"><img src="<{$img_newposts}>" alt="/" /> = <{$lang_newposts}> (<img src="<{$img_hotnewposts}>" alt="/" /> = <{$lang_hotnewposts}>)<br /><img src="<{$img_folder}>" alt="/" /> = <{$lang_nonewposts}> (<img src="<{$img_hotfolder}>" alt="/" /> = <{$lang_hotnonewposts}>)<br /><img src="<{$img_locked}>" alt="/" /> = <{$lang_topiclocked}><br /><img src="<{$img_sticky}>" alt="/" /> = <{$lang_topicsticky}></td>114 </tr>115 </table>116 <{include file='db:system_notification_select.html'}>117 107 <br/> 118 108 <!-- end module contents -->
Note: See TracChangeset
for help on using the changeset viewer.
