$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=advert")
卖家中心
>
我的广告
广告列表
我的广告
广告标题
广告类型
开始时间
结束时间
广告状态
点击数
操作
#foreach($obj in $objs)
$!obj.ad_title
#if($!obj.ad_ap.ap_type=="img") #set($type="图片") #end #if($!obj.ad_ap.ap_type=="scroll") #set($type="滚动") #end #if($!obj.ad_ap.ap_type=="slide") #set($type="幻灯") #end #if($!obj.ad_ap.ap_type=="wapslide") #set($type="wap幻灯") #end #if($!obj.ad_ap.ap_type=="indexslide") #set($type="首页幻灯") #end #if($!obj.ad_ap.ap_type=="text") #set($type="文字") #end
$!type
$!obj.ad_begin_time
$!obj.ad_end_time
#if($!obj.ad_status==0) #set($ad_status="待审核") #end #if($!obj.ad_status==1) #set($ad_status="审核通过") #end #if($!obj.ad_status==-1) #set($ad_status="审核失败") #end
$!ad_status
#if($!obj.ap_show_type==0) #set($ap_show_type="固定广告") #end #if($!obj.ap_show_type==1) #set($ap_show_type="随机广告") #end
$!obj.ad_click_num
编辑
延时
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")