Administrator
2022-10-09 23f93897d618a5253a18b65b124196f95891f240
提交 | 用户 | 时间
58d006 1 <?xml version="1.0" encoding="UTF-8"?>
A 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <f:view xmlns="http://www.w3.org/1999/xhtml"
5       xmlns:c="http://java.sun.com/jsp/jstl/core"
6       xmlns:h="http://java.sun.com/jsf/html"
7     xmlns:f="http://java.sun.com/jsf/core"
8     xmlns:ui="http://java.sun.com/jsf/facelets">
9
10 <html>
11 <h:head>
12     <meta charset="utf-8" />
13     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
14     <meta name="viewport" content="width=device-width, initial-scale=1" />
15     <!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> -->
16
17     <link rel="stylesheet" type="text/css" href="#{request.contextPath}/template/assets/css/bootstrap.css"  />
18     <link rel="stylesheet" type="text/css" href="css/balloon.css" />
19     <link rel="stylesheet" type="text/css" href="css/iconfont.css" />
20     <link rel="stylesheet" type="text/css" href="css/login.css" />
21
22     <title>登录河南明泰分单配车管理系统</title>
23     
24     <script>
25         if (window.location.href == 'http://yingyong.hngymt.com:9999' || window.location.href == 'http://yingyong.hngymt.com:9999/' ) {
26             window.open('http://yingyong.hngymt.com:9999/download/sitelist.html', '_self');
27         }
28     </script>
29     <style>
30         #downloadCenter {
31             position: absolute;
32             width: 105px;
33             height: 144px;
34             background: #0882E1;
35             color: #FFF;
36             padding-top: 100px;
37             background-image: url(download/images/download.png);
38             background-size: 55%;
39             background-repeat: no-repeat;
40             background-position-x: 28px;
41             background-position-y: 29px;
42             transition: all 0.5s ease 0s;
43             -webkit-transition: all 0.5s ease 0s
44         }
45         #downloadCenter:hover {
46             text-decoration: none
47         }
48         .n-dcode a{
49             opacity: 0;
50         }
51         .n-dcode:hover a{
52             opacity: 1
53         }
54         .other {
55             /*position: absolute;*/
56             /*left: 30px;*/
57             /*bottom: 20px;*/
58         }
59         .other a {
60             /*background: #E6E6E6;*/
61             border-radius: 50%;
62             text-decoration: underline;
63             /*color: #333;*/
64         }
65         .other a:hover {
66             /*text-decoration: none*/
67         }
68         .other a {
69             display: inline-block;
70             margin-bottom: 7px;
71             /*text-decoration: none;*/
72             margin-left: 20px;
73         }
74
75         .other i {
76             display: inline-block;
77             font-size: 28px;
78             width: 42px;
79             height: 42px;
80             line-height: 42px;
81             border-radius: 42px;
82             color: rgba(0,0,0,.5);
83             /*background-color: rgba(0,0,0,.1);*/
84             -webkit-transition: all .3s ease-in-out;
85             transition: all .3s ease-in-out;
86             font-style: normal
87         }
88
89         .other i:hover {
90             background-color: #01AEEF;
91             color: #fff
92         }
93     </style>
94 </h:head>
95
96     <h:body class="body">
97         <div class="logo-wrap">
98             <div class="logo-w">
99                 <img src="image/logo.png" style="float: left;" />
100                 <h3 style="float: right;margin-top: 45px;font-size: 22px;font-family: 'microsoft yahei';">河南明泰铝业股份有限公司分单配车系统</h3>
101             </div>
102         </div>
103         <div class="container bg bg-new">
104                 <div class="row">
105                     <!-- <div class="col-xs-12 head">
106                         <div class="headbox">
107                             <span>河南明泰铝业股份有限公司一卡通平台</span>
108                         </div>
109                     </div> -->
110                     <div class="col-xs-12 content content-new">
111                         <div class="xbga"><img src="image/bga.png"  style="width: 550px;margin-top: -25px;" /></div>
112                         <!-- <div class="n-dcode" style="position: fixed; bottom: 150px; left: 120px; background: #fff">
113                             <a href="/download/tools.jsf" id="downloadCenter">下载中心</a>
114                             <p style="padding-top: 5px; font-size: 12px; margin-bottom: 0px">下载中心</p>
115                             <img alt="二维码" class="img" src="#{request.contextPath}/download/images/qrcode.png" />
116                             <p style="padding-bottom: 5px; font-size: 12px; margin-bottom: 0px; width: 105px">手机客户端下载<br/>点击或扫描二维码</p>
117                         </div> -->
118                         <div class="contbox">
119                             <!-- <div class="img">
120                                 <img src="image/1-2.png" alt="图片" />
121                             </div> -->
122                             <form class="form-horizontal">
123                                 <div class="title"><img src="image/title.png" /></div>
124                               <div class="form-group">
125                                 <label for="inputEmail3" class="control-label" >用户名:</label>
126                                 <div class="input">
127                                   <input type="text" class="form-control" id="username" placeholder="" />
128                                 </div>
129                               </div>
130                               <div class="form-group">
131                                 <label for="inputPassword3" class="control-label">密&#160;&#160;&#160;&#160;码:</label>
132                                 <div class="input">
133                                   <input type="password" class="form-control" id="password" placeholder="" />
134                                 </div>
135                               </div>
136                                <div class="form-group">
137                                 <label for="inputPassword3" class="control-label">验证码:</label>
138                                 <div class="input">
139                                   <input type="text" class="form-control" id="code" style="width: 114px" placeholder="" />
140                                    <a href="javascript:;" id="reICode"><img id='codeImg' src="#{request.contextPath}/kaptcha/kaptcha/kaptcha.ktc?tttiid='+Math.random()+'" width="129" height="35" /></a>
141                                 </div>
142                               </div>
143                               <div class="err" id="err"></div>
144                               <div class="form-group">
145                                   <button type="button" class="btn btn-lg" id="login"><img src="image/button1.png" /></button>
146                               </div>
147                             </form>
148                         </div>
149                     </div>
150                 </div>
151             </div>
152             <div class="row dibu">
153                 <div class="other">
154                     <!-- <a target="_blank" href="/download/WannaCry.jsf"><span>勒索软件病毒补丁</span></a>
155                     <a target="_blank" href="/extra/updateLog.html"><span>一卡通更新日志</span></a>
156                     <a target="_blank" href="/extra/appUpdateLog.html"><span>APP更新日志</span></a>
157                     <a target="_blank" href="/download/tools.jsf"><span>下载中心</span></a>
158                     <a target="_blank" href="/css/qqgroup.png">QQ群:539542017</a> -->
159                     <!--<a data-balloon="" data-balloon-pos="up"><i class="iconfont icon-rizhi"></i></a>-->
160                 </div>
161                 <p style="font-size: 13px">河南明泰铝业股份有限公司 版权所有 All rights reserved</p>
162             </div>
163 <f:verbatim>
164 <!--[if lte IE 8]>
165   <link rel="stylesheet" href="#{request.contextPath}/template/shfoot/assets/css/ace-ie.min.css" />
166 <![endif]-->
167 </f:verbatim>
168 <!-- inline styles related to this page -->
169 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
170 <f:verbatim>
171 <!--[if lte IE 8]>
172 <script src="#{request.contextPath}/template/shfoot/assets/js/html5shiv.js"></script>
173 <script src="#{request.contextPath}/template/shfoot/assets/js/respond.min.js"></script>
174 <![endif]-->
175 </f:verbatim>
176 <script type="text/javascript" src="#{request.contextPath}/js/cdn/jquery-1.11.0.min.js"></script>
177 <script type="text/javascript" src="#{request.contextPath}/js/cdn/mock-min.js"></script>
178 <script type="text/javascript" src="#{request.contextPath}/js/cdn/bootstrap3-typeahead.js"></script>
179 <script type="text/javascript" src="#{request.contextPath}/template/nit/cdn/js/common.js"></script>
180 <script type="text/javascript" src="login.js"></script>
181     </h:body>
182
183
184 </html>
185
186 </f:view>