<{include file="header.html"}> <{if $action == 'list'}>

广告列表+添加新广告

<{foreach from=$advers item=ad}> <{foreachelse}> <{/foreach}>
ID 广告类型 广告名称 有效天数 广告状态 到期时间 前台调用代码 操作选项
<{$ad.adver_id}> <{$ad.adver_type}> <{$ad.adver_name}> <{$ad.adver_days}> <{$ad.adver_status}> <{$ad.adver_date}> <{'<{get_adcode('}><{$ad.adver_id}><{')}>'}> <{$ad.adver_operate}>
无任何网站广告!
<{$showpage}>
<{/if}> <{if $action == 'add' || $action == 'edit'}>

<{$pagetitle}>返回列表»

广告类型: onClick="$('#url').show(); $('#code').hide();" />  onClick="$('#url').hide(); $('#code').show();" />
广告名称:
广告地址: 例:http://www.example.com/
广告代码:
过期提示:
有效天数: 当有效天数为0时,表示广告长期有效
  <{if $action == 'edit' && $adver.adver_id}> <{/if}>  
<{/if}> <{include file="footer.html"}>