<?xml version="1.0" encoding="UTF-8"?>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<f:view xmlns="http://www.w3.org/1999/xhtml"
|
xmlns:c="http://java.sun.com/jsp/jstl/core"
|
xmlns:h="http://java.sun.com/jsf/html"
|
xmlns:f="http://java.sun.com/jsf/core"
|
xmlns:ui="http://java.sun.com/jsf/facelets">
|
|
<html>
|
<h:head>
|
<meta charset="utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> -->
|
|
<link rel="stylesheet" type="text/css" href="#{request.contextPath}/template/assets/css/bootstrap.css" />
|
<link rel="stylesheet" type="text/css" href="css/balloon.css" />
|
<link rel="stylesheet" type="text/css" href="css/iconfont.css" />
|
<link rel="stylesheet" type="text/css" href="css/login.css" />
|
|
<title>登录河南明泰分单配车管理系统</title>
|
|
<script>
|
if (window.location.href == 'http://yingyong.hngymt.com:9999' || window.location.href == 'http://yingyong.hngymt.com:9999/' ) {
|
window.open('http://yingyong.hngymt.com:9999/download/sitelist.html', '_self');
|
}
|
</script>
|
<style>
|
#downloadCenter {
|
position: absolute;
|
width: 105px;
|
height: 144px;
|
background: #0882E1;
|
color: #FFF;
|
padding-top: 100px;
|
background-image: url(download/images/download.png);
|
background-size: 55%;
|
background-repeat: no-repeat;
|
background-position-x: 28px;
|
background-position-y: 29px;
|
transition: all 0.5s ease 0s;
|
-webkit-transition: all 0.5s ease 0s
|
}
|
#downloadCenter:hover {
|
text-decoration: none
|
}
|
.n-dcode a{
|
opacity: 0;
|
}
|
.n-dcode:hover a{
|
opacity: 1
|
}
|
.other {
|
/*position: absolute;*/
|
/*left: 30px;*/
|
/*bottom: 20px;*/
|
}
|
.other a {
|
/*background: #E6E6E6;*/
|
border-radius: 50%;
|
text-decoration: underline;
|
/*color: #333;*/
|
}
|
.other a:hover {
|
/*text-decoration: none*/
|
}
|
.other a {
|
display: inline-block;
|
margin-bottom: 7px;
|
/*text-decoration: none;*/
|
margin-left: 20px;
|
}
|
|
.other i {
|
display: inline-block;
|
font-size: 28px;
|
width: 42px;
|
height: 42px;
|
line-height: 42px;
|
border-radius: 42px;
|
color: rgba(0,0,0,.5);
|
/*background-color: rgba(0,0,0,.1);*/
|
-webkit-transition: all .3s ease-in-out;
|
transition: all .3s ease-in-out;
|
font-style: normal
|
}
|
|
.other i:hover {
|
background-color: #01AEEF;
|
color: #fff
|
}
|
</style>
|
</h:head>
|
|
<h:body class="body">
|
<div class="logo-wrap">
|
<div class="logo-w">
|
<img src="image/logo.png" style="float: left;" />
|
<h3 style="float: right;margin-top: 45px;font-size: 22px;font-family: 'microsoft yahei';">河南明泰铝业股份有限公司分单配车系统</h3>
|
</div>
|
</div>
|
<div class="container bg bg-new">
|
<div class="row">
|
<!-- <div class="col-xs-12 head">
|
<div class="headbox">
|
<span>河南明泰铝业股份有限公司一卡通平台</span>
|
</div>
|
</div> -->
|
<div class="col-xs-12 content content-new">
|
<div class="xbga"><img src="image/bga.png" style="width: 550px;margin-top: -25px;" /></div>
|
<!-- <div class="n-dcode" style="position: fixed; bottom: 150px; left: 120px; background: #fff">
|
<a href="/download/tools.jsf" id="downloadCenter">下载中心</a>
|
<p style="padding-top: 5px; font-size: 12px; margin-bottom: 0px">下载中心</p>
|
<img alt="二维码" class="img" src="#{request.contextPath}/download/images/qrcode.png" />
|
<p style="padding-bottom: 5px; font-size: 12px; margin-bottom: 0px; width: 105px">手机客户端下载<br/>点击或扫描二维码</p>
|
</div> -->
|
<div class="contbox">
|
<!-- <div class="img">
|
<img src="image/1-2.png" alt="图片" />
|
</div> -->
|
<form class="form-horizontal">
|
<div class="title"><img src="image/title.png" /></div>
|
<div class="form-group">
|
<label for="inputEmail3" class="control-label" >用户名:</label>
|
<div class="input">
|
<input type="text" class="form-control" id="username" placeholder="" />
|
</div>
|
</div>
|
<div class="form-group">
|
<label for="inputPassword3" class="control-label">密    码:</label>
|
<div class="input">
|
<input type="password" class="form-control" id="password" placeholder="" />
|
</div>
|
</div>
|
<div class="form-group">
|
<label for="inputPassword3" class="control-label">验证码:</label>
|
<div class="input">
|
<input type="text" class="form-control" id="code" style="width: 114px" placeholder="" />
|
<a href="javascript:;" id="reICode"><img id='codeImg' src="#{request.contextPath}/kaptcha/kaptcha/kaptcha.ktc?tttiid='+Math.random()+'" width="129" height="35" /></a>
|
</div>
|
</div>
|
<div class="err" id="err"></div>
|
<div class="form-group">
|
<button type="button" class="btn btn-lg" id="login"><img src="image/button1.png" /></button>
|
</div>
|
</form>
|
</div>
|
</div>
|
</div>
|
</div>
|
<div class="row dibu">
|
<div class="other">
|
<!-- <a target="_blank" href="/download/WannaCry.jsf"><span>勒索软件病毒补丁</span></a>
|
<a target="_blank" href="/extra/updateLog.html"><span>一卡通更新日志</span></a>
|
<a target="_blank" href="/extra/appUpdateLog.html"><span>APP更新日志</span></a>
|
<a target="_blank" href="/download/tools.jsf"><span>下载中心</span></a>
|
<a target="_blank" href="/css/qqgroup.png">QQ群:539542017</a> -->
|
<!--<a data-balloon="" data-balloon-pos="up"><i class="iconfont icon-rizhi"></i></a>-->
|
</div>
|
<p style="font-size: 13px">河南明泰铝业股份有限公司 版权所有 All rights reserved</p>
|
</div>
|
<f:verbatim>
|
<!--[if lte IE 8]>
|
<link rel="stylesheet" href="#{request.contextPath}/template/shfoot/assets/css/ace-ie.min.css" />
|
<![endif]-->
|
</f:verbatim>
|
<!-- inline styles related to this page -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<f:verbatim>
|
<!--[if lte IE 8]>
|
<script src="#{request.contextPath}/template/shfoot/assets/js/html5shiv.js"></script>
|
<script src="#{request.contextPath}/template/shfoot/assets/js/respond.min.js"></script>
|
<![endif]-->
|
</f:verbatim>
|
<script type="text/javascript" src="#{request.contextPath}/js/cdn/jquery-1.11.0.min.js"></script>
|
<script type="text/javascript" src="#{request.contextPath}/js/cdn/mock-min.js"></script>
|
<script type="text/javascript" src="#{request.contextPath}/js/cdn/bootstrap3-typeahead.js"></script>
|
<script type="text/javascript" src="#{request.contextPath}/template/nit/cdn/js/common.js"></script>
|
<script type="text/javascript" src="login.js"></script>
|
</h:body>
|
|
|
</html>
|
|
</f:view>
|