project-totopia/w-demo.com_capture/html_sources/유저1/user_충전하기.html
2019-07-21 06:39:16 +09:00

957 lines
33 KiB
HTML

<!DOCTYPE html>
<!-- saved from url=(0054)http://w-demo.com/getWebConfigInfoForInputMoney.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/userBizImplDwr.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">
<link rel="stylesheet" href="./user_충전하기_files/jquery-labelauty.css">
<script type="text/javascript">
function askBankInfo(userId){
consultDwr.askBankInfoByUserId(userId,askBankInfoByUserIdCallBack);
}
function askBankInfoByUserIdCallBack(flag){
if(flag){
alert("계좌문의 되었습니다. 잠시만기다려 주십시요.계좌문의는 고객센터에서 확인 가능합니다.");
}
}
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(($("#IC_Amount").val()).replace(new RegExp(/(,)/g), '').replace(/[^0-9,]*/g,""))+parseInt(money);
$("#IC_Amount").val(formatMoney(theMoney));
}
function resetMoney(){
$("#IC_Amount").val(0);
}
function inputMoneySubmit(){
$("#frm").attr("action","inputMoney.action");
$("#frm").attr("method", "post");
$("#frm").submit();
}
function checkInputMoneyForm(){
if($("#IC_Amount").val()=="" || $("#IC_Amount").val()==0){
alert("신청하실 충전금액을 입력해주세요");
return false;
}
if(parseInt($("#IC_Amount").val().replace(/,/g, ""))<10000){
alert("1만원 이하 입금시 천원단위 충전 불가합니다.");
return false;
}
}
function askBankInfoWithExchangePwd(userId){
var exchangePwd = $("#exchangePwdId").val();
consultDwr.askBankInfoByUserIdAndExchangePwd(userId,exchangePwd,askBankInfoByUserIdAndExchangePwdCallBack);
}
function askBankInfoByUserIdAndExchangePwdCallBack(date){
if(date==0){
alert("입력하신 비번은 맞지않습니다.");
}
if(date==1){
alert("계좌문의 되었습니다 잠시후 고객센터에서 확인하시길바랍니다");
}
}
function askBankInfoByExchangePwd(userId){
var exchangePwd = $("#exchangePwdId").val();
userBizImplDwr.selectBankInfoByUserIdAndExchangePwd(userId,exchangePwd,selectBankInfoByUserIdAndExchangePwdCallBack);
}
function selectBankInfoByUserIdAndExchangePwdCallBack(date){
$("#bankInfoP").html(date);
}
</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&amp;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=&#39;getUserInfoByUid.action&#39;" class="level_show">
<img src="./user_충전하기_files/lv4.png" height="30">
&nbsp;&nbsp;
<span>마스터</span>
</a>
</li>
<li class="left_space">
보유금액 : <span id="userMoneyNum1" style="color:#ffcd00;">1,312,000</span>
<a onclick="window.location.href=&#39;getMessageListByUser.action?pageNum=1&#39;" 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=&#39;getUserMoneyLogByUser.action&#39;">머니로그<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=&#39;getUserPointListByUser.action&#39;">포인트로그<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=&#39;getUserTuiJianInfoByUid.action&#39;">추천내역<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=&#39;getMoneyLogByLogType.action&#39;"><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=&#39;getSignInLogByUser.action&#39;"><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=&#39;getGongGaoByUser.action&#39;">베팅규정<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=&#39;userLoadOut.action&#39;" 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" action="http://w-demo.com/" method="post" onsubmit="return checkInputMoneyForm();">
<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;">Step1.</span> 입금하실 때에는 인터넷뱅킹.폰뱅킹,무통장입금,ATM이체 등의 방법을 이용하여 입금이 가능합니다.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(아래의 입금 계좌는 수시로 변경될 수 있습니다.입금하시기전에 다시한번 입금계좌 확인을 해주시기바랍니다.)
</li>
<li>
<span style="color:#02a3db;">Step2.</span> 입금하실 금액은 금액버튼을 클릭하시거나 직접 입력하실 수 있습니다.
</li>
<li>
<span style="color:#02a3db;">Step3.</span> 입금자이름 란에는 송금하시는 통장의 입금주(통장명의자) 성함을 넣어주셔야 하며, 닉네임 또는 통장명의자가 다른 이름을 넣으실경우 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 절대 충전이 불가합니다. </li>
<li>
<span style="color:#02a3db;">Step4.</span> 충전 신청버튼을 클릭하시면 신청이 완료됩니다.
</li>
</ul>
</td>
</tr>
<tr>
<td class="count_area_one" style="padding-bottom:20px;">
<h4>주의사항 안내 </h4>
<ul class="inputmoney_left_ul">
<li>
<span style="color:#02a3db;">1.</span> 입금하시기 전에는 항상 계좌확인을 부탁드리며, 계좌확인을 안하시면 충전신청을 하실수 없습니다.
</li>
<li>
<span style="color:#02a3db;">2.</span> 입금자명(입금통장명의자) / 충전신청금액 / 실제입금금액이 일치하시면 입금후 1분이내에 충전이 처리 됩니다.
</li>
<li>
<span style="color:#02a3db;">3.</span> 입금 전용 계좌에 정상적으로 입금 완료후 충전신청을 해주시길 바랍니다.
</li>
<li>
<span style="color:#02a3db;">4.</span> 충전신청은 신청하신 내용이 완료되지 않거나 삭제(취소)되지 않은상태에서는 중복신청 또는 추가신청이 불가합니다.
</li>
<li>
<span style="color:#02a3db;">5.</span> 수표입금 시 충전 처리가 되지 않습니다
</li>
<li>
<span style="color:#02a3db;">6.</span> 충전 완료 5분 내에 추가 신청할수 없습니다.
</li>
</ul>
</td>
</tr>
<tr>
<td class="count_area_one" style="background-color:#000; padding-bottom:20px;">
<h4 style="color:#fff;">폰뱅킹 안내 </h4>
<img src="./user_충전하기_files/img_bank.png" height="263" width="796" style="margin-top:8px;">
</td>
</tr>
</tbody></table>
<div class="money_input_area">
<div class="form_money_area">
<h3 class="ko-title">거래은행</h3>
<div class="bank_infor">
<span style="line-height:32px; ">
테스트
테스트
테스트
</span>
</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 name="IC_Amount" id="IC_Amount" value="0" onkeyup="changeMoney(this)" type="text" style="height:28px;">
</div>
<h3 class="ko-title">예금주</h3>
<div class="bank_infor">
<input type="text" name="AccountName" value="1111" style="height:28px;">
</div>
<div class="btn-menu">
<ul>
<li class="btn-store-find"><a onclick="inputMoneySubmit()"> 충전신청하기</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" 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">100000</td>
<td width="200" align="center">2019-07-14</td>
<td width="200" align="center">
<span style="color:red;">충전실패</span>
</td>
<td width="100" align="center">
<a href="http://w-demo.com/deleteUserMoneyLogByLogId.action?logId=233778" style="color:#bf7d2e; font-weight: bold;">삭제</a>
</td>
</tr>
<tr>
<td width="100" align="center">2</td>
<td width="250" align="center">1111</td>
<td width="250" align="center">50000</td>
<td width="200" align="center">2019-07-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=233776" style="color:#bf7d2e; font-weight: bold;">삭제</a>
</td>
</tr>
<tr>
<td width="100" align="center">3</td>
<td width="250" align="center">1111</td>
<td width="250" align="center">30000</td>
<td width="200" align="center">2019-07-08</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=233388" style="color:#bf7d2e; font-weight: bold;">삭제</a>
</td>
</tr>
<tr>
<td width="100" align="center">4</td>
<td width="250" align="center">1111</td>
<td width="250" align="center">1000000</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=231570" style="color:#bf7d2e; font-weight: bold;">삭제</a>
</td>
</tr>
<tr>
<td width="100" align="center">5</td>
<td width="250" align="center">1111</td>
<td width="250" align="center">50000</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=231518" style="color:#bf7d2e; font-weight: bold;">삭제</a>
</td>
</tr>
<tr>
<td width="100" align="center">6</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=231467" style="color:#bf7d2e; font-weight: bold;">삭제</a>
</td>
</tr>
<tr>
<td width="100" align="center">7</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=231463" style="color:#bf7d2e; font-weight: bold;">삭제</a>
</td>
</tr>
<tr>
<td width="100" align="center">8</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=231462" style="color:#bf7d2e; font-weight: bold;">삭제</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&amp;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>
<script src="./user_충전하기_files/jquery-labelauty.js.다운로드"></script>
<script>
$(function(){
$(':input').labelauty();
});
</script>
<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>