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.

18 lines
860 B
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{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}