Ignore:
Timestamp:
2006/12/12 11:43:23 (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

    r518 r767  
    1 <!-- ¥â¥¸¥å¡¼¥ë¤³¤³¤«¤é --> 
     1<!-- start module contents --> 
    22<table border="0" width="100%" cellpadding="5" align="center"> 
    33    <tr> 
    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> 
     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> 
    67    </tr> 
    78    <tr><td height="10"></td></tr> 
     
    910<table border="0" cellspacing="0" cellpadding="0"> 
    1011    <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> 
    1213        <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> 
    1415    </tr> 
    1516    <tr> 
     
    2324    </tr> 
    2425    <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> 
    2627        <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> 
    2829    </tr> 
    2930    <tr><td height="10"></td></tr> 
     
    3132<table border="0" width="100%" class="btnarea"> 
    3233    <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> 
    3435    </tr> 
    3536</table> 
     
    5152    <tr class="head" align="center"> 
    5253        <td width="2%">&nbsp;</td> 
     54        <td width="2%">&nbsp;</td> 
    5355        <td>&nbsp;<b><a href="<{$h_topic_link}>"><{$lang_topic}></a></b></td> 
    5456        <td width="7%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_response}>"><{$lang_response}></a></b></td> 
     
    6163    <{foreach item=topic from=$topics}> 
    6264    <tr class="<{cycle values="even,odd"}>"> 
     65        <td align="center"><img src="<{$topic.topic_folder}>" alt="/" /></td> 
    6366        <td align="center"><{$topic.topic_icon}></td> 
    6467        <td>&nbsp;[<{$topic.fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td> 
    6568        <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}> 
    6871    <{* 
    6972        <select name="response_<{$topic.topic_id}>" size="1"> 
     
    105108</table> 
    106109 
     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'}> 
    107117<br/> 
    108118<!-- end module contents --> 
Note: See TracChangeset for help on using the changeset viewer.