Changeset 1267 for temp


Ignore:
Timestamp:
2007/01/22 11:13:04 (19 years ago)
Author:
kakinaka
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/newbb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/response.php

    r1266 r1267  
    198198*/ 
    199199 
     200 
     201$xoopsTpl->assign('lang_topic', _MD_TOPIC); 
     202$xoopsTpl->assign('lang_response', _MD_RESPONSE); 
     203$xoopsTpl->assign('lang_date', _MD_DATE); 
     204 
     205 
    200206$sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_time) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id DESC'; 
    201207if ( !$result = $xoopsDB->query($sql) ) { 
  • temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html

    r1240 r1267  
    5151<table class="outer" cellspacing="1"> 
    5252    <tr class="head" align="center"> 
    53         <td width="2%">&nbsp;</td> 
    54         <td>&nbsp;<b><a href="<{$h_topic_link}>"><{$lang_topic}></a></b></td> 
    55         <td width="7%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_response}>"><{$lang_response}></a></b></td> 
    56         <td width="5%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_link}>"><{$lang_replies}></a></b></td> 
    57         <td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_poster_link}>"><{$lang_poster}></a></b></td> 
    58         <td width="8%" align="center" nowrap="nowrap"><b><a href="<{$h_views_link}>"><{$lang_views}></a></b></td> 
    59         <td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_date_link}>"><{$lang_date}></a></b></td> 
     53        <td>&nbsp;<b><{$lang_topic}></b></td> 
     54        <td width="7%" align="center" nowrap="nowrap"><b><{$lang_response}></b></td> 
     55        <td width="15%" align="center" nowrap="nowrap"><b><{$lang_date}></b></td> 
    6056    </tr> 
    6157  <!-- start forum topic --> 
Note: See TracChangeset for help on using the changeset viewer.