login.hbs 2.33 KB
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>YOHO!Activity Admin</title>

    {{#if devEnv}}
    <link rel="stylesheet" media="all" href="//{{devHost}}:5001/common.css?t={{startTime}}">
    <link rel="stylesheet" media="all" href="//{{devHost}}:5001/{{module}}.{{page}}.css?t={{startTime}}">
    {{^}}
    <link rel="stylesheet" media="all" href="/yoho-activity-platform/{{version}}/common.css?t={{startTime}}">
    <link rel="stylesheet" media="all" href="/yoho-activity-platform/{{version}}/{{module}}.{{page}}.css?t={{startTime}}">
    {{/if}}
</head>

<body class={{bodyClass}}>
    <div>
        <div class="login_wrapper">
            <div class="animate form login_form">
                <section class="login_content">
                    <form id="loginForm">
                        <h1>YOHO!活动平台</h1>
                        <div>
                            <input type="text" id="userName" class="form-control" placeholder="用户名" required=""/>
                        </div>
                        <div>
                            <input type="password" id="password" class="form-control" placeholder="密码" required=""/>
                        </div>
                        <div>
                            <a class="btn btn-default login-btn">登录</a>
                        </div>
                        <div class="clearfix"></div>
                        <div class="separator">
                            <div class="clearfix"></div>
                            <br/>
                            <div>
                                <p>YOHO! Activity Platform ©2017-2020 All Rights Reserved.</p>
                            </div>
                        </div>
                    </form>
                </section>
            </div>
        </div>
    </div>
{{#if devEnv}}
<script src="//{{devHost}}:5001/libs.js"></script>
<script src="//{{devHost}}:5001/{{module}}.{{page}}.js"></script>
{{^}}
<script src="/yoho-activity-platform/{{version}}/libs.js?t={{startTime}}"></script>
<script src="/yoho-activity-platform/{{version}}/{{module}}.{{page}}.js?t={{startTime}}"></script>
{{/if}}
</body>
</html>