- Timestamp:
- 2007/01/22 11:13:04 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/newbb
- Files:
-
- 2 edited
-
response.php (modified) (1 diff)
-
templates/newbb_response.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/response.php
r1266 r1267 198 198 */ 199 199 200 201 $xoopsTpl->assign('lang_topic', _MD_TOPIC); 202 $xoopsTpl->assign('lang_response', _MD_RESPONSE); 203 $xoopsTpl->assign('lang_date', _MD_DATE); 204 205 200 206 $sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_time) as 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 DESC'; 201 207 if ( !$result = $xoopsDB->query($sql) ) { -
temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html
r1240 r1267 51 51 <table class="outer" cellspacing="1"> 52 52 <tr class="head" align="center"> 53 <td width="2%"> </td> 54 <td> <b><a href="<{$h_topic_link}>"><{$lang_topic}></a></b></td> 55 <td width="7%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_response}>"><{$lang_response}></a></b></td> 56 <td width="5%" align="center" nowrap="nowrap"><b><a href="<{$h_reply_link}>"><{$lang_replies}></a></b></td> 57 <td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_poster_link}>"><{$lang_poster}></a></b></td> 58 <td width="8%" align="center" nowrap="nowrap"><b><a href="<{$h_views_link}>"><{$lang_views}></a></b></td> 59 <td width="15%" align="center" nowrap="nowrap"><b><a href="<{$h_date_link}>"><{$lang_date}></a></b></td> 53 <td> <b><{$lang_topic}></b></td> 54 <td width="7%" align="center" nowrap="nowrap"><b><{$lang_response}></b></td> 55 <td width="15%" align="center" nowrap="nowrap"><b><{$lang_date}></b></td> 60 56 </tr> 61 57 <!-- start forum topic -->
Note: See TracChangeset
for help on using the changeset viewer.
