Ignore:
Timestamp:
2006/12/12 11:46:52 (20 years ago)
Author:
nagano
Message:
 
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<!-- ¥â¥¸¥å¡¼¥ë¤³¤³¤«¤é --> 
    22<table border="0" width="100%" cellpadding="5" align="center"> 
    33    <tr> 
    4         <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php"><{$forum_index_title}></a>&nbsp;>&nbsp;<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>&nbsp;>&nbsp;<b><{$forum_name}></b></td> 
     5        <td align="right"></td> 
    76    </tr> 
    87    <tr><td height="10"></td></tr> 
     
    109<table border="0" cellspacing="0" cellpadding="0"> 
    1110    <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> 
    1312        <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> 
    1514    </tr> 
    1615    <tr> 
     
    2423    </tr> 
    2524    <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> 
    2726        <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> 
    2928    </tr> 
    3029    <tr><td height="10"></td></tr> 
     
    3231<table border="0" width="100%" class="btnarea"> 
    3332    <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> 
    3534    </tr> 
    3635</table> 
     
    5251    <tr class="head" align="center"> 
    5352        <td width="2%">&nbsp;</td> 
    54         <td width="2%">&nbsp;</td> 
    5553        <td>&nbsp;<b><a href="<{$h_topic_link}>"><{$lang_topic}></a></b></td> 
    5654        <td width="7%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_response}>"><{$lang_response}></a></b></td> 
     
    6361    <{foreach item=topic from=$topics}> 
    6462    <tr class="<{cycle values="even,odd"}>"> 
    65         <td align="center"><img src="<{$topic.topic_folder}>" alt="/" /></td> 
    6663        <td align="center"><{$topic.topic_icon}></td> 
    6764        <td>&nbsp;[<{$topic.fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td> 
    6865        <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}> 
    7168    <{* 
    7269        <select name="response_<{$topic.topic_id}>" size="1"> 
     
    108105</table> 
    109106 
    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'}> 
    117107<br/> 
    118108<!-- end module contents --> 
Note: See TracChangeset for help on using the changeset viewer.