thinkphp-wechat/application/install/view/index/complete.html
Wenbin.Wang d49c9fde59 代码
2021-12-24 16:40:05 +08:00

18 lines
860 B
HTML
Raw Permalink 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.

{extend name="layout" /}
{block name="progress"}
<div class="progress active progress-mini">
<div class="progress-bar progress-bar-info progress-bar-striped" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%"></div>
</div>
{/block}
{block name="content"}
<div class="box-content step5 text-center">
{php}{/php}
<div class="push-20">
<img src="{$static_dir}install/img/finish.png" alt="">
</div>
<p>再次感谢您选择DolphinPHP希望您会喜欢我们的产品</p>
<p class="h3">后台默认账号/密码admin</p>
<a href="{$Request.baseFile|str_replace='index.php', 'admin.php', ###}/admin" target="_blank" class="btn btn-minw btn-default push-20-r">登录后台</a>
<a href="{$Request.baseFile}" class="btn btn-minw btn-default">打开前台</a>
</div>
{/block}