幫助中心 > CmsEasy 模板制作 > 模板制作 > 通用頁底模板

通用頁底模板

引用十個(gè)熱門關(guān)鍵詞

    {gethotsearch(10)}


在線客服引用

    {template 'system/servers.html'}


手機(jī)訪問狀態(tài)下在線客服引用

    {if config::get('wap_foot_nav')=='1'}
    {template 'system/foot_nav_b.html'}
    {elseif config::get('wap_foot_nav')=='2'}
    {template 'system/foot_nav_c.html'}
    {else}
    {template 'system/foot_nav_a.html'}
    {/if}


短信留言提示框引用

    {template 'system/sms.html'}


引用十個(gè)熱門關(guān)鍵詞

    {gethotsearch(10)}


引用十個(gè)熱門關(guān)鍵詞

    {gethotsearch(10)}


引用十個(gè)熱門關(guān)鍵詞

    {gethotsearch(10)}


友情鏈接引用

    {loop friendlink('text',0,24) $flink}
    <a href="{$flink['url']}" target="_blank">{$flink['name']}</a>
    {/loop}


友情鏈接logo引用

    {loop friendlink('image',0,24) $flink}
    <a href="{$flink['url']}" title="{$flink['name']}"><img src="{$flink['logo']}"width="88" height="31" /></a>
    {/loop}


用editplus打開footer.html 頁頭模板


1、頁底常用函數(shù)說明


手機(jī)訪問鏈接二維碼圖片

    <div id="qrcode"></div>
    <script>
    $(function() {
    $('#qrcode').qrcode({width: 150,height: 150,text: window.location.href});
    });
    </script>


公眾號(hào)二維碼圖片

    <img src="{get('weixin_pic')}" onerror='this.src="{config::get('onerror_pic')}"' />


引用留言框:

    {callGuestbook()}


引用留言框模板在網(wǎng)站目錄data/guestbook.php文件中修改;


留言列表模板在模板包guestbook/index.html 中修改。


引用郵箱訂閱框:

    <form name="listform" id="listform"  action="<?php echo url('archive/email');?>" method="post">
    <input type="text" name="email" id="email" value=" {lang(mailsubscription)} "  onfocus="if(this.value==' {lang(mailsubscription)} ') {this.value=''}" onblur="checkEmail(this)" class="s_text" />
    <input type="submit" align="absmiple" name='submit' value=" " class="s_btn" />
    </form>


引用留言框模板在網(wǎng)站目錄data/guestbook.php文件中修改;


引用防偽碼查詢框:

    <form name='search' action="
    <input type="text" name="keyword" value="{lang(enter)}{lang(ecoding)}" onfocus="if(this.value=='{lang(enter)}{lang(ecoding)}') {this.value=''}" onblur="if(this.value=='') this.value='{lang(enter)}{lang(ecoding)}'" class="s_text" />
    <input name='submit' type="submit" value="" align="middle" class="s_btn" />
    </form>


引用訂單查詢框:

    <input type="text" id="oid" name="oid" value="{lang(orderquery)}" onfocus="if(this.value=='{lang(orderquery)}') {this.value=''}" onblur="if(this.value=='') this.value='{lang(orderquery)}'" class="s_text" />
    <input name='submit' type="submit" value="" onclick="(script removed)window.location.href='<?php echo url('archive/orders');?>&oid='+document.getElementById('oid').value;" align="middle" class="s_btn" />


用 CmsEasy 助您「輕松搭建」企業(yè)官網(wǎng)。

本文是否有幫助?