Changeset 1216


Ignore:
Timestamp:
2007/01/21 18:16:15 (17 years ago)
Author:
kakinaka
Message:
 
Location:
temp/test-xoops.ec-cube.net
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/data/Smarty/templates/list.tpl

    r1203 r1216  
    2222            <tr align="center" bgcolor="#aaaaff"> 
    2323                <td><strong>Âбþ¾õ¶·</strong></td> 
     24                <td><strong>¹¹¿·¼Ô</strong></td> 
    2425                <td><strong>¥¹¥ì¥Ã¥É</strong></td> 
    2526                <td><strong>ÅÐÏ¿Æü»þ</strong></td> 
     
    2829            <tr bgcolor="#ffffff"> 
    2930                <td><!--{$arrResponse[$item.topic_response]}--></td> 
     31                <td><!--{$item.uname}--></td> 
    3032                <td><!--{$item.topic_title}--></td> 
    3133                <td><!--{$item.topic_time}--></td> 
  • temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php

    r1206 r1216  
    1414$objQuery = new SC_Query(); 
    1515 
    16  
    17 $sql = 'SELECT topic_id, topic_title, topic_response, topic_time FROM xoops_bb_topics ORDER BY topic_response, topic_id'; 
     16$sql = 'SELECT topic_id, topic_title, topic_response, 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'; 
    1817 
    1918$arrList = $objQuery->getAll($sql); 
Note: See TracChangeset for help on using the changeset viewer.