新作的一个bootstrap 登录框,带验证码,带校验~!

这个登陆窗口是双登陆窗口的,对IE8及早期版本不支持,可以根据自己的开发语言更换,我这个是asp的,其中的引用文件可以在网络上自行下载,如找不到可以留下邮箱~!

dengluchuangkou.jpg


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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
< html >
< head >
< meta  http-equiv = "Content-Type"  content = "text/html; charset=utf-8"  />
< title >scm登陆界面</ title >
< style  type = "text/css" >
body {
     background-color: #999;
}
</ style >
< link  rel = "stylesheet"  href = "../bootstrap335/css/bootstrap.min.css" >
< link  rel = "stylesheet"  href = "../bootstrap335/css/bootstrapValidator.min.css" >
< script  src = "../bootstrap335/js/jquery-2.1.4.min.js" ></ script >
< script  src = "../bootstrap335/js/bootstrap.min.js" ></ script >
< script  src = "../bootstrap335/js/bootstrapValidator.min.js" ></ script >
<% 
Response.Buffer = True 
Response.ExpiresAbsolute = Now() - 1 
Response.Expires = 0 
Response.CacheControl = "no-cache" 
%>
</ head >
< body  >
<!--
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
     <div class="container-fluid">
         <div class="navbar-header">
           
             <a class="navbar-brand" ui-sref=".">******系统 (ver 1.0.0 beta)</a>
         </div>
             <div class="collapse navbar-collapse" id="navbar-ex1-collapse">
             <ul class="nav navbar-nav navbar-right">
                 <li class="small"><a href="http://www.my80s.cc" target="_blank">80s ©2015-2010</a></li>
             </ul>
             </div> 
     </div>
</nav>-->
< div  class = "col-lg-5 col-lg-offset-2" >
   < div  class = "page-header"  style = "margin-top:5em;" >
                         < h2 >******管理系统</ h2 >
                     </ div >
</ div >
< div  class = "col-md-offset-4 col-md-4"  >
< div  class = "panel panel-primary"  style = "margin-top:3em;"  >
   
   
            
             < ul  id = "myTab"  class = "nav nav-tabs" >
                    < li  class = "active" >< a  href = "#Prv"  data-toggle = "tab" >供应商登陆</ a ></ li >
                    < li >< a  href = "#CPrv"  data-toggle = "tab" >生产商登陆</ a ></ li >
                </ ul >
         
         
     < div  id = "myTabContent"  class = "tab-content"
        
       < div  class = "tab-pane fade in active"  id = "Prv" >
                         < div  class = "well well-sm "  >< h3  class = "panel-title" >
                                 供应商登陆</ h3 >
                         </ div >
                     < div  class = "panel-body" >
                 
                 < form  name = "LoginG"  id = "LoginG"  action = "Admin_ChkLogin_G.asp"  method = "post"  target = "_parent"  >
                     < div  class = "form-group" >
                               < div  class = "input-group" >
                                  < span  class = "input-group-addon" >账号</ span >
                                  < input  name = "Username"  type = "text"  class = "form-control"  placeholder = "Username"  >
                                  <!--<span class="help-block" id="UsernameMessage" /> -->
                               </ div >< br  />
                     </ div > <!-- /form-group-->
                     
                     < div  class = "form-group" >
                           < div  class = "input-group" >
                              < span  class = "input-group-addon" >密码</ span >
                              < input  name = "Password"  type = "Password"  class = "form-control"  placeholder = "Password" >
                              <!--<span class="help-block" id="PasswordMessage" /> -->
                           </ div >    
                                 
                     </ div > <!-- /form-group-->   
                     
                     < h5 >请将如下计算结果填入文本框内:</ h5 >
                     < div  class = "form-group form-horizontal" >
                             < label  class = "col-lg-3 control-label "  id = "captchaOperation" ></ label >
                         < div  class = "col-lg-9" >
                             < input  type = "text"  class = "form-control "  name = "captcha"  />
                         </ div >
                     </ div >< br  />< br  /> < br  />                   
                     
                     
                     < div  class = "form-group" >
                             < input  class = "btn  btn-primary btn-block"  type = "submit"   value = "登  录"  />
                     </ div >
                </ form >
                
              </ div > <!-- /panel-body -->
           
       </ div > <!-- tab-pane fade in active-->
    
    
    
    
    
    
    
    
    
    
    
   < div  class = "tab-pane fade"  id = "CPrv" >
                   < div  class = "well well-sm" >< h3  class = "panel-title" >
                         生产商登陆</ h3 >
                 </ div >
         < div  class = "panel-body"
                 < form  name = "LoginS"  id = "LoginS"  action = "Admin_ChkLogin_S.asp"  method = "post"  target = "_parent"  >
                     < div  class = "form-group" >
                               < div  class = "input-group" >
                                  < span  class = "input-group-addon" >账号</ span >
                                  < input  name = "Username2"  type = "text"  class = "form-control"  placeholder = "Username"  >
                                  <!--<span class="help-block" id="UsernameMessage" /> -->
                               </ div >< br  />
                     </ div > <!-- /form-group-->
                     
                     < div  class = "form-group" >
                           < div  class = "input-group" >
                              < span  class = "input-group-addon" >密码</ span >
                              < input  name = "Password2"  type = "Password"  class = "form-control"  placeholder = "Password" >
                              <!--<span class="help-block" id="PasswordMessage" /> -->
                           </ div >    
                                 
                     </ div > <!-- /form-group-->   
                     
                     < h5 >请将如下计算结果填入文本框内:</ h5 >
                     < div  class = "form-group form-horizontal" >
                             < label  class = "col-lg-3 control-label "  id = "captchaOperation2" ></ label >
                         < div  class = "col-lg-9" >
                             < input  type = "text"  class = "form-control "  name = "captcha2"  />
                         </ div >
                     </ div >< br  />< br  /> < br  />                   
                     
                     
                     < div  class = "form-group" >
                             < input  class = "btn  btn-primary btn-block"  type = "submit"   value = "登  录"  />
                     </ div >
                </ form >
    
    
                  </ div > <!-- /panel-body -->
           
           </ div > <!-- tab-pane fade--> 
     
     </ div > <!--myTabContent-->
