Changeset 1045 for temp


Ignore:
Timestamp:
2006/12/28 12:06:08 (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

    r1044 r1045  
    1111    exit(); 
    1212} 
    13  
    14  
    15 print '<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>'; 
    2513 
    2614while ( $myrow = $xoopsDB->fetchArray($result) ) { 
     
    3725} 
    3826 
    39 print "</table>"; 
    40  
    4127?> 
Note: See TracChangeset for help on using the changeset viewer.