<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%>
模板列表
<%set int index=0%> <%foreach(var model in model_list)%> <%set index=index+1%> <%/foreach%> <%if(model_list.Count==0)%> <%/if%>
序号 活动区 模板名称 店铺名 宝贝地址 价格 时间 操作
<%=(System.Math.Abs(page-1) * pageSize + index)%> "><%=GetCategoryTitle(model.category_id)%> {model.template_name} {model.shop_name} {model.price} 元 {model.add_date} ">发布   ">删除
暂无记录...
{pagelist}
<%template src="_footer.html"%>