www.gusucode.com > citySHOP B2C商城系统 进销存 2.0.6码程序 > upload/data/templates/1_user_myasks.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><?=$re['message']?><br /><span class="cred">回复:<?=$re['reply']?></span></td>
            <td><a href="goods_<?=$re['gid']?>.html" target="_blank"><?=$re['subject']?></a></td>
            <td><?=$re['pubdate']?></td>
        </tr>
    <? } } ?></table>
<?=$multipage?>