- Timestamp:
- 2006/12/28 12:06:08 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
r1044 r1045 11 11 exit(); 12 12 } 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 13 26 14 while ( $myrow = $xoopsDB->fetchArray($result) ) { … … 37 25 } 38 26 39 print "</table>";40 41 27 ?>
Note: See TracChangeset
for help on using the changeset viewer.