</ div >
< script  type = "text/javascript" >
$(document).ready(function() {
     // Generate a simple captcha
     function randomNumber(min, max) {
         return Math.floor(Math.random() * (max - min + 1) + min);
     };
     function generateCaptcha() {
         $('#captchaOperation').html([randomNumber(1, 50), '+', randomNumber(1, 50), '='].join(' '));
     };
     generateCaptcha();
         
     
     $('#LoginG')
         .bootstrapValidator({
         //message: 'This value is not valid',
         feedbackIcons: {
             valid: 'glyphicon glyphicon-ok',
             invalid: 'glyphicon glyphicon-remove',
             validating: 'glyphicon glyphicon-refresh'
         },
         fields: {
                 Username: {
                     message: 'The username is not valid',
                     validators: {
                         notEmpty: {
                             message: '供货商账户不能为空'
                         },
                         stringLength: {
                             min: 5,
                             max: 10,
                             message: '供货商账号长度 5-10'
                         },
                         /*remote: {
                             url: 'remote.php',
                             message: 'The username is not available'
                         },*/
                         regexp: {
                             regexp: /^[a-zA-Z0-9_\.]+$/,
                             message: '只接受数字和字母 '
                         }
                     }
                 },
                 Password: {
                     validators: {
                         notEmpty: {
                             message: '密码不能为空'
                         }
                     }
                 },
                 captcha: {
                     validators: {
                         callback: {
                             message: '验证码错误',
                             callback: function(value, validator) {
                                 var items = $('#captchaOperation').html().split(' '), sum = parseInt(items[0]) + parseInt(items[2]);
                                 return value == sum;
                             }
                         }
                     }
                 }
             
         }
         
                 })
         .on('error.form.bv', function(e) {
             var $form              = $(e.target),
                 bootstrapValidator = $form.data('bootstrapValidator');
             if (!bootstrapValidator.isValidField('captcha')) {
                 // The captcha is not valid
                 // Regenerate the captcha
                 generateCaptcha();
             }
     });
     
});
</ script >
  
< script  type = "text/javascript" >
$(document).ready(function() {
     // Generate a simple captcha
     function randomNumber(min, max) {
         return Math.floor(Math.random() * (max - min + 1) + min);
     };
     function generateCaptcha() {
         $('#captchaOperation2').html([randomNumber(1, 50), '+', randomNumber(1, 50), '='].join(' '));
     };
     generateCaptcha();
         
     
     $('#LoginS')
         .bootstrapValidator({
         //message: 'This value is not valid',
         feedbackIcons: {
             valid: 'glyphicon glyphicon-ok',
             invalid: 'glyphicon glyphicon-remove',
             validating: 'glyphicon glyphicon-refresh'
         },
         fields: {
                 Username2: {
                     message: 'The username is not valid',
                     validators: {
                         notEmpty: {
                             message: '供货商账户不能为空'
                         },
                         stringLength: {
                             min: 5,
                             max: 10,
                             message: '供货商账号长度 5-10'
                         },
                         /*remote: {
                             url: 'remote.php',
                             message: 'The username is not available'
                         },*/
                         regexp: {
                             regexp: /^[a-zA-Z0-9_\.]+$/,
                             message: '只接受数字和字母 '
                         }
                     }
                 },
                 Password2: {
                     validators: {
                         notEmpty: {
                             message: '密码不能为空'
                         }
                     }
                 },
                 captcha2: {
                     validators: {
                         callback: {
                             message: '验证码错误',
                             callback: function(value, validator) {
                                 var items = $('#captchaOperation2').html().split(' '), sum = parseInt(items[0]) + parseInt(items[2]);
                                 return value == sum;
                             }
                         }
                     }
                 }
             
         }
         
                 })
         .on('error.form.bv', function(e) {
             var $form              = $(e.target),
                 bootstrapValidator = $form.data('bootstrapValidator');
             if (!bootstrapValidator.isValidField('captcha')) {
                 // The captcha is not valid
                 // Regenerate the captcha
                 generateCaptcha();
             }
     });
     
});
</ script >
     
</ body >
</ html >


欢迎关注我的微信公众号来获取各种IT学习视频哦


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值