417f21ec64d837c0dc6f0333e62c495a.php 2.1 KB
<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:66:"D:\PHPTutorial\WWW\xinmeiti\public/../app/install\view\\index.html";i:1542250542;s:71:"D:\PHPTutorial\WWW\xinmeiti\public/../app/install\view\public\head.html";i:1542250542;s:73:"D:\PHPTutorial\WWW\xinmeiti\public/../app/install\view\public\header.html";i:1542250542;s:73:"D:\PHPTutorial\WWW\xinmeiti\public/../app/install\view\public\footer.html";i:1542250542;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>bronet安装</title>
<link rel="stylesheet" href="__STATIC__/install/simpleboot/themes/flat/theme.min.css" />
<link rel="stylesheet" href="__STATIC__/install/css/install.css" />
<link rel="stylesheet" href="__STATIC__/font-awesome/css/font-awesome.min.css" type="text/css">


</head>
<body>
	<div class="wrap">
		<div class="header">
	<h1 class="logo">bronet 安装向导</h1>
	<div class="version"><?php echo BRONET_VERSION; ?></div>
</div>
		<div class="section">
			<div class="main">
				<pre class="agreement">bronet软件使用协议

版权所有 ©2013-<?php echo date("Y"); ?>,bronet开源社区

感谢您选择bronet内容管理框架, 希望我们的产品能够帮您把网站发展的更快、更好、更强!

bronet遵循Apache Lisense 2.0开源协议发布,并提供免费使用。

bronet建站系统由简约风网络科技(以下简称简约风,官网http://www.bronet.cn)发起并开源发布。
简约风网络科技包含以下网站:
bronet官网: http://www.bronet.cn

bronet免责声明
  1、使用bronet构建的网站的任何信息内容以及导致的任何版权纠纷和法律争议及后果,bronet官方不承担任何责任。
  2、您一旦安装使用bronet,即被视为完全理解并接受本协议的各项条款,在享有上述条款授予的权力的同时,受到相关的约束和限制。</pre>
			</div>
			<div class="bottom text-center">
				<a href="<?php echo url('index/step2'); ?>" class="btn btn-primary"><?php echo lang('ACCEPT'); ?></a>
			</div>
		</div>
	</div>
	<div class="footer">
	&copy; 2013-<?php echo date('Y'); ?> <a href="http://www.bronet.cn" target="_blank">bronet Team</a>
</div>
</body>
</html>