TaoLer/view/taoler/index/public/footer.html
2022-08-16 15:19:21 +08:00

25 lines
874 B
HTML

<div class="fly-footer layui-bg-black html5plus-hide">
<div>
<span>Copyright &copy; {:date('Y')}{$sysInfo.copyright|raw}</span>
</div>
<div>
{$sysInfo.showlist|raw} {volist name="footlinks" id="vo"}
<a href="{$vo.slid_href}" target="_blank">{$vo.slid_name}</a>
{/volist}
<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>
</div>
{:hook('showLeftLayer')}
<script>
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/')}";
</script>