Changeset 1044 for temp/test-xoops.ec-cube.net/html
- Timestamp:
- 2006/12/28 12:03:44 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
r1043 r1044 12 12 } 13 13 14 15 print '<table class="outer" cellspacing="1"> 16 <tr class="head" align="center"> 17 <td width="2%"> </td> 18 <td> <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 14 26 while ( $myrow = $xoopsDB->fetchArray($result) ) { 15 27 16 28 foreach($myrow as $key => $val){ 17 29 //$val = mb_convert_encoding($val, "euc-jp"); … … 23 35 } 24 36 print("<BR>"); 25 /*26 $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp");27 print($myrow);28 print("<BR>");29 */30 37 } 31 38 39 print "</table>"; 32 40 33 41 ?>
Note: See TracChangeset
for help on using the changeset viewer.
