qc.ifish7.com/Application/Install/View/step5.html

29 lines
1014 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<include file="Public:head" />
<script src="__PUBLIC__/js/jquery.js"></script>
</head>
<body>
<div class="wrap">
<include file="Public:header" />
<section class="section">
<div style="padding: 40px 20px;">
<div class="text-center">
<a style="font-size: 18px;">恭喜您,安装完成!</a>
<br>
<br>
<div class="alert alert-danger" style="width: 350px;display: inline-block;">
为了您站点的安全安装完成后即可将网站application目录下的“Install”文件夹删除!
</div>
<br>
<a class="btn btn-success" href="__ROOT__/" onClick="return confirm('安装成功后进入后台需要点击后台的更新->更新缓存')">进入前台</a>
<a class="btn btn-success" href="__ROOT__/index.php/admin" onClick="return confirm('安装成功后进入后台需要点击后台的更新->更新缓存')">进入后台</a>
</div>
</div>
</section>
</div>
<include file="Public:footer" />
</body>
</html>