⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 t_ad_custom.ftl

📁 学生选课系统 赶快来下载啊啊好东西 呵呵啊啊 啊啊啊啊啊
💻 FTL
字号:
<#assign styleType = itemParaMap.style_type >
<#assign styleWidth = itemParaMap.style_width >
<#assign styleHeight = itemParaMap.style_height >

<div id="${divID}" class="T_AD_CUSTOM ${styleType} pageItemOrder" style="width:${styleWidth}px;height:${styleHeight}px;<#if isShow?? && isShow><#else>display:none;</#if>">
  <#if isManage>
    <#assign h2TitleHref = ""/>
    <#assign h2Title = h2Title + "_" + styleWidth + "x" + styleHeight/>
    <#include "h2_inc.ftl"/>
  </#if>
  <div class="innerContent">
    <#assign adContent =  _AdsUtil.getAds(divID,_tplStyle)>
    <#if adContent != "">
    <div style="text-align:center;">
    ${adContent}
    </div>
    </#if><#comment> end ads</#comment>
    <div class="clean"></div>
  </div>
</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -