Beispiel #1
0
function tpl_install_finish()
{
    $modules = get_store_module();
    $themes = get_store_theme();
    echo <<<EOF
\t<div class="page-header"><h3>安装完成</h3></div>
\t<div class="alert alert-success">
\t\t恭喜您!已成功安装“微擎 - 公众平台自助开源引擎”系统,您现在可以: <a target="_blank" class="btn btn-success" href="./web/index.php">访问网站首页</a>
\t</div>
\t<div class="form-group">
\t\t<h5><strong>微擎应用商城</strong></h5>
\t\t<span class="help-block">应用商城特意为您推荐了一批优秀模块、主题,赶紧来安装几个吧!</span>
\t\t<table class="table table-bordered">
\t\t\t<tbody>
\t\t\t\t{$modules}
\t\t\t\t{$themes}
\t\t\t</tbody>
\t\t</table>
\t</div>

\t<div class="alert alert-warning">
\t\t我们强烈建议您立即注册云服务,享受“在线更新”等云服务。
\t\t<a target="_blank" class="btn btn-success" href="./web/index.php?c=cloud&a=profile">马上去注册</a>
\t\t<a target="_blank" class="btn btn-success" href="http://v2.addons.we7.cc" target="_blank">访问应用商城首页</a>
\t</div>
EOF;
    tpl_frame();
}
Beispiel #2
0
function tpl_install_finish()
{
    echo <<<EOF
\t<div class="page-header"><h3>安装完成</h3></div>
\t<div class="alert alert-success">
\t\t恭喜您!已成功安装“微擎 - 公众平台自助开源引擎”系统,您现在可以: <a target="_blank" class="btn btn-success" href="./web/index.php">访问网站首页</a>
\t\t<br />
\t</div>
\t<div class="alert alert-warning">
\t\t我们强烈建议您立即注册云服务,享受“在线更新”等云服务。<a target="_blank" class="btn btn-success" href="./web/index.php?c=cloud&a=profile">马上去注册</a>
\t\t<br />
\t</div>
EOF;
    tpl_frame();
}
Beispiel #3
0
function tpl_install_finish()
{
    echo <<<EOF
    <div class="page-header"><h3>安装完成</h3></div>
    <div class="alert alert-success">
        恭喜您! 已成功安装“微构 - 开源的手机App构建方案”系统
    </div>
    <div class="form-horizontal">
        <div class="form-group">
            <div class="col-sm-3">
                <a target="_blank" class="btn btn-success btn-block" href="./w/index.php">访问网站首页</a>
            </div>
        </div>
        <div class="form-group">
            <div class="col-sm-3">
                <a target="_blank" class="btn btn-success btn-block" href="./w/index.php/bench">访问内容管理中心</a>
            </div>
        </div>
        <div class="form-group">
            <div class="col-sm-3">
                <a target="_blank" class="btn btn-success btn-block" href="./w/index.php/control">访问控制中心</a>
            </div>
        </div>
        <div class="form-group">
            <div class="col-sm-3">
                <a target="_blank" class="btn btn-info btn-block" href="./m/index.php">访问手机页面(WebApp)</a>
            </div>
        </div>
    </div>
EOF;
    tpl_frame();
}
function tpl_install_finish()
{
    echo <<<EOF
<div class="pr-title"><h3>安装完成</h3></div>
<div class="install-msg">
\t恭喜您!已成功安装“WORMWOOD - 微信公众平台自助开源引擎”系统,您现在可以:
\t<br />
</div>
<div class="over-link fs-14">
\t<a href="./index.php">访问网站首页</a>
</div>
EOF;
    tpl_frame();
}
Beispiel #5
0
function tpl_install_finish()
{
    echo <<<EOF
\t<div class="page-header"><h3>安装完成</h3></div>
\t<div class="alert alert-success">
\t\t恭喜您!已成功安装系统,您现在可以:
\t\t<br />
\t</div>
\t<a class="btn btn-success" href="../web/index.php">访问网站首页</a>
EOF;
    tpl_frame();
}