67 lines
3.0 KiB
HTML
67 lines
3.0 KiB
HTML
<div class="footer">
|
||
<!-- 常用连接&通知公告页脚 -->
|
||
<div class="footerTop clearfix">
|
||
<!-- 页脚切换容器 -->
|
||
<div class="footerTopTab clearfix">
|
||
<!-- 切换按钮 -->
|
||
<div class="footer-tab-nav" id="tab-navFooter">
|
||
<div data-index="0" class="current">
|
||
<img src="__TMPL__/public/assets/images/index/footer-tab1.png" width="30" height="30">
|
||
<div class="footer-tab-sign">
|
||
<p>快速通道</p>
|
||
<p style="color: #fff;font-weight: bold;">Channels</p>
|
||
</div>
|
||
</div>
|
||
<div data-index="1">
|
||
<img src="__TMPL__/public/assets/images/index/footer-tab2.png" width="30" height="30">
|
||
<div class="footer-tab-sign">
|
||
<p>常用链接</p>
|
||
<p style="color: #fff;font-weight: bold;">Links</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 切换容器主体 -->
|
||
<div class="footer-tab-con" id="tab-conFooter">
|
||
<!-- 单一切换容器 -->
|
||
<div class="footer-tab-con-item" style="display:block;">
|
||
<volist name="expressway" id="vo">
|
||
<a href="{$vo['url']}" class="footer-item-module">
|
||
<img src="{:cmf_get_image_url($vo['image'])}">
|
||
<p>{$vo['name']}</p>
|
||
</a>
|
||
</volist>
|
||
</div>
|
||
<!-- 单一切换容器end -->
|
||
<div class="footer-tab-con-item">
|
||
<volist name="often_url" id="vo">
|
||
<a href="{$vo['url']}" class="footer-item-module">
|
||
<img src="{:cmf_get_image_url($vo['image'])}">
|
||
<p>{$vo['name']}</p>
|
||
</a>
|
||
</volist>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 技术支持等信息页脚 -->
|
||
<div class="footerBottom">
|
||
<p>
|
||
<php> if(isset($complaint)){</php>
|
||
<span>吉林农业大学教务处办公地址:吉林省长春市新城大街2888号(中心教学楼二楼教务处办公区)</span>
|
||
<php> if($complaint > 0){</php>
|
||
<span style="position:relative;">qq<i style="display:block;background:#f00;border-radius:50%;width:5px;height:5px;top:6px;left:-3px;position:absolute;"></i>:312703991@qq.com</span>
|
||
<php> } else { </php>
|
||
<span>qq:312703991@qq.com</span>
|
||
<php> }</php>
|
||
<php>} else {</php>
|
||
<span>吉林农业大学教务处办公地址:吉林省长春市新城大街2888号(中心教学楼二楼教务处办公区)</span>
|
||
<span>qq:312703991@qq.com</span>
|
||
<php>}</php>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<!-- 返回顶部 -->
|
||
<img src="__TMPL__/public/assets/images/common/top.png" class="goTop">
|
||
<script src="__TMPL__/public/assets/lib/jquery-3.2.1.min.js"></script>
|
||
|