logon.htmldd 4.73 KB
Newer Older
gary's avatar
gary committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<!--@using Scripts = System.Web.Optimization.Scripts
@using Styles = System.Web.Optimization.Styles

@{
    Layout = null;
}-->
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" http-equiv="X-UA-Compatible" content="chrome=1; IE=11; IE=10; IE=9; IE=EDGE">
    <title>Apex+</title>
    <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
 
    <!-- @Styles.Render("~/Account/login") -->
    <link href="/bundles/accountLogin.css" rel="stylesheet" type="text/css" />
</head>

<body class="login-body">
    <!-- @Html.AntiForgeryToken() -->
    <div class="login">
        <div class="tilte">
            <span class="text" id="logo_text">Apex+</span>            
        </div>
        <div id="mainForm" class="form-wrapper">
            <form id="loginFull" class="frame form-main-content">
gary's avatar
gary committed
26
                <div class="">
gary's avatar
gary committed
27 28 29 30 31 32 33 34 35 36 37 38 39 40
                    <img src="/app-resources/images/load-indicator.gif" id="createIndicator" class="loadingImg" style="display:none" alt="loading">
                </div>
                <!--<div class="loginframe">
                    <div class="loginfull">
                        <div class="form-group">
                            <input id="loginFullEmail" name="loginFullEmail" type="text" placeholder="用户名" class="form-control-customer" />
                        </div>
                        <div class="form-group">
                            <input id="loginFullPwd" name="loginFullPwd" type="password" placeholder="密码" class="form-control-customer" />
                        </div>
                        <!--<div class="form-group">-->
                            <!--<a href="javascript:void(0)" id="btnShowForgotPwd" rel="forgot_password" class="form-forget-password">忘记密码?</a>-->
                        <!--</div>-->
                    </div>
gary's avatar
gary committed
41
                    <!--<div class="button-wrapper">
gary's avatar
gary committed
42
                        <button id="btnFullLogin" class="btn-customer btn-customer-lg login-button" type="button" tabindex="0">登录</button>
gary's avatar
gary committed
43
                    </div>-->
gary's avatar
gary committed
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
                </div> -->
            </form>
           
            <form id="forget_password_form" class="frame form-main-content">
                <div class="background-frame">
                </div>
                <div class="loginframe">
                    <div class="loginfull">

                        <div class="form-group">
                            <input id="findFullEmail" name="findFullEmail" type="text" spellcheck="false" placeholder="新密码将会发送至您的注册邮箱" class="form-control-customer" />
                        </div>
                        <div class="form-group">
                            <input type="text" class="form-control-customer" style="visibility:hidden" />
                        </div>
                        <div class="form-group">
                            <a href="javascript:void(0)" rel="forgot_password" class="form-forget-password btnLoginFrame">返回登录?</a>
                        </div>
                    </div>
                    <div class="button-wrapper">
                        <button id="btnSendPwd" class="btn-customer btn-customer-lg login-button" type="button" tabindex="0">发送</button>
                    </div>
                </div>
            </form>
            <form id="forget_password_form_sucess" class="frame form-main-content">
                <div class="background-frame">
                </div>
                <div class="loginframe">
                    <div class="loginfull">

                        <div class="form-group">
                            <label class="successMsg"> 邮件发送成功!</label>
                        </div>
                        <div class="form-group">
                            <input type="text" class="form-control-customer" style="visibility:hidden" />
                        </div>
                        <div class="form-group">
                            <a href="javascript:void(0)" rel="forgot_password" class="form-forget-password btnLoginFrame">返回登陆?</a>
                        </div>
                    </div>
                </div>
            </form>

      </div>
    </div>
    <div id="wait" class="notice-center" style="display:none">
        <div> 系统正在加载中,请稍等... </div>
        <div class='uil-flickr-css' style='transform:scale(0.26);margin:-112px;margin-left: 125px;'>   <div></div><div></div></div>
    </div>
    <!-- @Scripts.Render("~/bundles/modernizr")    
    @Scripts.Render("~/bundles/jquery", "~/Scripts/login") -->
    <script type="text/javascript" src="/bundles/modernizr.js"></script>
    <script type="text/javascript" src="/bundles/jquery.js"></script>
    <script type="text/javascript" src="/bundles/scriptsLogin.js"></script>    
</body>
</html>