773 lines
28 KiB
HTML
773 lines
28 KiB
HTML
<!DOCTYPE html>
|
||
<!-- saved from url=(0059)http://w-demo.com/getUserMoneyLogOfExchangeMoneyList.action -->
|
||
<html class=" ext-strict"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<!--<base href="http://w-demo.com:80/">--><base href=".">
|
||
<link rel="SHORTCUT ICON" href="http://w-demo.com/img/logoIco.ico">
|
||
<title>WINS DEMO </title>
|
||
|
||
<meta http-equiv="pragma" content="no-cache">
|
||
<meta http-equiv="cache-control" content="no-cache">
|
||
<meta http-equiv="expires" content="0">
|
||
|
||
<script type="text/javascript" src="./user_환전하기_files/consultDwr.js.다운로드"></script>
|
||
<script type="text/javascript" src="./user_환전하기_files/engine.js.다운로드"></script>
|
||
<script type="text/javascript" src="./user_환전하기_files/util.js.다운로드"></script>
|
||
|
||
<script type="text/javascript" src="./user_환전하기_files/jquery-1.7.2.min.js.다운로드"></script>
|
||
|
||
<link rel="stylesheet" type="text/css" href="./user_환전하기_files/mainStyle.css">
|
||
<link rel="stylesheet" type="text/css" href="./user_환전하기_files/pageTop.css">
|
||
<link rel="stylesheet" type="text/css" href="./user_환전하기_files/inputMoney.css">
|
||
|
||
<script type="text/javascript">
|
||
|
||
|
||
|
||
function formatMoney(money){
|
||
|
||
money = money+",";
|
||
var str = money.replace(new RegExp(/(,)/g), '').replace(/[^0-9,]*/g,"");
|
||
var newStr = new Array(str.length + parseInt(str.length / 3));
|
||
var strArray = str.split("");
|
||
newStr[newStr.length - 1] = strArray[strArray.length - 1];
|
||
var currentIndex = strArray.length - 1;
|
||
for ( var i = newStr.length - 1; i >= 0; i--) {
|
||
if ((newStr.length - i) % 4 == 0) {
|
||
newStr[i] = ",";
|
||
} else {
|
||
newStr[i] = strArray[currentIndex--];
|
||
}
|
||
}
|
||
var newMoney = newStr.join("");
|
||
|
||
if (newMoney.indexOf(",") == 0) {
|
||
newMoney = newMoney.replace(",", "");
|
||
}
|
||
return newMoney;
|
||
}
|
||
|
||
function changeMoney(obj) {
|
||
$(obj).val(formatMoney($(obj).val()));
|
||
}
|
||
|
||
function InputCheck_new(money){
|
||
|
||
var theMoney = parseInt(($("#exchange_money").val()).replace(new RegExp(/(,)/g), '').replace(/[^0-9,]*/g,""))+parseInt(money);
|
||
|
||
$("#exchange_money").val(formatMoney(theMoney));
|
||
|
||
}
|
||
|
||
function resetMoney(){
|
||
|
||
$("#exchange_money").val(0);
|
||
|
||
}
|
||
|
||
function reMoneySubmit(){
|
||
|
||
$("#frm").attr("action","exchangeMoney.action");
|
||
$("#frm").attr("method", "post");
|
||
$("#frm").submit();
|
||
|
||
}
|
||
|
||
function checkExchangeMoneyForm(){
|
||
|
||
var userNowHaveMoney = $("#userNowHaveMoney_exchangePage").val();
|
||
|
||
var exchange_money = $("#exchange_money").val();
|
||
|
||
var exchange_Pwd = $("#exchange_Pwd").val();
|
||
|
||
if(exchange_money==0 || exchange_money==""){
|
||
|
||
alert("신청하실 환전금액을 입력해주세요");
|
||
return false;
|
||
|
||
}
|
||
|
||
|
||
if(parseInt(exchange_money.replace(/,/g, ""))>parseInt(userNowHaveMoney)){
|
||
|
||
alert("환전금액이 현 보유머니를 초과하시면 신청이 불가합니다");
|
||
return false;
|
||
|
||
}
|
||
|
||
if(parseInt(exchange_money.replace(/,/g, ""))<10000){
|
||
|
||
alert("1만원 이하 천원단위 환전 불가합니다.");
|
||
return false;
|
||
|
||
}
|
||
|
||
if(parseInt(exchange_money.replace(/,/g, ""))%10000 >0){
|
||
|
||
alert("환전은 만원 단위로만 가능합니다");
|
||
return false;
|
||
|
||
}
|
||
|
||
|
||
if(exchange_Pwd==""){
|
||
|
||
alert("정확한 환전비번을 입력해주세요");
|
||
return false;
|
||
|
||
}
|
||
|
||
}
|
||
|
||
</script>
|
||
|
||
<link rel="stylesheet" href="./user_환전하기_files/layer.css" id="layuicss-skinlayercss"></head>
|
||
|
||
<body id="te_width" class=" ext-webkit ext-chrome">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--<base href="http://w-demo.com:80/">--><base href=".">
|
||
<link rel="SHORTCUT ICON" href="http://w-demo.com/img/logoIco.ico">
|
||
<title>WINS DEMO </title>
|
||
|
||
|
||
|
||
<meta http-equiv="pragma" content="no-cache">
|
||
<meta http-equiv="cache-control" content="no-cache">
|
||
<meta http-equiv="expires" content="0">
|
||
|
||
<link rel="stylesheet" type="text/css" href="./user_환전하기_files/mainStyle.css">
|
||
<link rel="stylesheet" type="text/css" href="./user_환전하기_files/pageTop.css">
|
||
<link rel="stylesheet" href="./user_환전하기_files/buttons.css" type="text/css">
|
||
<link rel="stylesheet" href="./user_환전하기_files/animate.min.css" type="text/css">
|
||
|
||
<link rel="stylesheet" href="./user_환전하기_files/style.css" type="text/css">
|
||
|
||
<script type="text/javascript" src="./user_환전하기_files/messageDwr.js.다운로드"></script>
|
||
<script type="text/javascript" src="./user_환전하기_files/consultDwr.js.다운로드"></script>
|
||
<script type="text/javascript" src="./user_환전하기_files/userBizImplDwr.js.다운로드"></script>
|
||
<script type="text/javascript" src="./user_환전하기_files/bettingBizImplDwr.js.다운로드"></script>
|
||
<script type="text/javascript" src="./user_환전하기_files/engine.js.다운로드"></script>
|
||
<script type="text/javascript" src="./user_환전하기_files/util.js.다운로드"></script>
|
||
<script type="text/javascript" src="./user_환전하기_files/layer.js.다운로드"></script>
|
||
|
||
<link rel="stylesheet" href="./user_환전하기_files/style(1).css" media="screen" type="text/css">
|
||
<link rel="stylesheet" type="text/css" href="./user_환전하기_files/game.css">
|
||
|
||
<link href="./user_환전하기_files/jquery-accordion-menu.css" rel="stylesheet" type="text/css">
|
||
|
||
|
||
<script type="text/javascript" src="./user_환전하기_files/pageTopPage1.js.다운로드"></script>
|
||
|
||
<link rel="stylesheet" type="text/css" href="./user_환전하기_files/style(2).css">
|
||
<!-- new 2019 3 13 -->
|
||
<link rel="stylesheet" type="text/css" href="./user_환전하기_files/style(3).css">
|
||
|
||
<script src="./user_환전하기_files/jquery.js.다운로드"></script>
|
||
<script src="./user_환전하기_files/jquery-ui.min.js.다운로드"></script>
|
||
<script src="./user_환전하기_files/jquery.easing.1.3.js.다운로드"></script>
|
||
|
||
|
||
<!-- end new 2019 3 13 -->
|
||
|
||
|
||
|
||
|
||
|
||
<input type="hidden" id="userNewConsultMusic" value="201611081256397.wav">
|
||
<input type="hidden" id="userNewMessageMusic" value="201611081256458.wav">
|
||
<input type="hidden" id="userId" value="72">
|
||
|
||
<div id="betFaker" style="position:absolute; right:0; top:0;">
|
||
|
||
</div>
|
||
|
||
|
||
<header id="dHead" class="basic">
|
||
<!-- header_wrap -->
|
||
<div class="header-wrap">
|
||
<div class="inner">
|
||
<h1><a href="http://w-demo.com/goHome.action">OUTBACK STEAKHOUSE</a></h1>
|
||
<nav id="gnb" class="gnb-wrap">
|
||
<ul>
|
||
|
||
<li class="gnb-01 ">
|
||
<a href="http://w-demo.com/getGameListBySelectType.action?gameType=1">크로스</a>
|
||
|
||
<div class="snb">
|
||
<div class="snb-list">
|
||
<h3><a href="http://w-demo.com/#">크로스</a></h3>
|
||
<ul>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=1">크로스</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=3">스페셜</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=4">실시간</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
|
||
<li class="gnb-02 ">
|
||
<a href="http://w-demo.com/getGameListBySelectType.action?gameType=5">미니게임</a>
|
||
|
||
<div class="snb">
|
||
<div class="snb-list">
|
||
<h3><a href="http://w-demo.com/#">미니게임</a></h3>
|
||
<ul>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=5">사다리</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=11">다리다리</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=7">파워볼</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=6">달팽이</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=12">로하이</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=13">알라딘</a></li>
|
||
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=71">스피드키노</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=72">파워사다리</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=73">키노사다리</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=74">panda</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
|
||
<li class="gnb-03 ">
|
||
<a href="http://w-demo.com/getGameListBySelectType.action?gameType=141">BET365</a>
|
||
<div class="snb">
|
||
<div class="snb-list">
|
||
<h3><a href="http://w-demo.com/#">BET365</a></h3>
|
||
<ul>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=141">가상축구</a></li>
|
||
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=151">개경주</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
|
||
<li class="gnb-04 ">
|
||
<a href="http://w-demo.com/getGameListBySelectType.action?gameType=19">로투스</a>
|
||
<div class="snb">
|
||
<div class="snb-list">
|
||
<h3><a href="http://w-demo.com/#">로투스</a></h3>
|
||
<ul>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=19">바카라I</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=20">바카라II</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
|
||
<li class="gnb-08 ">
|
||
<a href="http://ch7735.com/" target="_blank">카지노</a>
|
||
</li>
|
||
|
||
<li class="gnb-05 ">
|
||
<a href="http://w-demo.com/getGameResultBySelectType.action?pageNum=1&sType=8">경기결과</a>
|
||
</li>
|
||
<li class="gnb-06 ">
|
||
<a href="http://w-demo.com/getBettingByUser.action?pageNum=1">베팅내역</a>
|
||
</li>
|
||
<li class="gnb-07 ">
|
||
<a href="http://w-demo.com/getBbsListByUser.action?pageNum=1">게시판</a>
|
||
</li>
|
||
|
||
</ul>
|
||
<span class="bar"></span>
|
||
</nav>
|
||
<!-- //gnb -->
|
||
|
||
<ul class="global-menu">
|
||
<li><a href="http://w-demo.com/getConsultListByUser.action?pageNum=1">고객센터</a></li>
|
||
<li><a href="http://w-demo.com/getWebConfigInfoForInputMoney.action">충전하기</a></li>
|
||
<li><a href="http://w-demo.com/getUserMoneyLogOfExchangeMoneyList.action">환전하기</a></li>
|
||
</ul>
|
||
|
||
|
||
<div class="header_bottom">
|
||
|
||
<div class="gundong_area clearfloat">
|
||
<div class="personal_content">
|
||
<ul class="my_message clearfloat">
|
||
<li>
|
||
<a onclick="window.location.href='getUserInfoByUid.action'" class="level_show">
|
||
<img src="./user_환전하기_files/lv4.png" height="30">
|
||
|
||
<span>마스터</span>
|
||
님
|
||
</a>
|
||
</li>
|
||
<li class="left_space">
|
||
보유금액 : <span id="userMoneyNum1" style="color:#ffcd00;">1,312,000</span>원
|
||
|
||
<a onclick="window.location.href='getMessageListByUser.action?pageNum=1'" class="message_box">쪽지함 : (<span id="message_numb" style="color:#ffcd00;">0</span>)</a>
|
||
</li>
|
||
<li class="left_space">
|
||
포인트 : <span id="userPointNum1" style="color:#ffcd00;">120,670</span>원
|
||
|
||
<input type="button" onclick="changePointToMoney()" value="전환" class="point_zhuanhuan">
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="gundong_box">
|
||
<marquee scrollamount="4" onmouseover="this.stop()" onmouseout="this.start()" height="30" style="line-height:30px;">
|
||
테스트중 테스트중 테스트중
|
||
</marquee>
|
||
</div>
|
||
<b class="title_gundong">NOTICE</b>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<!-- //header_wrap -->
|
||
</header>
|
||
|
||
<script type="text/javascript" src="./user_환전하기_files/front_ui.js.다운로드"></script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--<base href="http://w-demo.com:80/">--><base href=".">
|
||
|
||
<title>WINS DEMO </title>
|
||
|
||
<meta http-equiv="pragma" content="no-cache">
|
||
<meta http-equiv="cache-control" content="no-cache">
|
||
<meta http-equiv="expires" content="0">
|
||
<link rel="stylesheet prefetch" href="http://w-demo.com/suZhiDongHua/css/font-awesome.min.css">
|
||
|
||
<style type="text/css">
|
||
.liImg {
|
||
width: 28px;
|
||
}
|
||
|
||
.liAset {
|
||
margin-left: 0px;
|
||
line-height: 40px;
|
||
text-align:center;
|
||
|
||
}
|
||
|
||
</style>
|
||
|
||
|
||
|
||
<!--右导航start-->
|
||
<div style="text-align:center;clear:both"></div>
|
||
|
||
|
||
<div id="jquery-accordion-menu" class="jquery-accordion-menu red" style="width:0px;height: 100%;position: fixed; z-index: 9999;top: 0px;background: rgb(39, 57, 89);">
|
||
|
||
<ul id="demo-list" class="leftNavLi" style="height:100%;padding-top:215px;">
|
||
|
||
<li><a class="liAset" onclick="window.location.href='getUserMoneyLogByUser.action'">머니로그<span style="width:20px;display: inline-block;"></span><img class="liImg" src="./user_환전하기_files/money_icon.png">
|
||
</a>
|
||
</li>
|
||
<li><a class="liAset" onclick="window.location.href='getUserPointListByUser.action'">포인트로그<span style="width:20px;display: inline-block;"></span><img class="liImg" src="./user_환전하기_files/point_icon.png">
|
||
</a>
|
||
</li>
|
||
|
||
<li><a class="liAset" onclick="window.location.href='getUserTuiJianInfoByUid.action'">추천내역<span style="width:20px;display: inline-block;"></span><img class="liImg" src="./user_환전하기_files/shop_show_icon.png">
|
||
</a>
|
||
</li>
|
||
|
||
<li><a class="liAset" onclick="window.location.href='getMoneyLogByLogType.action'">룰<span style="width:5px;display: inline-block;"> </span> 렛 <span style="width:24px;display: inline-block;"> </span> <img class="liImg" src="./user_환전하기_files/zhuanpan_icon.png">
|
||
</a>
|
||
</li>
|
||
<li><a class="liAset" onclick="window.location.href='getSignInLogByUser.action'">출<span style="width:5px;display: inline-block;"> </span> 석 <span style="width:24px;display: inline-block;"> </span> <img class="liImg" src="./user_환전하기_files/sign_icon.png">
|
||
</a>
|
||
</li>
|
||
<li><a class="liAset" onclick="window.location.href='getGongGaoByUser.action'">베팅규정<span style="width:5px;display: inline-block;"> </span> <!-- <img
|
||
class="liImg" src="css/cssImg/shop_show_icon.png"> -->
|
||
<i class="fa fa-paper-plane fa-3x liImg"></i>
|
||
</a>
|
||
</li>
|
||
<li><a class="liAset" onclick="location='userLoadOut.action'" style="background-color:#f00;color:#fff;">로그아웃
|
||
</a>
|
||
</li>
|
||
|
||
|
||
<li>
|
||
<div style="text-align:center;">
|
||
|
||
<a style="border:0px;" href="http://w-demo.com/getAllOnLineUserInfo.action" target="_blank">
|
||
<img src="./user_환전하기_files/logo2.png" width="90px">
|
||
</a>
|
||
<a style="" href="http://w-demo.com/goToBackOfficeHomePage.action" target="_blank">
|
||
<span style="color:#fff;font-size:12px;border-bottom:1px solie #fff;">[어드민 이동]</span>
|
||
</a>
|
||
|
||
|
||
</div>
|
||
</li>
|
||
|
||
<!-- -->
|
||
</ul>
|
||
|
||
<div class="jquery-accordion-menu-footer"><i class="fa fa-angle-right fa-3x page_left_fa"></i></div>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(function() {
|
||
var divWidth=$("#jquery-accordion-menu");
|
||
$('.jquery-accordion-menu-footer').on('click',function(){
|
||
if($('.page_left_fa').hasClass('fa-angle-left')){
|
||
console.log(1);
|
||
$('.page_left_fa').removeClass('fa-angle-left');
|
||
$('.page_left_fa').addClass('fa-angle-right');
|
||
divWidth.animate({width:'0px',opacity:'1'},800);
|
||
}else{
|
||
console.log(2);
|
||
$('.page_left_fa').removeClass('fa-angle-right');
|
||
$('.page_left_fa').addClass('fa-angle-left');
|
||
divWidth.animate({width:'145px',opacity:'1'},800);
|
||
}
|
||
|
||
});
|
||
});
|
||
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="clearfloat wrap_all">
|
||
|
||
<div class="contentDiv wrap_bg">
|
||
|
||
<div class="contentDiv_tit">
|
||
<div class="game_Tile">
|
||
<p class="title_t">환전하기</p>
|
||
</div>
|
||
</div>
|
||
<div class="set_padding">
|
||
<form id="frm" method="post" onsubmit="return checkExchangeMoneyForm();">
|
||
|
||
<table cellpadding="0" cellspacing="0" class="money_inORout">
|
||
|
||
<tbody><tr>
|
||
<td class="count_area_one">
|
||
<h4>주의사항 안내</h4>
|
||
|
||
<ul class="inputmoney_left_ul">
|
||
<li>
|
||
<span style="color:#02a3db;">Step.01</span> 24시간 자유롭게 입,출금이 가능하며 최장 3~5분 소요됩니다<br>
|
||
(단 23:30부터 00:30분 까지는 타행이체 불가) 환전은 신청즉시 보유머니에 차감됩니다.)
|
||
</li>
|
||
<li>
|
||
<span style="color:#02a3db;">Step.02</span> 10분이상 입금이 지연될 경우에는 회원님의 입금계좌정보를 잘못 기입한 경우가 많습니다.
|
||
</li>
|
||
<li>
|
||
<span style="color:#02a3db;">Step.03</span> 다른 계좌로 환전하시려면 고객센터로 문의주세요.<br>
|
||
(회원님의 정보에 등록된 예금주명 외의 계좌로는 환전이 절대 불가능 합니다.)
|
||
</li>
|
||
</ul>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td class="count_area_one" style="padding-bottom:20px;">
|
||
|
||
<h4>환전 규정</h4>
|
||
|
||
<ul class="inputmoney_left_ul">
|
||
<li>
|
||
|
||
환전은 1만원 이상 만원단위로 환전 가능합니다.<br>
|
||
|
||
환전 신청은 환전신청 후 3시간 이후에 재 신청 가능하십니다.<br>
|
||
|
||
환전은 1회 최대 환전 300만원까지 가능하며 환전후 3시간 이후 환전이 가능하며 1일 최대 900만원까지 가능합니다.<br>
|
||
|
||
스포츠 경기 베팅 시 충전금액 + 충전 보너스포인트 포함 100% 베팅 시 환전이 가능 하십니다<br>
|
||
|
||
라이브 경기 베팅 시 충전금액 + 충전 보너스포인트 포함 200% 베팅 시 환전이 가능 하십니다.<br>
|
||
|
||
은행점검 시간인 23:30 ~ 00:30 사이에는 환전업무가 진행 되지 않으니 <br>
|
||
|
||
되도록 점검시간 이외의 시간에 신청해 주시면 보다 빠르게 환전처리 가능하십니다
|
||
|
||
</li>
|
||
</ul>
|
||
</td>
|
||
</tr>
|
||
</tbody></table>
|
||
|
||
<div class="money_input_area">
|
||
<div class="form_money_area">
|
||
<h3 class="ko-title">보유머니</h3>
|
||
<div class="bank_infor">
|
||
<strong style="color:red;">1,312,000 </strong>원
|
||
</div>
|
||
|
||
<h3 class="ko-title">금액선택</h3>
|
||
|
||
<ul class="money_tl bank_infor clearfloat">
|
||
<li class="money_bull01" onclick="InputCheck_new(10000)">10,000</li>
|
||
<li class="money_bull02" onclick="InputCheck_new(30000)">30,000</li>
|
||
<li class="money_bull03" onclick="InputCheck_new(50000)">50,000</li>
|
||
<li class="money_bull04" onclick="InputCheck_new(100000)">100,000</li>
|
||
<li class="money_bull05" onclick="InputCheck_new(500000)">500,000</li>
|
||
<li class="money_bull06" onclick="InputCheck_new(1000000)">1,000,000</li>
|
||
</ul>
|
||
|
||
<h3 class="ko-title">환전금액</h3>
|
||
|
||
<div class="bank_infor">
|
||
<input type="hidden" id="userNowHaveMoney_exchangePage" value="1312000">
|
||
<input type="text" style="height:28px;" name="exchangeMoney" id="exchange_money" onkeyup="changeMoney(this)" maxlength="12" size="24" value="0">
|
||
<span style=" color:#fff;">원</span>
|
||
</div>
|
||
|
||
<h3 class="ko-title">환전비번</h3>
|
||
|
||
<div class="bank_infor">
|
||
<input type="text" style="height:28px;" name="exchange_Pwd" id="exchange_Pwd" maxlength="12" size="24" value="">
|
||
<br>
|
||
<font color="#fff">(회원가입시 입력하신 환전비밀번호를 입력하세요)</font>
|
||
</div>
|
||
|
||
<div class="btn-menu">
|
||
<ul>
|
||
<li class="btn-store-find"><a onclick="reMoneySubmit()"> 환전신청하기</a></li>
|
||
<li class="btn-naver-reser"><a onclick="resetMoney(0)"> 초기화</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</form>
|
||
|
||
<div class="new_money2" style="clear: both;">
|
||
|
||
<table cellpadding="0" cellspacing="0" border="0" class="new_money_tab2">
|
||
<tbody><tr>
|
||
<th width="100" align="center">NO</th>
|
||
<th width="250" align="center">예금주</th>
|
||
<th width="250" align="center">신청금액</th>
|
||
<th width="200" align="center">신청일자</th>
|
||
<th width="200" align="center">상태</th>
|
||
<th width="100" align="center">실행</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td width="100" align="center">1</td>
|
||
<td width="250" align="center">1111</td>
|
||
<td width="250" align="center">50000</td>
|
||
<td width="200" align="center">2019-06-15</td>
|
||
<td width="200" align="center">
|
||
|
||
|
||
|
||
|
||
<span style="color:#5938a7;">환전성공</span>
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td width="100" align="center">
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/deleteUserMoneyLogByLogId.action?logId=231571" style="color:#bf7d2e;">삭제</a>
|
||
|
||
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
<tr>
|
||
<td width="100" align="center">2</td>
|
||
<td width="250" align="center">1111</td>
|
||
<td width="250" align="center">30000</td>
|
||
<td width="200" align="center">2019-06-14</td>
|
||
<td width="200" align="center">
|
||
|
||
|
||
|
||
|
||
<span style="color:#5938a7;">환전성공</span>
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td width="100" align="center">
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/deleteUserMoneyLogByLogId.action?logId=231517" style="color:#bf7d2e;">삭제</a>
|
||
|
||
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
<tr>
|
||
<td width="100" align="center">3</td>
|
||
<td width="250" align="center">1111</td>
|
||
<td width="250" align="center">10000</td>
|
||
<td width="200" align="center">2019-06-12</td>
|
||
<td width="200" align="center">
|
||
|
||
|
||
|
||
|
||
<span style="color:#5938a7;">환전성공</span>
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td width="100" align="center">
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/deleteUserMoneyLogByLogId.action?logId=231466" style="color:#bf7d2e;">삭제</a>
|
||
|
||
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
<tr>
|
||
<td width="100" align="center">4</td>
|
||
<td width="250" align="center">1111</td>
|
||
<td width="250" align="center">30000</td>
|
||
<td width="200" align="center">2019-06-12</td>
|
||
<td width="200" align="center">
|
||
|
||
|
||
|
||
|
||
<span style="color:#5938a7;">환전성공</span>
|
||
|
||
|
||
|
||
|
||
|
||
</td>
|
||
<td width="100" align="center">
|
||
|
||
|
||
|
||
<a href="http://w-demo.com/deleteUserMoneyLogByLogId.action?logId=231464" style="color:#bf7d2e;">삭제</a>
|
||
|
||
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
</tbody></table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="pageFooterDiv">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--<base href="http://w-demo.com:80/">--><base href=".">
|
||
|
||
<title>WINS DEMO </title>
|
||
|
||
<meta http-equiv="pragma" content="no-cache">
|
||
<meta http-equiv="cache-control" content="no-cache">
|
||
<meta http-equiv="expires" content="0">
|
||
|
||
|
||
|
||
|
||
|
||
<footer id="dFoot">
|
||
<a href="javascript:front.common.moveScroll(0, 750);" class="btn-top"><img src="./user_환전하기_files/btn_top.gif" alt="TOP"></a>
|
||
<ul class="speed-big-menu">
|
||
<li class="menu-01">
|
||
<a href="http://w-demo.com/getWebConfigInfoForInputMoney.action">
|
||
<span class="title" style="color:#fff;">INPUT MONEY</span>
|
||
<span class="txt">충전하기</span>
|
||
<span class="arrow"></span>
|
||
<span class="icon"><img src="./user_환전하기_files/speed_menu_icon_01.png" alt=""></span>
|
||
</a>
|
||
</li>
|
||
<li class="menu-02">
|
||
<a href="http://w-demo.com/getUserMoneyLogOfExchangeMoneyList.action">
|
||
<span class="title" style="color:#fff;">OUT MONEY</span>
|
||
<span class="txt">환전하기</span>
|
||
<span class="arrow"></span>
|
||
<span class="icon"><img src="./user_환전하기_files/speed_menu_icon_02.png" alt=""></span>
|
||
</a>
|
||
</li>
|
||
<li class="menu-03">
|
||
<a href="http://w-demo.com/getConsultListByUser.action?pageNum=1">
|
||
<span class="title" style="color:#fff;">TALK ME</span>
|
||
<span class="txt">고객센터</span>
|
||
<span class="arrow"></span>
|
||
<span class="icon"><img src="./user_환전하기_files/speed_menu_icon_03.png" alt=""></span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
|
||
<section class="footer-wrap">
|
||
<!--<h2><img src="images/picture/footer_logo.png" alt="OUTBACK STEAKEHOUSE"/></h2>-->
|
||
<ul class="footer-menu">
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=1" style="font-weight:700;">크로스</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=5">미니게임</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=141">BET365</a></li>
|
||
<li><a href="http://w-demo.com/getGameListBySelectType.action?gameType=19">로투스</a></li>
|
||
<li><a href="http://w-demo.com/getGameResultBySelectType.action?pageNum=1&sType=8">경기결과</a></li>
|
||
<li><a href="http://w-demo.com/getBettingByUser.action?pageNum=1">베팅내역</a></li>
|
||
<li><a href="http://w-demo.com/getBbsListByUser.action?pageNum=1">게시판</a></li>
|
||
</ul>
|
||
|
||
|
||
|
||
</section>
|
||
</footer>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div id="syno-nsc-ext-comp-1008" class=" x-tip-invalid" style="position: absolute; z-index: 11000; visibility: hidden; display: none;"><div class="x-tip-invalid-tl"><div class="x-tip-invalid-tr"><div class="x-tip-invalid-tc"><div class="x-tip-invalid-header x-unselectable" id="syno-nsc-ext-gen3"><span class="x-tip-invalid-header-text"></span></div></div></div></div><div class="x-tip-invalid-bwrap" id="syno-nsc-ext-gen4"><div class="x-tip-invalid-ml"><div class="x-tip-invalid-mr"><div class="x-tip-invalid-mc" id="syno-nsc-ext-gen7"><div class="x-tip-invalid-body" id="syno-nsc-ext-gen5" style="height: auto;"></div></div></div></div><div class="x-tip-invalid-bl x-panel-nofooter" id="syno-nsc-ext-gen6"><div class="x-tip-invalid-br"><div class="x-tip-invalid-bc"></div></div></div></div><div class="x-tip-anchor x-tip-anchor-top" id="syno-nsc-ext-gen8" style="z-index: 11001;"></div></div></body></html> |