You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
3.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{:C('site_name')}</title>
<link rel="Shortcut Icon" href="{:get_cover(C('site_logo'),'path')}">
<link rel="stylesheet" type="text/css" href="__CSS__/skin.css">
<script type="text/javascript" src="__JS__/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="__JS__/js.js"></script>
<script src="__STATIC__/layer/layer.js"></script>
</head>
<body>
<!--分享 -->
<!--分享结束 -->
<style>
.r1 a {
color: #fff;
}
.dis {
display: block;
}
.count {
width: 41px;
background: transparent url(__IMG__/counter_box_18.gif) no-repeat;
height: 18px;
line-height: 18px !important;
color: #333;
text-align: center;
font: bold 11px Arial,,sans-serif;
zoom: 1;
_padding-top: 2px;
*display: inline;
display: inline-block;
}
</style>
<!--头部 start-->
<div class="header">
<!--banner start-->
<div class="banner"
style="background:url({:get_cover(C('site_background'),'path')}) no-repeat center top; background-size:100% 100%;">
<h1>{:C('site_name')}</h1>
<p>{:C('site_notice')}</p>
</div>
</div>
<!--头部 end-->
<div class="main auto">
<div class="tabPanel">
<ul class="tabul">
<li
<if condition="$Think.const.CONTROLLER_NAME eq 'Index' "> class="hit"</if>
><a href="{:U('Index/index',['account'=>ACCOUNT])}"><i class="tabgame"></i>游戏中心</a></li>
<li
<if condition="$Think.const.CONTROLLER_NAME eq 'Server' "> class="hit"</if>
><a href="{:U('Server/index',['account'=>ACCOUNT])}"><i class="tabserv"></i>开服列表</a></li>
</ul>
<div class="warp panes">
<block name="body"></block>
</div>
</div>
</div>
<!--底部 start-->
<div class="footer">
<div class="warp">
<div class="links">{:C('MT_SITE_TITLE')}</div>
<div class="copyright">© 徐州梦创信息科技有限公司 版权所有 2017 vlcms.com</div>
</div>
</div>
<ul id="pub-littlt-fix-nav" class="pub-littlt-fix-nav">
</ul>
<div class="bshare-custom " style="position: fixed;bottom: 100px;right:100px;" id="diss">
<div class="bsPromo bsPromo1"></div>
<a title="分享到QQ空间" class="bshare-qzone"></a>
<a title="分享到QQ" class="bshare-qqim"></a>
<a title="分享到微信" class="bshare-weixin"></a>
<a title="分享到新浪微博" class="bshare-sinaminiblog">
<span onclick="javascript:return false;" class="BSHARE_COUNT count">0</span>
</div>
<script type="text/javascript" charset="utf-8"
src="http://static.bshare.cn/b/button.js#style=-1&amp;uuid=&amp;pophcol=2&amp;lang=zh"></script>
<a class="bshareDiv" onclick="javascript:return false;"></a>
<script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/bshareC0.js"></script>
<script>
$('.bds_more').click(function () {
$('#diss').toggleClass('dis');
var display = $('#diss').css('display');
alert(display);
});
window._bd_share_config = {
common: {
bdPic: "http://{$_SERVER['HTTP_HOST']}{:get_cover(C('site_logo'),'path')}"
}
};
</script>
<!--底部 end-->
<block name="script">
</block>
</body>
</html>