You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE wml PUBLIC '-//WAPFORUM//DTD WML 1.1//EN' 'http://www.wapforum.org/DTD/wml_1.1.xml'>
|
|
|
|
|
<wml>
|
|
|
|
|
<head><meta http-equiv='Cache-Control' content='max-age=0'/></head>
|
|
|
|
|
<card id='ecshop' title='ECShop_WAP'>
|
|
|
|
|
<p align='left'>
|
|
|
|
|
{$goods_info.goods_name}<br/>
|
|
|
|
|
--------------<br/>
|
|
|
|
|
{foreach from=$comment_data item=comment}
|
|
|
|
|
评论:{$comment.i}.{$comment.content}<br/>
|
|
|
|
|
发布人:{$comment.username} {$comment.add_time}<br/>
|
|
|
|
|
{if $comment.re_username}
|
|
|
|
|
=关于此评论的回复=<br/>
|
|
|
|
|
{$comment.re_content}<br/>
|
|
|
|
|
回复人:{$comment.re_username} {$comment.re_add_time}<br/>
|
|
|
|
|
{/if}
|
|
|
|
|
{foreachelse}
|
|
|
|
|
暂无此商品评论<br/>
|
|
|
|
|
{/foreach}
|
|
|
|
|
{if $pagebar}
|
|
|
|
|
{$pagebar}<br/>
|
|
|
|
|
{/if}
|
|
|
|
|
--------------<br/>
|
|
|
|
|
<anchor title='back'>回上一页<prev/></anchor><br/>
|
|
|
|
|
<a href='goods.php?id={$goods_id}'>回商品详细</a><br/>
|
|
|
|
|
<a href='index.php'>返回首页</a>
|
|
|
|
|
{$footer}
|
|
|
|
|
</p>
|
|
|
|
|
</card>
|
|
|
|
|
</wml>
|