2022-08-02 21:13:36 +08:00
|
|
|
<div class="fly-footer layui-bg-black html5plus-hide">
|
|
|
|
<div>
|
|
|
|
<span>Copyright © {:date('Y')}{$sysInfo.copyright|raw}</span>
|
|
|
|
</div>
|
|
|
|
<div>
|
2021-12-15 15:46:04 +08:00
|
|
|
{$sysInfo.showlist|raw} {volist name="footlinks" id="vo"}
|
2022-08-02 21:13:36 +08:00
|
|
|
<a href="{$vo.slid_href}" target="_blank">{$vo.slid_name}</a>
|
2021-12-15 15:46:04 +08:00
|
|
|
{/volist}
|
2022-08-02 21:13:36 +08:00
|
|
|
<a href="https://beian.miit.gov.cn/#/Integrated/recordQuery" target="_blank">{$sysInfo.icp}</a>
|
|
|
|
</div>
|
|
|
|
{//websocket统计脚本}
|
|
|
|
<div style="text-align:center;color:#999;font-size:14px;padding:0 0 10px;" id="online_count"></div>
|
2020-01-01 13:17:19 +08:00
|
|
|
</div>
|
2022-08-02 21:13:36 +08:00
|
|
|
{:hook('showLeftLayer')}
|
2020-07-10 16:39:21 +08:00
|
|
|
<script>
|
2022-08-02 21:13:36 +08:00
|
|
|
var $ = layui.jquery;
|
|
|
|
var articleAdd = "{:url('add_article',['cate'=>$Request.param.ename])}",
|
|
|
|
uploads = "{:url('article/uploads')}",
|
|
|
|
langUrl = "{:url('index/language')}",
|
|
|
|
replyNum = "{:lang('replies')}",
|
|
|
|
jumpUrl = "{:url('/jump/index/')}";
|
2020-07-10 16:39:21 +08:00
|
|
|
</script>
|
2022-08-02 21:13:36 +08:00
|
|
|
|