www.gusucode.com > mcms手机网站系统 v3.1源码程序 > mcms_v3.1.0/upload/app_tpl_pc/default/admin/tpl.index.php

    <?php if(!defined('INC_MCMS')) die('No Access !');?>
<!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>文档-统计概览-<?php echo(SITE_NAME);?></title>
<meta content="" name="keywords">
<meta content="" name="description">
<?php require_once(assign_tpl_inc("inc.admin.js.style.php"));?>
<!--本页JS和样式-->
<script src="<?php echo(DOMAIN_CSS);?>/sty_default/js/login.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo(DOMAIN_CSS);?>/sty_default/admin.css">
</head>
<body>
<!-- 加载头部 -->
<?php require_once(assign_tpl_inc('inc.admin.head.php'));?>
<!-- 主体内容 -->
<div class="content">
    <ul class="manage_btn">
        <?php son_menu('A');?>
    </ul>
    <p class="line-t-6"></p>
    <div class="crumbs">
        <span class="cbs_left">
            <b>文档</b><em>></em><a href="index.php">统计概览</a>
        </span>
    </div>
	<p class="line-t-15"></p>
	<div>
		<!--统计概览-->
		<div class="totals clearfix">
			<ul>
				<li class="hdli">文档</li>
				<li><a href="info.list.php?info_status=-1">草稿(<?php echo $result['info'][-1]['count'];?>)</a></li>
				<li><a href="info.list.php?info_status=3">未通过(<?php echo $result['info'][3]['count'];?>)</a></li>
				<li><a href="info.list.php?info_status=2">审核中(<?php echo $result['info'][2]['count'];?>)</a></li>
				<li><a href="info.list.php?info_status=0">已通过(<?php echo $result['info'][0]['count'];?>)</a></li>
				<li><a href="info.list.php?info_status=1">回收站(<?php echo $result['info'][1]['count'];?>)</a></li>
			</ul>
			<ul>
				<li class="hdli">用户</li>
				<li><a href="user.php?login_status=0">正常(<?php echo $result['user'][0]['count'];?>)</a></li>
				<li><a href="user.php?login_status=1">禁用(<?php echo $result['user'][1]['count'];?>)</a></li>
				<li><a href="user.php?login_status=2">未激活(<?php echo $result['user'][2]['count'];?>)</a></li>
			</ul>
		</div>
		<p class="line-t-10" style="clear:both;"></p>
		<!--系统信息 -->
		<div class="columns-mod l">
			<div class="hd">
				<h5>系统信息</h5>
			</div>
			<div class="bd">
				<div class="sys-info">
					<table>
						<tr>
							<th>Mcms版本</th>
							<td><?php echo MCMS_VERSION;?></td>
						</tr>
						<tr>
							<th>服务器操作系统</th>
							<td><?php echo php_uname('s') ;?></td>
						</tr>
						<tr>
							<th>运行环境 </th>
							<td><?php echo $apache = function_exists('apache_get_version')?apache_get_version():"";?></td>
						</tr>
						<tr>
							<th>MYSQL版本</th>
							<td><?php echo mysql_get_server_info();?></td>
						</tr>
						<tr>
							<th>上传限制</th>
							<td><?php echo UPLOAD_MAX_SIZE;?></td>
						</tr>
					</table>
				</div>
			</div>
		</div>
		<!--产品团队 -->
		<div class="columns-mod r">
			<div class="hd">
				<h5>产品团队</h5>
			</div>
			<div class="bd">
				<div class="sys-info">
					<table>
					<tr>
						<th>版权所有</th>
						<td id="copyright"><a target="_blank" href="http://www.mcms.cc" title="南昌掌易业泰科技有限公司">南昌掌易业泰科技有限公司</a></td>
					</tr>
					<tr>
						<th>总策划</th>
						<td id="producer">茶油哥</td>
					</tr>
					<tr>
						<th>产品设计及研发团队</th>
						<td id="team">茶油哥 , 无痕 , Josephu , 扬空 , 无为草莽 , you</td>
					</tr>
					<tr>
						<th>官方网址</th>
						<td id="official_website"><a target="_blank" href="http://www.mcms.cc" title="http://www.mcms.cc">http://www.mcms.cc</a></td>
					</tr>
					<tr>
						<th>官方QQ群</th>
						<td id="official_qq">
							<a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=99308d84c58580e490ef36a2318403c5a484f751c4c9542eb0ef5ca659c259ba">		<img border="0" title="MCMS交流群1" alt="MCMS交流群1" src="http://pub.idqqimg.com/wpa/images/group.png">
							</a>
						</td>
					</tr>
					</table>
				</div>
			</div>
		</div>
	</div>
    <div id="alert"></div>
    <p class="line-t-20"></p>
    <!-- 加载底部 -->
    <?php require_once(assign_tpl_inc('inc.admin.foot.php'));?>
</div>
<style type="text/css">
	.columns-mod{
		width:490px;
		height:320px;
		border-radius: 5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	.hd{
		border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		background-color: #F2F2F2;
		height: 30px;
		line-height: 30px;
		padding: 0 10px 0 15px;
	}
	.bd{
		background-color: rgba(250, 250, 250, 0.3);
		border-radius: 0 0 5px 5px;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		height: 200px;
		overflow: hidden;
		border-bottom: 1px solid #F2F2F2;
		border-left: 1px solid #F2F2F2;
		border-right: 1px solid #F2F2F2;
	}
	.sys-info{
		padding: 15px;
	}
	.sys-info table{
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.sys-info table a:hover{text-decoration: none;}
	.sys-info th {
		font-weight: normal;
		text-align: left;
		width: 30%;
		font-size:14px;
	}
	.sys-info th, .sys-info td {
		height: 20px;
		line-height: 20px;
		padding: 5px 0;
		font-size:12px;
	}
	.totals{
		border-radius: 5px;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		margin:5px 0 5px 0;
		background-color: rgba(250, 250, 250, 0.3);
        border:1px solid #eee;
	}
	.totals ul{clear:both;}
	.totals li {
		float:left;
		margin-left:15px;
		font-size:12px;
		height: 30px;
		line-height: 29px;
		width: 100px;
	}
	.totals li a{line-height: 29px;}
	.totals li a:hover{text-decoration: none;}
	.totals .hdli {
		font-size:14px;
		font-weight: bold;
	}
</style>
<script type="text/javascript">
$(function(){ad_saf_team();});
function  ad_saf_team(){
	var url = '<?php echo(MCMS_API);?>/info.php?ver=<?php echo(MCMS_VERSION);?>'
    $.getJSON(url,{},function(json){
        try{
			for(var i in json) {
				$("#"+i).html('');
				$("#"+i).html(json[i]);
			}
        }catch(e){alert(e.message);}
    });
}
</script>
</body>
</html>