Changeset 1203 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2007/01/21 17:59:30 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net
- Files:
-
- 2 edited
-
data/Smarty/templates/list.tpl (modified) (1 diff)
-
html/test/kakinaka/list.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/data/Smarty/templates/list.tpl
r1163 r1203 21 21 22 22 <tr align="center" bgcolor="#aaaaff"> 23 <td><strong>¥·¥ç¥Ã¥×̾</strong></td> 24 <td><strong>¥µ¥¤¥ÈURL</strong></td> 25 <td><strong>¥Ð¡¼¥¸¥ç¥ó</strong></td> 23 <td><strong>Âбþ¾õ¶·</strong></td> 24 <td><strong>¥¹¥ì¥Ã¥É</strong></td> 26 25 <td><strong>ÅÐÏ¿Æü»þ</strong></td> 27 26 </tr> 28 27 <!--{foreach key=key item=item from=$arrList}--> 29 28 <tr bgcolor="#ffffff"> 30 <td><a href="<!--{$item.site_url}-->"><!--{$item.shop_name|escape}--></a></td> 31 <td><a href="<!--{$item.site_url}-->"><!--{$item.site_url}--></a></td> 32 <td align="center"><!--{$item.cube_ver}--></td> 33 <td><!--{$item.create_date}--></td> 29 <td><!--{$arrResponse[$item.topic_response]}--></td> 30 <td><!--{$item.topic_title}--></td> 31 <td><!--{$item.topic_time}--></td> 34 32 </tr> 35 33 <!--{/foreach}--> -
temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php
r1199 r1203 2 2 3 3 require_once("../../require.php"); 4 require_once("../../module/nowbb/config.php"); 4 5 5 6 //---- ¥Ú¡¼¥¸É½¼¨ÍÑ¥¯¥é¥¹ … … 16 17 $sql = 'SELECT topic_id, topic_title, topic_response, topic_time FROM xoops_bb_topics ORDER BY topic_response, topic_id'; 17 18 18 $arrRet = $objQuery->getAll($sql); 19 $arrList = $objQuery->getAll($sql); 20 $objPage->arrList = $arrList; 21 $objPage->arrResponse = $arrResponse; 19 22 20 sfprintr($arrRet); 21 22 $objView->display($objPage->tpl_mainpage) 23 $objView->assignobj($arrList); 24 $objView->display($objPage->tpl_mainpage); 23 25 24 26 ?>
Note: See TracChangeset
for help on using the changeset viewer.
