Subversion Repository Public Repository

ChrisCompleteCodeTrunk

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="M3Workflow.Web.Login" %>

<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- start: HEAD -->
<head>
    <title>Login | M3 Accounting</title>
    <!-- start: META -->
    <meta charset="utf-8" />
    <meta http-equiv='X-UA-Compatible' content="IE=edge,IE=9,IE=8,chrome=1" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta content="" name="description" />
    <meta content="" name="author" />
    <meta name="robots" content="noindex, nofollow" />
    <!-- end: META -->
    <!-- start: MAIN CSS -->
    <link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
    <link rel="stylesheet" href="assets/fonts/style.css">
    <link rel="stylesheet" href="assets/css/main.css">
    <link rel="stylesheet" href="assets/css/main-responsive.css">
    <link rel="stylesheet" href="assets/plugins/iCheck/skins/all.css">
    <link rel="stylesheet" href="assets/plugins/bootstrap-colorpalette/css/bootstrap-colorpalette.css">
    <link rel="stylesheet" href="assets/plugins/perfect-scrollbar/src/perfect-scrollbar.css">
    <link rel="stylesheet" href="assets/css/secondary.css">
    <!-- end: MAIN CSS -->
    <link rel="shortcut icon" href="portal/favicon.ico" />
</head>
<!-- end: HEAD -->
<!-- start: BODY -->
<body class="login auto">
    <form id="formLogin" runat="server">
        <div class="main-login col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3">
            <div class="logo"></div>
            <!-- start: LOGIN BOX -->
            <div class="box-login">
                <center><img class="spa-logo" src="assets/images/m3a-xlogo-001.png"></center>
                <br>
                <fieldset class="form-login">
                    <div class="errorHandler alert alert-danger no-display">
                        <i class="fa fa-remove-sign"></i>You have some form errors. Please check below.
                    </div>
                    <fieldset>
                        <div class="form-group">
                            <span class="input-icon">
                                <!--
                                <input type="text" class="form-control" name="username" placeholder="Username">
                                <i class="fa fa-user"></i>
                                -->
                                <input id="inputUserName" runat="server" type="text" class="form-control" name="username" placeholder="Username">
                                <i class="fa fa-user"></i>
                            </span>
                            <!-- To mark the incorrectly filled input, you must add the class "error" to the input -->
                            <!-- example: <input type="text" class="login error" name="login" value="Username" /> -->
                        </div>
                        <div class="form-group form-actions">
                            <span class="input-icon">
                                <!--
                                <input type="password" class="form-control password" name="password" placeholder="Password">
                                -->
                                <input id="inputPassword" runat="server" type="password" class="form-control password" name="password" placeholder="Password">
                                <i class="fa fa-lock"></i>
                                <a class="forgot" href="https://altlogin.m3as.com/resetmypassword">Forgot Password?
                                </a>
                            </span>
                        </div>
                        <div class="form-actions">
                            <!--
                            <label for="remember" class="checkbox-inline">
                                <input type="checkbox" class="grey remember" id="remember" name="remember">
                                Remember Me
                            </label>
                            -->

                            <button id="buttonLogin" runat="server" class="btn btn-green pull-right" onserverclick="buttonLogin_ServerClick">
                                LOGIN&nbsp;<i class="fa fa-arrow-circle-right"></i>
                            </button>
                            <br />
                            <style>
                                .loginErrorMessage {
                                    color: red;
                                    font-size: small;
                                    font-variant-caps: all-petite-caps;
                                }
                            </style>
                            <asp:Label ID="labelErrorMessage" runat="server" CssClass="loginErrorMessage" Visible="false"></asp:Label>

                            <!--
                            <button type="submit" class="btn btn-green pull-right" >                                
                            </button>
                            -->
                        </div>
                        <div class="footer-info">
                            <!-- start: COPYRIGHT -->
                            <div class="copyright">
                                &copy;<span id="copyrightYear"></span> M3 Accounting. All Rights Reserved.
                            </div>
                            <!-- end: COPYRIGHT -->
                        </div>
                    </fieldset>
                </fieldset>
            </div>
            <!-- end: LOGIN BOX -->
            <!-- start: FORGOT BOX -->
            <div class="box-forgot">
                <center><img class="spa-logo" src="assets/images/m3a-xlogo-001.png"></center>
                <h3>Forget Password?</h3>
                <p>
                    Enter your e-mail address below to reset your password.
                </p>
                <fieldset class="form-forgot">
                    <div class="errorHandler alert alert-danger no-display">
                        <i class="fa fa-remove-sign"></i>You have some form errors. Please check below.
                    </div>
                    <fieldset>
                        <div class="form-group">
                            <span class="input-icon">
                                <input type="email" class="form-control" name="email" placeholder="Email">
                                <i class="fa fa-envelope"></i></span>
                        </div>
                        <div class="form-actions">
                            <a href="?box=login" class="btn btn-light-grey go-back">
                                <i class="fa fa-circle-arrow-left"></i>Back
                            </a>
                            <button type="submit" class="btn btn-green pull-right">
                                SUBMIT <i class="fa fa-arrow-circle-right"></i>
                            </button>
                        </div>
                        <div class="footer-info">
                            <!-- start: COPYRIGHT -->
                            <div class="copyright">
                                &copy;<span id="copyrightYear1"></span> M3 Accounting. All Rights Reserved.
                            </div>
                            <!-- end: COPYRIGHT -->
                        </div>
                    </fieldset>
                </fieldset>
            </div>
            <!-- end: FORGOT BOX -->
        </div>
        <!-- start: MAIN JAVASCRIPTS -->
        <!--[if lt IE 9]>
		<script src="assets/js/respond.min.js"></script>
		<script src="assets/js/excanvas.min.js"></script>
		<script type="text/javascript" src="assets/plugins/jQuery-lib/1.10.2/jquery.min.js"></script>
		<![endif]-->
        <!--[if gte IE 9]><!-->
        <script src="assets/plugins/jQuery-lib/2.0.3/jquery.min.js"></script>
        <!--<![endif]-->
        <script src="assets/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js"></script>
        <script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
        <script src="assets/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js"></script>
        <script src="assets/plugins/blockUI/jquery.blockUI.js"></script>
        <script src="assets/plugins/iCheck/jquery.icheck.min.js"></script>
        <script src="assets/plugins/perfect-scrollbar/src/jquery.mousewheel.js"></script>
        <script src="assets/plugins/perfect-scrollbar/src/perfect-scrollbar.js"></script>
        <script src="assets/plugins/less/less-1.5.0.min.js"></script>
        <script src="assets/plugins/jquery-cookie/jquery.cookie.js"></script>
        <script src="assets/plugins/bootstrap-colorpalette/js/bootstrap-colorpalette.js"></script>
        <script src="assets/js/main.js"></script>
        <!-- end: MAIN JAVASCRIPTS -->
        <!-- start: JAVASCRIPTS REQUIRED FOR THIS PAGE ONLY -->
        <script src="assets/plugins/jquery-validation/dist/jquery.validate.min.js"></script>
        <script src="assets/js/login.js"></script>
        <!-- end: JAVASCRIPTS REQUIRED FOR THIS PAGE ONLY -->
        <script>
            jQuery(document).ready(function () {
                Main.init();
                Login.init();
            });
        </script>
        <script type="text/javascript">
            $(document).ready(function () {
                //automatically set the copyright year to the current year
                $('#copyrightYear').text(new Date().getFullYear());
            });
        </script>
        <script type="text/javascript">
            $(document).ready(function () {
                //automatically set the copyright year to the current year
                $('#copyrightYear1').text(new Date().getFullYear());
            });
        </script>
    </form>
</body>
<!-- end: BODY -->
</html>

Commits for ChrisCompleteCodeTrunk/M3Workflow/M3Workflow.Web/Login.aspx

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000