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