{include file="public/header" /}
{include file="public/tophead" /} {include file="public/top" /}
{include file="public/topsection"}
{volist name="data" id="v"} {/volist}
id 广告名称 调用代码 管理
{$v.id} {$v.title}
{php}
                                    $a='<:_ad('.$v['id'].')>';
                                    $a=str_replace("<","{",$a);
                                    $a=str_replace(">","}",$a);
                                    echo $a;
                                    {/php}
{include file="public/footer" /} {load href="__PLUGINS__bootstrap/bootstrap-table.min.css"} {load href="__PLUGINS__bootstrap/bootstrap-table.min.js"}