zoomla
Version:
16年专业研发|中文alexa排名第一的CMS品牌-基于dotNET core、功能强大,集成站群、微信开发、小程序与ERP及OA办公系统,支持国际语言和多民族语言,世界五百强与大型门户专用高端网站内核CMS系统
82 lines (78 loc) • 2.67 kB
HTML
{ZL.Source id="节点栏目信息数据源"/}
<html>
<head>
<meta charset="utf-8">
<title>数字出版_{$SiteName/}</title>
<meta name="Keywords" content="{SField sid="节点栏目信息数据源" FD="Meta_Keywords" page="0"/}" />
<meta name="description" content="{SField sid="节点栏目信息数据源" FD="Meta_Description" page="0"/}" />
{ZL:Boot4()/}
<link href="{$CssDir/}global.css?Version={ZL.Label id="前端样式版本号"/}" rel="stylesheet"/>
<script src="/js/scrolltopcontrol.js" type="text/javascript"></script>
<script type="text/javascript" src="{$CssDir/}js/server.js"></script>
<script src="/JS/Controls/B_User.js"></script>
<style>
#home_nav { position: relative;}
</style>
</head>
<body>
{ZL.Label id="全站头部"/}
<div class="bs-header" >
<div class="container">
<h1>数字出版</h1>
<p>脚比路更长+服务到现场+智慧的思想....</p>
</div>
</div>
<!--中部滚动四块到此结束 -->
<div class="container margin-bot">
<div class="mySites" style="margin-top:0;">
<ul class="breadcrumb">
<li><a href="/">首页</a></li>
<li class="active">数字出版</li>
</ul>
</div>
<div class="list-group margin_top20">
<div class="n_lis">
{ZL.Label id="输出数字出版列表_带时间属性_响应式分页v4" TitleNum="30" ShowNum="10" /}
</div>
</div>
</div>
{ZL.Label id="全站底部"/}
<script>
//检测固顶事件
var IO=document.getElementById('shop_top'),Y=IO,H=0,IE6;
IE6=window.ActiveXObject&&!window.XMLHttpRequest;
while(Y){H+=Y.offsetTop;Y=Y.offsetParent};
if(IE6)
IO.style.cssText="position:absolute;top:expression(this.fix?(document"+
".documentElement.scrollTop-(this.javascript||"+H+")):0)";
window.onscroll=function (){
var d=document,s=Math.max(d.documentElement.scrollTop,document.body.scrollTop);
if(s>H&&IO.fix||s<=H&&!IO.fix)return;
if(!IE6)IO.style.position=IO.fix?"":"fixed";
IO.fix=!IO.fix;
};
try{document.execCommand("BackgroundImageCache",false,true)}catch(e){};
//]]>
$(".shop_top .navbar-nav>li.dropdown").mouseover(function(){
$(this).addClass("open");
}).mouseout(function(){
$(this).removeClass("open");
});
//会员ajax登录状态需要结合JS/Controls/B_User.js引用同步生效
var buser = new B_User();
buser.IsLogged(function(data,flag){
if(flag)
{
data=JSON.parse(data);
$(".nav_user>a").html(data.UserName);
$(".nav_user .dropdown-menu li:nth-child(1) a").html("会员中心");
$(".nav_user .dropdown-menu li:nth-child(2)").remove();
$("#iframe_comm").show();
}
});
function LogoutFun(){
buser.Logout(function(){location=location;});
}
</script>
</body>
</html>