| 广告名称 |
{form('adsname',{self ads[adsname]},'input','','class=\'skey\'')}
不会再页面中显示,只是调用标记,如“上部广告_1”;
|
| 广告类型 |
{form('adstype',{self ads[adstype]},'radio','[<1><图片>][<2>]')}
广告有两种类型 1:图片 2:Flash
|
| 广告图片/FLASH地址 |
{self ads[adspic]}
|
| 广告大小 |
宽:{form('width',{self ads[width]},'input','','class=\'skey\' style=\'width:50px;\'')} 高:{form('height',{self ads[height]},'input','','class=\'skey\' style=\'width:50px;\'')}
|
| 广告链接地址 |
{form('adslink',{self ads[adslink]},'input','','class=\'skey\'')}
|