{layout:simple}{class:Shop.supplier.product.Ask_Edit_window}
<%=Tag("商品名称")%>: <% if (GetProduct(model.Keyid).ImageSmall != "") { %> <%} %> <%=Lang(GetProduct(model.Keyid).Name)%>
<%=Tag("会员账号")%>: <%=model.User_UserName%> <%=Tag("状态")%>: <%=Shop.Bussiness.EX_Type.TypeName(model.Status, CurrentLanguage)%>
<%=Tag("语言")%>: <%=model.Language_Code%> <%=Tag("时间")%>: <%=FormatTime(model.Time_Add)%>
<%=Tag("内容")%>: <%=model.Content.Replace("\r\n", "
")%>
<%if (model.Parentid == 0) { %>
<%=Tag("内容")%>:
<%foreach (Shop.Model.Lebi_Comment modellist in models) {%> <%} %>
<%=modellist.Time_Add%>: <%=modellist.Content.Replace("\r\n", "
")%>
<%=Tag("删除") %>
<%} %>