<%if (type == 0){ %>
<%foreach (Shop.Model.Lebi_Comment c in comments)
{%>
<% if (GetProduct(c.Keyid).ImageOriginal == ""){ %> <%}else{ %>" target="_blank"> <%} %> |
" target="_blank"><%=Lang(GetProduct(c.Keyid).Name)%> |
<%=TypeName(c.Status) %> |
<%=FormatTime(c.Time_Add) %> |
|
{tag:内容}:<%=c.Content.Replace("\r\n", " ")%>
<%
string[] images = c.ImagesSmall.Split('@');
string[] bigs = c.Images.Split('@');
for (int i = 0; i < images.Count();i++)
{
if (images[i] == "")
continue;
%>
-
<%} %>
|
<%
List cr = Shop.Bussiness.B_Lebi_Comment.GetList("Parentid = "+ c.id +"", "id desc");
foreach (Shop.Model.Lebi_Comment creply in cr)
{
%>
| {tag:客服回复}:<%=creply.Content%><%=creply.Time_Add%> |
<%} %>
<%} %>
<%}else{ %>
<%} %>