www.gusucode.com > citySHOP B2C商城系统 进销存 2.0.6码程序 > upload/data/templates/1_user_myreplys.tpl.php

    <? if(!defined('IN_APP')) exit('Access Denied'); ?>
<table>
<tr class="uhead">
    	<th colspan="5">我的评价</th>
    </tr>
    <tr>
    	<th>标题/内容</th>
        <th>商品</th>
        <th>发表时间</th>
    </tr>
    <? if(is_array($replys)) { foreach($replys as $re) { ?>    	<tr>
            <td><b><?=$re['title']?></b><br /><?=$re['message']?></td>
            <td><a href="goods_<?=$re['gid']?>.html" target="_blank"><?=$re['subject']?></a></td>
            <td><?=$re['pubdate']?></td>
        </tr>
    <? } } ?></table>
<?=$multipage?>