Ignore:
Timestamp:
2006/12/28 12:03:44 (19 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php

    r1043 r1044  
    1212} 
    1313 
     14 
     15print '<table class="outer" cellspacing="1"> 
     16    <tr class="head" align="center"> 
     17        <td width="2%">&nbsp;</td> 
     18        <td>&nbsp;<b><a href="<{$h_topic_link}>"><{$lang_topic}></a></b></td> 
     19        <td width="7%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_response}>"><{$lang_response}></a></b></td> 
     20        <td width="5%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_link}>"><{$lang_replies}></a></b></td> 
     21        <td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_poster_link}>"><{$lang_poster}></a></b></td> 
     22        <td width="8%" align="center" nowrap="nowrap"><b><a href="<{$h_views_link}>"><{$lang_views}></a></b></td> 
     23        <td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_date_link}>"><{$lang_date}></a></b></td> 
     24    </tr>'; 
     25 
    1426while ( $myrow = $xoopsDB->fetchArray($result) ) { 
    15      
     27 
    1628    foreach($myrow as $key => $val){ 
    1729        //$val = mb_convert_encoding($val, "euc-jp"); 
     
    2335    } 
    2436    print("<BR>"); 
    25 /* 
    26     $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp"); 
    27     print($myrow); 
    28     print("<BR>"); 
    29 */ 
    3037} 
    3138 
     39print "</table>"; 
    3240 
    3341?> 
Note: See TracChangeset for help on using the changeset viewer.