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