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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div class="box">
<div class="box_1">
<h3><span>{$lang.message_board}</span></h3>
<div class="boxCenterList">
<!--{foreach name=message_lists from=$msg_lists key=key item=msg}-->
<div class="f_l" style="width:100%; position:relative;">
[<b>{$msg.msg_type}</b>] {$msg.user_name}<!-- {if $msg.user_name eq ''} -->{$lang.anonymous}<!-- {/if} -->: <!-- {if $msg.id_value gt 0} -->{$lang.feed_user_comment}<b><a class="f3" href="{$msg.goods_url}" target="_blank" title="{$msg.goods_name}">{$msg.goods_name}</a></b><!-- {/if} --><font class="f4">{$msg.msg_title}</font> ({$msg.msg_time})<!-- {if $msg.comment_rank gt 0} --><img style="position:absolute; right:0px;" src="../images/stars{$msg.comment_rank}.gif" alt="{$msg.comment_rank}" /><!-- {/if} -->
</div>
<div class="msgBottomBorder word">
{$msg.msg_content}<br>
<!-- {if $msg.re_content} -->
<font class="f2">{$lang.shopman_reply}</font><br />
{$msg.re_content}
<!-- {/if} -->
</div>
<!--{/foreach}-->
</div>
</div>
</div>
<div class="blank5"></div>