|
|
|
|
|
|
|
|
|
|
|
|
| <!DOCTYPE HTML>
|
| <html>
|
| <head>
|
| <base href="http://w-demo.com:80/">
|
| <link rel="SHORTCUT ICON" href="img/logoIco.ico" />
|
| <title>WINS DEMO-admin</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="huaDongFenYe/js/jquery.min.js"></script>
|
|
|
|
|
| <link rel="stylesheet" href="superRadioAndCheck/css/jquery-labelauty.css">
|
|
|
| <style type="text/css">
|
|
|
| .liZhi{width: 100px; position:relative; height: 100px; margin: 100px; background:#ddd; border: 1px solid #ccc; text-align: center; line-height: 100px; font-size: 12px; font-family: "微软雅黑"; float:left; margin-right: 30px; margin-top: 30px;}
|
|
|
|
|
| @CHARSET "UTF-8";
|
|
|
|
|
| .lefteasein{
|
|
|
|
|
| -webkit-animation: lefteaseinAnimate 2s ease infinite;
|
| animation: lefteaseinAnimate 2s ease infinite;
|
| }
|
| @-webkit-keyframes lefteaseinAnimate{
|
| 0%{ -webkit-transform:translateX(-1200px); opacity: 0;}
|
| 100%{ -webkit-transform: translateX(0px); opacity: 1;}
|
| }
|
| @keyframes lefteaseinAnimate{
|
| 0%{transform:translateX(-1200px); opacity: 0;}
|
| 100%{ transform: translateX(0px); opacity: 1;}
|
| }
|
| .righteasein{
|
|
|
|
|
| -webkit-animation: righteaseinAnimate 2s ease infinite;
|
| animation: righteaseinAnimate 2s ease infinite;
|
| }
|
| @-webkit-keyframes righteaseinAnimate{
|
| 0%{ -webkit-transform:translateX(1200px); opacity: 0;}
|
| 100%{ -webkit-transform: translateX(0px); opacity: 1;}
|
| }
|
| @keyframes righteaseinAnimate{
|
| 0%{transform:translateX(1200px); opacity: 0;}
|
| 100%{ transform: translateX(0px); opacity: 1;}
|
| }
|
|
|
| .upeasein{
|
| -webkit-animation: upeaseinAnimate 2s ease infinite;
|
| animation: upeaseinAnimate 2s ease infinite;
|
| }
|
| @-webkit-keyframes upeaseinAnimate{
|
| 0%{ -webkit-transform: translateY(-200px); opacity: 0;}
|
| 100%{ -webkit-transform: translateY(0px); opacity: 1;}
|
| }
|
| @keyframes upeaseinAnimate{
|
| 0%{ transform: translateY(-200px); opacity: 0;}
|
| 100%{ transform: translateY(0px); opacity: 1;}
|
| }
|
|
|
| .boteasein{
|
| -webkit-animation: boteaseinAnimate 2s ease infinite;
|
| animation: boteaseinAnimate 2s ease infinite;
|
| }
|
| @-webkit-keyframes boteaseinAnimate{
|
| 0%{ -webkit-transform: translateY(200px); opacity: 0;}
|
| 100%{ -webkit-transform: translateY(0px); opacity: 1;}
|
| }
|
| @keyframes boteaseinAnimate{
|
| 0%{ transform: translateY(200px); opacity: 0;}
|
| 100%{ transform: translateY(0px); opacity: 1;}
|
| }
|
|
|
|
|
| .nirotatein{
|
| -webkit-animation: nirotateinAnimate 1s ease infinite;
|
| animation: nirotateinAnimate 1s ease infinite;
|
| }
|
| @-webkit-keyframes nirotateinAnimate{
|
| 0%{ -webkit-transform: rotate(200deg);}
|
| 100%{ -webkit-transform: rotate(0deg);}
|
| }
|
| @keyframes nirotateinAnimate{
|
| 0%{ transform: rotate(200deg);}
|
| 100%{ transform: rotate(0deg);}
|
| }
|
|
|
| .zhengrotatein{
|
| -webkit-animation: zhengrotateinAnimate 1s ease infinite;
|
| animation: zhengrotateinAnimate 1s ease infinite;
|
| }
|
| @-webkit-keyframes zhengrotateinAnimate{
|
| 0%{ -webkit-transform: rotate(-200deg);}
|
| 100%{ -webkit-transform: rotate(0deg);}
|
| }
|
| @keyframes zhengrotateinAnimate{
|
| 0%{ transform: rotate(-200deg);}
|
| 100%{ transform: rotate(0deg);}
|
| }
|
|
|
| .rotateinleftbot{
|
| -webkit-animation: rotateinleftbotAnimate 1s ease infinite;
|
| animation: rotateinleftbotAnimate 1s ease infinite;
|
| }
|
| @-webkit-keyframes rotateinleftbotAnimate{
|
| 0%{ -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg);}
|
| 100%{-webkit-transform-origin: left bottom; -webkit-transform: rotate(0deg);}
|
| }
|
| @keyframes rotateinleftbotAnimate{
|
| 0%{ transform-origin: left bottom;transform: rotate(-90deg);}
|
| 100%{transform-origin: left bottom; transform: rotate(0deg);}
|
| }
|
|
|
| .rotateinrightbot{
|
| -webkit-animation: rotateinrightbotAnimate 1s ease infinite;
|
| animation: rotateinrightbotAnimate 1s ease infinite;
|
| }
|
| @-webkit-keyframes rotateinrightbotAnimate{
|
| 0%{ -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg);}
|
| 100%{-webkit-transform-origin: right bottom; -webkit-transform: rotate(0deg);}
|
| }
|
| @keyframes rotateinrightbotAnimate{
|
| 0%{ transform-origin: right bottom;transform: rotate(90deg);}
|
| 100%{transform-origin: right bottom; transform: rotate(0deg);}
|
| }
|
|
|
| .bouncein{
|
| -webkit-animation: bounceinAnimate 1s ease infinite;
|
| animation: bounceinAnimate 1s ease infinite;
|
| }
|
| @-webkit-keyframes bounceinAnimate{
|
| 0%{ -webkit-transform: scale(.3);}
|
| 50%{ -webkit-transform: scale(1.05);}
|
| 70%{ -webkit-transform: scale(0.9);}
|
| 100%{ -webkit-transform: scale(1);}
|
| }
|
| @keyframes bounceinAnimate{
|
| 0%{ transform: scale(.3);}
|
| 50%{transform: scale(1.05);}
|
| 70%{ transform: scale(0.9);}
|
| 100%{transform: scale(1);}
|
| }
|
|
|
|
|
|
|
|
|
|
|
|
|
| .zuoXuan_div
|
| {
|
| animation:zuoXuan_div 3s ease infinite;
|
| -moz-animation:zuoXuan_div 3s ease infinite;
|
| -webkit-animation:zuoXuan_div 3s ease infinite;
|
| -o-animation:zuoXuan_div 3s ease infinite;
|
| }
|
|
|
| @keyframes zuoXuan_div
|
| {
|
| 0% {transform: rotate(0deg);left:-1200px;}
|
|
|
| 100% {transform: rotate(1080deg);left:0px;}
|
| }
|
|
|
| @-webkit-keyframes zuoXuan_div
|
| {
|
| 0% {-webkit-transform: rotate(0deg);left:-1200px;}
|
|
|
| 100% {-webkit-transform: rotate(1080deg);left:0px;}
|
| }
|
|
|
| @-moz-keyframes zuoXuan_div
|
| {
|
| 0% {-moz-transform: rotate(0deg);left:-1200px;}
|
|
|
| 100% {-moz-transform: rotate(1080deg);left:0px;}
|
| }
|
|
|
| @-o-keyframes zuoXuan_div
|
|
|
| {
|
| 0% {transform: rotate(0deg);left:-1200px;}
|
|
|
| 100% {transform: rotate(1080deg);left:0px;}
|
| }
|
|
|
|
|
|
|
| .youXuan_div
|
| {
|
| animation:youXuan_div 3s ease infinite;
|
| -moz-animation:youXuan_div 3s ease infinite;
|
| -webkit-animation:youXuan_div 3s ease infinite;
|
| -o-animation:youXuan_div 3s ease infinite;
|
| }
|
|
|
| @keyframes youXuan_div
|
| {
|
| 0% {transform: rotate(0deg);left:1200px;}
|
|
|
| 100% {transform: rotate(-1080deg);left:0px;}
|
| }
|
|
|
| @-webkit-keyframes youXuan_div
|
| {
|
| 0% {-webkit-transform: rotate(0deg);left:1200px;}
|
|
|
| 100% {-webkit-transform: rotate(-1080deg);left:0px;}
|
| }
|
|
|
| @-moz-keyframes youXuan_div
|
| {
|
| 0% {-moz-transform: rotate(0deg);left:1200px;}
|
|
|
| 100% {-moz-transform: rotate(-1080deg);left:0px;}
|
| }
|
|
|
| @-o-keyframes youXuan_div
|
|
|
| {
|
| 0% {transform: rotate(0deg);left:1200px;}
|
|
|
| 100% {transform: rotate(-1080deg);left:0px;}
|
| }
|
|
|
|
|
| </style>
|
|
|
| </head>
|
|
|
| <body>
|
|
|
| <div id="header">
|
| <h1>
|
| </h1>
|
| </div>
|
|
|
|
|
| <div id="search">
|
|
|
|
|
|
|
|
|
|
|
|
|
| <!DOCTYPE HTML>
|
| <html>
|
| <head>
|
| <base href="http://w-demo.com:80/">
|
| <link rel="SHORTCUT ICON" href="img/logoIco.ico" />
|
| <title>WINS DEMO-admin</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='dwr/interface/backOfficeUtilDwr.js'></script>
|
| <script type='text/javascript' src='dwr/interface/bettingBizImplDwr.js'></script>
|
| <script type='text/javascript' src='dwr/engine.js'></script>
|
| <script type='text/javascript' src='dwr/util.js'></script>
|
|
|
| <link rel="stylesheet" href="huadongCheckBox/css/style.css" />
|
| <link rel="stylesheet" href="lvCheckbox/assets/reset.css">
|
| <link rel="stylesheet" href="backOfficeDemo/css/backOfficeTop.css">
|
|
|
| <script type='text/javascript' src='backOfficeDemo/js/backOfficeTop.js'></script>
|
|
|
|
|
|
|
|
|
| </head>
|
|
|
| <body>
|
|
|
|
|
|
|
| <div style="text-align: left;">
|
| <input type="hidden" id="positionOneMusic"
|
| value='201704210226251.wav' />
|
| <input type="hidden" id="positionFourMusic"
|
| value='201904141534562.wav' />
|
| <input type="hidden" id="positionsevenMusic"
|
| value='201904141555313.wav' />
|
| <input type="hidden" id="positionNineMusic"
|
| value='201904111357504.wav' />
|
| <input type="hidden" id="positionTenMusic"
|
| value='201705031529275.wav' />
|
| <input type="hidden" id="positionElevenMusic"
|
| value='201904180242006.wav' />
|
| <input type="hidden" id="haveNewBettingMusic"
|
| value='201705121725019.wav' />
|
|
|
| <input type="hidden" id="attentionUserHaveNewBettingMusic"
|
| value='2017011721025610.wav' />
|
|
|
|
|
|
|
|
|
|
|
| <table class="adminTable" summary="장바구니 상품의 옵션정보, 수량과 금액, 할인금액과 할인적용금액 및 배송비 속성">
|
| <colgroup>
|
| <col style="width: 7%;">
|
| <col style="width: 7%;">
|
| <col style="width: 7%;">
|
|
|
| <col style="width: 7%;">
|
| <col style="width: 7%;">
|
| <col style="width: 7%;">
|
|
|
| <col style="width: 3%;">
|
| <col style="width: 7%;">
|
| <col style="width: 7%;">
|
|
|
| <col style="width: 7%;">
|
| <col style="width: 7%;">
|
| <col style="width: 7%;">
|
|
|
| <col style="width: 3%;">
|
| <col style="width: 3%;">
|
|
|
| <col style="width: 3%;">
|
| <col style="width: 3%;">
|
|
|
|
|
|
|
| </colgroup>
|
| <thead>
|
| <tr>
|
| <th scope="col" class="lisub">
|
|
|
|
|
| <a class="lisub" href="getUserMoneyLogListByLogInfoForManage.action?logType=0&changeState=0&pageNum=1">
|
|
|
|
|
| <div class="sub80">
|
|
|
| <span>충전요청</span>
|
|
|
| <div class="radi_point">
|
| <strong id="untreatedInputMoneyCount">0</strong>
|
| </div>
|
|
|
| </div>
|
|
|
|
|
| </a>
|
|
|
|
|
|
|
|
|
| </th>
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getUserMoneyLogListByLogInfoForManage.action?logType=0&changeState=1&pageNum=1">
|
|
|
|
|
| <div class="sub80">
|
|
|
| <span>충전대기</span>
|
|
|
| <div class="radi_point2">
|
| <strong id="undeterminedInputMoneyCount">0</strong>
|
| </div>
|
|
|
| </div>
|
|
|
|
|
| </a>
|
|
|
|
|
| </th>
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getUserMoneyLogListByLogInfoForManage.action?logType=0&changeState=2&pageNum=1">
|
|
|
|
|
| <div class="sub80">
|
|
|
| <span>충전완료</span>
|
|
|
| <div class="radi_point3">
|
| <strong id="todayInputMoneyCount">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
|
|
| </th>
|
|
|
|
|
|
|
|
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=0&pageNum=1">
|
|
|
|
|
| <div class="sub80">
|
| <span>환전요청</span>
|
| <div class="radi_point">
|
| <strong id="untreatedExchangeCount">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
| </th>
|
| <th scope="col" class="lisub">
|
|
|
|
|
| <a class="lisub" href="getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=1&pageNum=1">
|
|
|
|
|
| <div class="sub80">
|
| <span>환전대기</span>
|
| <div class="radi_point2">
|
| <strong id="undeterminedExchangeCount">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
|
|
| </th>
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=2&pageNum=1">
|
|
|
|
|
| <div class="sub80">
|
| <span>환전완료</span>
|
| <div class="radi_point3">
|
| <strong id="todayExchangeCount">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
|
|
| </th>
|
|
|
|
|
|
|
|
|
| <th scope="col" class="limain">
|
| <div class="sub60">
|
| <span>고객센터</span>
|
| </div>
|
| </th>
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getConsultListByState.action?pageNum=1&state=0">
|
|
|
|
|
| <div class="sub80">
|
| <span>읽지않음</span>
|
| <div class="radi_point3">
|
| <strong id="unreadConsultCount">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
|
|
| </th>
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getConsultListByState.action?pageNum=1&state=1">
|
|
|
|
|
| <div class="sub80">
|
| <span>미답변</span>
|
| <div class="radi_point3">
|
| <strong id="unReplayConsultCount">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
| </th>
|
|
|
|
|
|
|
|
|
|
|
|
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getBbsListByBbsInfo.action?pageNum=1&status=0&selectType=url">
|
|
|
|
|
| <div class="sub80">
|
| <span>게시판</span>
|
| <div class="radi_point6">
|
| <strong id="todayBbsCount">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
|
|
| </th>
|
|
|
|
|
|
|
|
|
|
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getAllBetMoneyTooMuchGame.action">
|
|
|
|
|
| <div class="sub80">
|
| <span>배팅경고</span>
|
| <div class="radi_point6">
|
| <strong id="betTooMuchGameCount">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
| </th>
|
|
|
| <th scope="col" class="lisub">
|
|
|
| <a class="lisub" href="getBettingByBetInfo.action?isReSetTwo=1">
|
|
|
|
|
| <div class="sub80">
|
| <span>유의회원</span>
|
| <div class="radi_point6">
|
| <strong id="attentionUserIsHaveNewBetting">0</strong>
|
| </div>
|
| </div>
|
|
|
|
|
| </a>
|
|
|
|
|
| </th>
|
|
|
|
|
|
|
| <th scope="col" class="limain">
|
| <div class="sub60">
|
| <span>요청알림</span>
|
| </div>
|
| </th>
|
| <th scope="col" class="lisub">
|
| <div class="sub40">
|
|
|
| <section title="">
|
| <div class="roundedOne">
|
| <input type="checkbox" value="None" id="isSound" name="check" onclick="changeIsSoundStateDwr();" />
|
| <label for="isSound"></label>
|
| </div>
|
| </section>
|
| </div>
|
| </th>
|
|
|
|
|
|
|
|
|
|
|
| <th scope="col" class="limain">
|
| <div class="sub60">
|
| <span>배팅알림</span>
|
| </div>
|
| </th>
|
| <th scope="col" class="lisub">
|
| <div class="sub40">
|
|
|
| <section title="">
|
| <div class="roundedOne">
|
| <input type="checkbox" value="None" id="newBetIsSound" name="check" onclick="changeNewBetIsSoundStateDwr();" />
|
| <label for="newBetIsSound"></label>
|
| </div>
|
| </section>
|
| </div>
|
|
|
|
|
| </th>
|
|
|
| </tr>
|
|
|
| </thead>
|
|
|
|
|
| <tbody>
|
| </tbody>
|
|
|
| </table>
|
|
|
|
|
|
|
| <table class="adminTable money_show_tl" style="min-width:1300px;">
|
|
|
|
|
| <colgroup>
|
| <col style="width: 7%;">
|
|
|
| <col style="width: 3%;">
|
| <col style="width: 6%;">
|
|
|
| <col style="width: 3%;">
|
| <col style="width: 6%;">
|
|
|
| <col style="width: 4%;">
|
| <col style="width: 5%;">
|
|
|
| <col style="width: 5%;">
|
| <col style="width: 4%;">
|
|
|
| <col style="width: 4%;">
|
| <col style="width: 5%;">
|
|
|
| <col style="width: 5%;">
|
| <col style="width: 4%;">
|
|
|
| <col style="width: 4%;">
|
| <col style="width: 4%;">
|
|
|
| <col style="width: 4%;">
|
| <col style="width: 3%;">
|
|
|
|
|
|
|
| <col style="width: 4%;">
|
| <col style="width: 4%;">
|
|
|
| <col style="width: 5%;">
|
| <col style="width: 3%;">
|
|
|
| <col style="width: 4%;">
|
| <col style="width: 4%;">
|
|
|
|
|
|
|
| </colgroup>
|
|
|
| <thead>
|
| <tr>
|
| <td style="background-color:#000;">일일집계</td>
|
|
|
| <td style="border:0;">
|
| <span>충전 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="todaySumInputMoney">0</span>
|
| </td>
|
| <td style="border:0;">
|
| <span>환전 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="todaySumExchangeMoney">0</span>
|
| </td>
|
|
|
|
|
| <td style="border:0;">
|
| <span>보유머니 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="sumMoneyOfUser">0</span>
|
| </td>
|
| <td style="border:0;">
|
| <span>보유포인트 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="sumPointOfUser">0</span>
|
| </td>
|
|
|
|
|
|
|
| <td style="border:0;">
|
| <span>지급머니 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="todayBackOfficeChangeMoney">0</span>
|
| </td>
|
| <td style="border:0;">
|
| <span>지급포인트 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="todayBackOfficeChangePoint">0</span>
|
| </td>
|
|
|
|
|
|
|
|
|
|
|
| <td style="border:0;">
|
| <span>전체회원 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="sumUserCount">0</span>
|
| </td>
|
|
|
|
|
| <td style="border:0;">
|
| <span>신규회원 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="todayRegUserCount">0</span>
|
| </td>
|
| <td style="border:0;">
|
| <a href="getUserListForManageByUserInfo.action?betGameState=1"><span style="color:#fff;">베팅회원 </span></a>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <a href="getUserListForManageByUserInfo.action?betGameState=1"><span id="nowBettingUserCount">0</span></a>
|
| </td>
|
|
|
| <td style="border:0;">
|
| <a href="getAllOnLineUserInfo.action"><span style="color:#fff;">현재접속자 </span></a>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <a href="getAllOnLineUserInfo.action"><span id="onlineUserCount">0</span></a>
|
| </td >
|
|
|
|
|
| <td style="border:0;">
|
| <span>총접속자 </span>
|
| </td>
|
| <td style="background-color:#444; ">
|
| <span style="color:#e85f14;" id="todayLoginUserCount">0</span>
|
| </td>
|
|
|
|
|
| </tr>
|
| </thead>
|
| </table>
|
|
|
|
|
|
|
| <table class="adminTable" >
|
| <colgroup>
|
|
|
| <col style="width: 99%;">
|
| <col style="width: 1%;">
|
|
|
| </colgroup>
|
|
|
|
|
| <thead>
|
|
|
| <tr>
|
| <th scope="col" >
|
| <div class="rct_info" style="">
|
| <table class="table table-bordered table-striped topTr" style="margin-bottom:0px;">
|
| <tr>
|
| <td style="text-align:center;">
|
| <span class="subBtn_tl" style="display:none; cursor:pointer;"><img src="css/cssImg/arrow_dow.gif"</span>
|
| </td>
|
| <td>
|
| TOTAL
|
| <img src="backOfficeDemo/img/total.png">
|
| </td>
|
| <td>
|
| 스포츠
|
| <img src="backOfficeDemo/img/sports.png">
|
| </td>
|
| <td>
|
| 다리다리
|
| <img src="backOfficeDemo/img/game11.png">
|
| </td>
|
| <td>
|
| 사다리
|
| <img src="backOfficeDemo/img/ladder.png">
|
| </td>
|
| <td>
|
| 달팽이
|
| <img src="backOfficeDemo/img/game6.png">
|
| </td>
|
|
|
| <td>
|
| 파워볼
|
| <img src="backOfficeDemo/img/game7.png">
|
| </td>
|
|
|
|
|
|
|
|
|
|
|
| <td>
|
| 가상축구
|
| <img src="backOfficeDemo/img/xu_footerball.png">
|
| </td>
|
| <td>
|
| 개경주
|
| <img src="backOfficeDemo/img/dog_game.png">
|
| </td>
|
| <td>
|
| 바카라 I
|
| <img src="backOfficeDemo/img/poker02.png">
|
| </td>
|
| <td>
|
| 바카라 II
|
| <img src="backOfficeDemo/img/poker02.png">
|
| </td>
|
|
|
|
|
| <td>
|
| 로하이
|
| <img src="backOfficeDemo/img/poker01.png">
|
| </td>
|
|
|
| <td>
|
| 알라딘
|
| <img src="backOfficeDemo/img/game13.png">
|
| </td>
|
| <td>
|
| 스피드키노
|
| <img src="backOfficeDemo/img/33333.png">
|
| </td>
|
| <td>
|
| 파워사다리
|
| <img src="backOfficeDemo/img/1212.png">
|
| </td>
|
| <td>
|
| 키노사다리
|
| <img src="backOfficeDemo/img/131313.png">
|
| </td>
|
| <td>
|
| panda
|
| <img src="backOfficeDemo/img/pandatop.png">
|
| </td>
|
|
|
|
|
|
|
| </tr>
|
|
|
| <tr class="backOffice_shuju">
|
| <td >
|
| 베팅건수
|
| </td>
|
| <td style="text-align:right;">
|
|
|
| <a href="getBettingByBetInfo.action?isReSet=1">
|
|
|
|
|
| <strong id="sub_totalbattingcnt">0</strong>
|
|
|
|
|
| </a>
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=1">
|
|
|
|
|
| <strong id="getsportCount">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=11">
|
|
|
|
|
| <strong id="todayXiaoTiZhiGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=5">
|
|
|
|
|
| <strong id="getLadderCount">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=6">
|
|
|
|
|
| <strong id="getworiCount">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
|
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=7">
|
|
|
|
|
| <strong id="getpowerCount">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
|
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=4">
|
|
|
|
|
| <strong id="todayXuNiZuQiuGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=8">
|
|
|
|
|
| <strong id="todaySaiGouGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=19">
|
|
|
|
|
| <strong id="todayBaccaratOneGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=20">
|
|
|
|
|
| <strong id="todayBaccaratTwoGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
| </td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=12">
|
|
|
|
|
| <strong id="todayLhGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
|
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=13">
|
|
|
|
|
| <strong id="todayAladingGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=71">
|
|
|
|
|
| <strong id="todaySpeedKenoGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=72">
|
|
|
|
|
| <strong id="todayPowerLadderGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=73">
|
|
|
|
|
| <strong id="todayKenoLadderGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=74">
|
|
|
|
|
| <strong id="todayPandaGameSumBetCountString">0</strong>
|
|
|
|
|
| </a>
|
|
|
| </td>
|
|
|
| </tr>
|
|
|
| <tr class="backOffice_shuju">
|
| <td>
|
| 베팅금액
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="sub_totalbatting">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="getsportBatting">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayXiaoTiZhiGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="getLadderBatting">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="getworiBatting">0</strong>
|
| </td>
|
|
|
| <td style="text-align:right;">
|
| <strong id="getpowerBatting">0</strong>
|
| </td>
|
|
|
| <td style="text-align:right;">
|
| <strong id="todayXuNiZuQiuGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todaySaiGouGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayBaccaratOneGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayBaccaratTwoGameSumBetMoneyString">0</strong>
|
| </td>
|
|
|
|
|
|
|
|
|
| <td style="text-align:right;">
|
| <strong id="todayLhGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayAladingGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todaySpeedKenoGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayPowerLadderGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayKenoLadderGameSumBetMoneyString">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayPandaGameSumBetMoneyString">0</strong>
|
| </td>
|
|
|
|
|
| </tr>
|
| <tr class="backOffice_shuju">
|
| <td>
|
| 당첨금액
|
| </td>
|
| <td style="text-align:right;">
|
|
|
| <strong id="getBettingMoney">
|
| 0
|
| </strong>
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=1&isBetRitht=1">
|
|
|
|
|
| <strong id="getsportGet">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=11&isBetRitht=1">
|
|
|
|
|
| <strong id="todayXiaoTiZhiGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=5&isBetRitht=1">
|
|
|
|
|
| <strong id="getLadderGet">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=6&isBetRitht=1">
|
|
|
|
|
| <strong id="getworiGet">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
|
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=7&isBetRitht=1">
|
|
|
|
|
| <strong id="getpowerGet">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
|
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=4&isBetRitht=1">
|
|
|
|
|
| <strong id="todayXuNiZuQiuGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=8&isBetRitht=1">
|
|
|
|
|
| <strong id="todaySaiGouGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=19&isBetRitht=1">
|
|
|
|
|
| <strong id="todayBaccaratOneGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=20&isBetRitht=1">
|
|
|
|
|
| <strong id="todayBaccaratTwoGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
|
|
|
|
|
|
|
|
|
|
|
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=12&isBetRitht=1">
|
|
|
|
|
| <strong id="todayLhGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=13&isBetRitht=1">
|
|
|
|
|
| <strong id="todayAladingGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=71&isBetRitht=1">
|
|
|
|
|
| <strong id="todaySpeedKenoGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=72&isBetRitht=1">
|
|
|
|
|
| <strong id="todayPowerLadderGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=73&isBetRitht=1">
|
|
|
|
|
| <strong id="todayKenoLadderGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
| <td style="text-align:right;">
|
|
|
|
|
| <a href="getBettingByBetInfo.action?gamePlayType=74&isBetRitht=1">
|
|
|
|
|
| <strong id="todayPandaGameSumGetMoneyString">
|
| 0
|
| </strong>
|
|
|
|
|
| </a>
|
|
|
|
|
| </td>
|
|
|
|
|
| </tr>
|
|
|
|
|
|
|
|
|
| <tr class="backOffice_shuju">
|
| <td>
|
| (진행)배팅
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="curBettingOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="getsportBattingOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayXiaoTiZhiGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="getLadderBattingOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="getworiBattingOfNotHaveResult">0</strong>
|
| </td>
|
|
|
| <td style="text-align:right;" >
|
| <strong id="getpowerBattingOfNotHaveResult">0</strong>
|
| </td>
|
|
|
| <td style="text-align:right;">
|
| <strong id="todayXuNiZuQiuGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todaySaiGouGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayBaccaratOneGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayBaccaratTwoGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
|
|
|
|
|
|
|
|
|
|
|
|
| <td style="text-align:right;">
|
| <strong id="todayLhGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayAladingGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todaySpeedKenoGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayPowerLadderQiuGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayKenoLadderGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
| <td style="text-align:right;">
|
| <strong id="todayPandaGameSumBetMoneyStringOfNotHaveResult">0</strong>
|
| </td>
|
|
|
|
|
| </tr>
|
|
|
| </table>
|
| </div>
|
| </th>
|
| <th scope="col">
|
|
|
| </th>
|
|
|
| </tr>
|
|
|
| </thead>
|
|
|
| <tbody>
|
| </tbody>
|
| </table>
|
|
|
|
|
|
|
| </div>
|
|
|
| </body>
|
| </html>
|
|
|
|
|
| </div>
|
|
|
|
|
| <div id="sidebar">
|
|
|
|
|
|
|
|
|
|
|
| <!DOCTYPE HTML >
|
| <html>
|
| <head>
|
| <base href="http://w-demo.com:80/">
|
| <link rel="SHORTCUT ICON" href="img/logoIco.ico" />
|
| <title>WINS DEMO-admin</title>
|
| <meta http-equiv="pragma" content="no-cache">
|
| <meta http-equiv="cache-control" content="no-cache">
|
| <meta http-equiv="expires" content="0">
|
| <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
|
| <link rel="stylesheet" href="backOfficeDemo/css/bootstrap.min.css" />
|
| <link rel="stylesheet" href="backOfficeDemo/css/bootstrap-responsive.min.css" />
|
| <link rel="stylesheet" href="backOfficeDemo/css/jquery.gritter.css" />
|
| <link rel="stylesheet" href="backOfficeDemo/css/unicorn.main.css" />
|
| <link rel="stylesheet" href="backOfficeDemo/css/unicorn.grey.css" class="skin-color" />
|
|
|
|
|
|
|
|
|
| <link rel="stylesheet" href="backOfficeDemo/css/uniform.css" />
|
| <link rel="stylesheet" href="backOfficeDemo/css/select2.css" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| </head>
|
|
|
| <body>
|
|
|
|
|
| <ul>
|
|
|
|
|
|
|
|
|
| <li class="">
|
| <a href="getInputMoneyAndExchangeMoneyInfoOrderByDate.action">
|
| <i class="icon icon-th"></i>
|
|
|
| <span>통계보기</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li class="">
|
| <a href="getBetInfoOrderByDate.action">
|
| <i class="icon icon-list-alt"></i>
|
| <span>개별통계</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li class="">
|
| <a href="getAdminUserListForManage.action">
|
| <i class="icon icon-map-marker"></i>
|
| <span>권한설정</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li class="submenu">
|
| <a href="#"><i class="icon icon-user"></i>
|
|
|
| <span>회원관리</span>
|
| <span class="label">+</span>
|
| </a>
|
|
|
| <ul>
|
|
|
| <li >
|
| <a href="getUserListForManageByUserInfo.action">
|
|
|
| <span>회원리스트</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getAllOnLineUserInfo.action">
|
|
|
| <span>현재접속자</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="insertUserByBackOfficeJumpAction.action">
|
|
|
| <span>회원가입</span>
|
| </a>
|
| </li>
|
|
|
| |
| |
| |
| |
| |
| |
|
|
|
|
|
|
|
|
| <li >
|
| <a href="getXiaJiaUserListByUserInfo.action">
|
| <span>커미션 설정</span>
|
| </a>
|
| </li>
|
|
|
|
|
| <li >
|
| <a href="getUserSignInLogListByUserNameOnBackOffice.action">
|
| <span>출석관리</span>
|
| </a>
|
| </li>
|
| </ul>
|
| </li>
|
|
|
|
|
|
|
|
|
| <li class="submenu">
|
| <a href="#"><i class="icon icon-flag"></i>
|
|
|
| <span>게임관리</span>
|
| <span class="label">+</span>
|
| </a>
|
|
|
| <ul>
|
|
|
| <li >
|
| <a href="getGameListForManageByGameInfo.action?gameState=1&selectType=url&pageNum=1">
|
| <span>결과입력 및 수정</span>
|
| </a>
|
| </li>
|
|
|
|
|
| <li >
|
| <a href="getBetGameConfigList.action">
|
| <span>스포츠 조합설정</span>
|
| </a>
|
| </li>
|
|
|
|
|
| <li >
|
| <a href="getGameListForManageByGameByGamePlayType.action?gamePlayType=5&pageNum=1">
|
| <span>미니게임</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getWebConfigTwo.action">
|
| <span>미니게임 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="goInputGameByExcelPage.action">
|
|
|
| <span>액셀등록</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getBettingByBetInfo.action">
|
|
|
| <span>베팅내역</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getCanSubmitBettingList.action">
|
| <span>정산하기</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getSportList.action">
|
| <span>종목관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getLeagueList.action?pageNum=1">
|
| <span>리그관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getGameBlackList.action">
|
| <span>자동등록 제외</span>
|
| </a>
|
| </li>
|
|
|
| </ul>
|
| </li>
|
|
|
|
|
|
|
|
|
| <li class="submenu">
|
| <a href="#"><i class="icon icon-refresh"></i>
|
| <span>입출금 관리</span>
|
| <span class="label">+</span>
|
| </a>
|
|
|
| <ul>
|
|
|
| <li >
|
| <a href="getUserMoneyLogListByLogInfoForManage.action?logType=0&changeState=5&pageNum=1">
|
| <span>충전관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getUserMoneyLogListByLogInfoForManage.action?logType=1&changeState=5&pageNum=1">
|
| <span>환전관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getUserMoneyLogByUserInfo.action">
|
| <span>머니 LOG</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getUserPointLogByUserInfo.action">
|
| <span>포인트 LOG</span>
|
| </a>
|
| </li>
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
|
|
| <li >
|
| <a href="selectLevelOneMoneyChageOfRefereeByDateLog.action">
|
| <span>일일정산</span>
|
| </a>
|
| </li>
|
|
|
| </ul>
|
| </li>
|
|
|
|
|
|
|
| <li class="active open submenu">
|
| <a href="#"><i class="icon icon-bullhorn"></i>
|
| <span>정보관리</span>
|
| <span class="label">+</span>
|
| </a>
|
|
|
| <ul>
|
|
|
|
|
| <li >
|
| <a href="getConsultListByState.action?pageNum=1&state=4" >
|
| <span>고객센터 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getMessageListByBackOffice.action?pageNum=1" >
|
| <span>보낸메세지 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
| <li >
|
| <a href="getBbsListByBbsInfo.action?pageNum=1&status=0&selectType=url" >
|
| <span>자유게시판 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getGongGaoByBackOffice.action" >
|
| <span>배팅규정</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li class="active">
|
| <a href="getFuDongGongGaoByGongGaoId.action" >
|
| <span>팝업창</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getBannerImgList.action" >
|
| <span>메인 이벤트 등록</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="gotoInsertNewBbsByBackOffice.action">
|
| <span>공지사항 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getBettingForInsertBbsRandomUser.action">
|
| <span>게시판 작성</span>
|
| </a>
|
| </li>
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| </ul>
|
| </li>
|
|
|
|
|
|
|
|
|
| <li class="submenu">
|
| <a href="#"><i class="icon icon-cog"></i>
|
| <span>사이트 관리</span>
|
| <span class="label">+</span>
|
| </a>
|
|
|
| <ul>
|
|
|
|
|
| <li >
|
| <a href="getWebConfigList.action">
|
| <span>기본설정 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getBankInfoListByBackOffice.action">
|
| <span>계좌분리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getSignInPrizeConfigList.action">
|
| <span>출석관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getBetMoneyConfigList.action">
|
| <span>배팅금액 설정관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getUserIpBlackListForManage.action">
|
| <span>차단 아이피 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getAdminIpWhiteListForManage.action">
|
| <span>어드민 아이피 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| <li >
|
| <a href="getUserLevelList.action">
|
| <span>레벨 설정관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
| </ul>
|
| </li>
|
|
|
|
|
|
|
| <li class="submenu">
|
| <a href="#"><i class="icon icon-wrench"></i>
|
| <span>특수관리</span>
|
| <span class="label">+</span>
|
| </a>
|
|
|
| <ul>
|
|
|
|
|
| <li >
|
| <a href="getRaffleTicketListForManage.action">
|
| <span>룰렛쿠폰관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| |
| |
| |
| |
| |
| |
|
|
|
|
|
|
| <li >
|
| <a href="getExtraOddsGameListForManage.action">
|
| <span>고정 보너스 </span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
|
|
| <li >
|
| <a href="getSmallGameBetMoneyConfig.action">
|
| <span>미니게임 마틴관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
| <li >
|
| <a href="getMusicRemindsForManage.action">
|
|
|
| <span>알람설정</span>
|
| </a>
|
| </li>
|
|
|
|
|
| <li >
|
| <a href="getInCodingConfigByBackOffice.action">
|
|
|
| <span>점검공지 관리</span>
|
| </a>
|
| </li>
|
|
|
|
|
|
|
| </ul>
|
| </li>
|
|
|
|
|
| <li class="submenu">
|
| <a href="#"><i class="icon icon-globe"></i>
|
|
|
| <span>받치기관리</span>
|
| <span class="label">+</span>
|
| </a>
|
|
|
| <ul>
|
|
|
|
|
| <li >
|
| <a href="getAutoBetConfig.action">
|
| <span>받치기 설정</span>
|
| </a>
|
| </li>
|
|
|
|
|
| <li >
|
| <a href="getAutoBetLogList.action">
|
| <span>받치기 로그</span>
|
| </a>
|
| </li>
|
|
|
| <li >
|
| <a href="getAutoBetApiConfig.action">
|
| <span>받치기 API</span>
|
| </a>
|
| </li>
|
|
|
|
|
| </ul>
|
| </li>
|
|
|
| </ul>
|
|
|
|
|
|
|
| <script src="backOfficeDemo/js/jquery.ui.custom.js"></script>
|
| <script src="backOfficeDemo/js/bootstrap.min.js"></script>
|
| <script src="backOfficeDemo/js/jquery.gritter.min.js"></script>
|
| <script src="backOfficeDemo/js/jquery.peity.min.js"></script>
|
| <script src="backOfficeDemo/js/unicorn.js"></script>
|
|
|
|
|
|
|
|
|
| <script src="backOfficeDemo/js/jquery.uniform.js"></script>
|
| <script src="backOfficeDemo/js/select2.min.js"></script>
|
| <script src="backOfficeDemo/js/jquery.dataTables.min.js"></script>
|
| <script src="backOfficeDemo/js/unicorn.tables.js"></script>
|
|
|
|
|
|
|
|
|
|
|
| </body>
|
| </html>
|
|
|
|
|
| </div>
|
|
|
|
|
|
|
| <div id="content">
|
| <div id="content-header">
|
| <h1>팝업창 관리</h1>
|
|
|
| </div>
|
| <div id="breadcrumb">
|
| <a href="goToBackOfficeHomePage.action" title="Go to Home" class="tip-bottom"><i
|
| class="icon-home"></i> Home</a>
|
| </div>
|
| <div class="container-fluid">
|
| <div class="row-fluid">
|
| <div class="span12">
|
| <div class="widget-box" >
|
|
|
| <div class="widget-content nopadding" style="color:#000;">
|
| <form action="updateFuDongGongGaoByBackOffice.action" id="gameForm" enctype="multipart/form-data" method="post">
|
|
|
| <table>
|
| <tr>
|
| <td>
|
| 상태:
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="열림" value="1" checked="checked" name="gongGaoState" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="닫음" value="0" name="gongGaoState" />
|
| <input type="hidden" name="fuDongGongGaoId" value="1" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 제목:
|
| </td>
|
| <td colspan="3">
|
| <input type="text" value="<font size = 3><font color=yellow> ★★★입금 계좌 변경 안내 ★★★</font></font>" name="gongGaoInfo" style="height:25px; width:850px;" />
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지크기:
|
| </td>
|
| <td>
|
| 넓이:<input type="text" value="500" name="gongGaoWidth" style="height:25px; width:150px;" />
|
| <br>
|
| 높이:<input type="text" value="353" name="gongGaoHeight" style="height:25px; width:150px;" />
|
| </td>
|
| <td>
|
| 이미지위치:
|
| </td>
|
| <td>
|
| 가로:<input type="text" value="975" name="gongGaoLeft" style="height:25px; width:150px;" />
|
| <br>
|
| 세로:<input type="text" value="110" name="gongGaoTop" style="height:25px; width:150px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 팝업 효과
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="좌에서 우로" value="lefteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="우에서 좌로" value="righteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="위에서 아래로" value="upeasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="아래서 위로" value="boteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="반시계 방향" value="nirotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="시계 방향" value="zhengrotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽 회전" value="rotateinleftbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽 회전" value="rotateinrightbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="점핑 느낌" value="bouncein" checked="checked" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽부터 굴림" value="zuoXuan_div" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽부터 굴림" value="youXuan_div" name="ruChangDongHuaClass" />
|
|
|
|
|
| </td>
|
| </tr>
|
|
|
| <tr>
|
| <td>
|
| 이미지:
|
| </td>
|
| <td colspan="3">
|
| <img src="fuDongGongGaoImg/201905221551510.jpg" style="width: 500px; height: 353px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 모바일:
|
| </td>
|
| <td colspan="3">
|
| <textarea id="NicEdit" cols="10" rows="30" style="width: 55%;" name="mobileHtml" ><br></textarea>
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지등록:
|
| </td>
|
| <td colspan="3">
|
| <input type="file" name="uploadMain" />
|
| </td>
|
| </tr>
|
|
|
| <tr>
|
| <td colspan="4" style="text-align: center;">
|
| <input type="submit" value="등록" class="btn" />
|
| </td>
|
| </tr>
|
|
|
| </table>
|
| </form>
|
| </div>
|
| </div>
|
| </div>
|
|
|
|
|
| </div>
|
| <div class="row-fluid">
|
| <div class="span12">
|
| <div class="widget-box">
|
|
|
| <div class="widget-content nopadding" style="color:#000;">
|
| <form action="updateFuDongGongGaoByBackOffice.action" id="gameForm" enctype="multipart/form-data" method="post">
|
|
|
| <table>
|
| <tr>
|
| <td>
|
| 상태:
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="열림" value="1" name="gongGaoState" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="닫음" value="0" checked="checked" name="gongGaoState" />
|
| <input type="hidden" name="fuDongGongGaoId" value="2" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 제목:
|
| </td>
|
| <td colspan="3">
|
| <input type="text" value="<font size = 3><font color=yellow> ★★★QCASINO 오픈기념 이벤트★★★</font></font>" name="gongGaoInfo" style="height:25px; width:850px;" />
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지크기:
|
| </td>
|
| <td>
|
| 넓이:<input type="text" value="420" name="gongGaoWidth" style="height:25px; width:150px;" />
|
| <br>
|
| 높이:<input type="text" value="600" name="gongGaoHeight" style="height:25px; width:150px;" />
|
| </td>
|
| <td>
|
| 이미지위치:
|
| </td>
|
| <td>
|
| 가로:<input type="text" value="300" name="gongGaoLeft" style="height:25px; width:150px;" />
|
| <br>
|
| 세로:<input type="text" value="110" name="gongGaoTop" style="height:25px; width:150px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 팝업 효과
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="좌에서 우로" value="lefteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="우에서 좌로" value="righteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="위에서 아래로" value="upeasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="아래서 위로" value="boteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="반시계 방향" value="nirotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="시계 방향" value="zhengrotatein" checked="checked" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽 회전" value="rotateinleftbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽 회전" value="rotateinrightbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="점핑 느낌" value="bouncein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽부터 굴림" value="zuoXuan_div" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽부터 굴림" value="youXuan_div" name="ruChangDongHuaClass" />
|
|
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지:
|
| </td>
|
|
|
| <td colspan="3">
|
| <img src="fuDongGongGaoImg/201904141835170.jpg" style="width: 420px; height: 600px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 모바일:
|
| </td>
|
| <td colspan="3">
|
| <textarea id="NicEdit1" cols="10" rows="30" style="width: 55%;" name="mobileHtml" ><br></textarea>
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지등록:
|
| </td>
|
| <td colspan="3">
|
| <input type="file" name="uploadMain" />
|
| </td>
|
| </tr>
|
|
|
| <tr>
|
| <td colspan="4" style="text-align: center;">
|
| <input type="submit" value="등록" class="btn" />
|
| </td>
|
| </tr>
|
|
|
| </table>
|
| </form>
|
| </div>
|
| </div>
|
| </div>
|
|
|
|
|
| </div>
|
| <div class="row-fluid">
|
| <div class="span12">
|
| <div class="widget-box">
|
|
|
| <div class="widget-content nopadding" style="color:#000;">
|
| <form action="updateFuDongGongGaoByBackOffice.action" id="gameForm" enctype="multipart/form-data" method="post">
|
|
|
| <table>
|
| <tr>
|
| <td>
|
| 상태:
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="열림" value="1" name="gongGaoState" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="닫음" value="0" checked="checked" name="gongGaoState" />
|
| <input type="hidden" name="fuDongGongGaoId" value="3" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 제목:
|
| </td>
|
| <td colspan="3">
|
| <input type="text" value="<a href="http://ben-cc.com/getSignInLogByUser.action"><font size = 5><font color=red> OutBack 카카오톡 고객센터 친구등록시 5천포인트 지급 이벤트</font></font></a>" name="gongGaoInfo" style="height:25px; width:850px;" />
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지크기:
|
| </td>
|
| <td>
|
| 넓이:<input type="text" value="500" name="gongGaoWidth" style="height:25px; width:150px;" />
|
| <br>
|
| 높이:<input type="text" value="353" name="gongGaoHeight" style="height:25px; width:150px;" />
|
| </td>
|
| <td>
|
| 이미지위치:
|
| </td>
|
| <td>
|
| 가로:<input type="text" value="800" name="gongGaoLeft" style="height:25px; width:150px;" />
|
| <br>
|
| 세로:<input type="text" value="230" name="gongGaoTop" style="height:25px; width:150px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 팝업 효과
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="좌에서 우로" value="lefteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="우에서 좌로" value="righteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="위에서 아래로" value="upeasein" checked="checked" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="아래서 위로" value="boteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="반시계 방향" value="nirotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="시계 방향" value="zhengrotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽 회전" value="rotateinleftbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽 회전" value="rotateinrightbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="점핑 느낌" value="bouncein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽부터 굴림" value="zuoXuan_div" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽부터 굴림" value="youXuan_div" name="ruChangDongHuaClass" />
|
|
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지:
|
| </td>
|
| <td colspan="3">
|
| <img src="fuDongGongGaoImg/201905221551400.jpg" style="width: 500px; height: 353px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 모바일:
|
| </td>
|
| <td colspan="3">
|
| <textarea id="NicEdit2" cols="10" rows="30" style="width: 55%;" name="mobileHtml" ><br></textarea>
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지등록:
|
| </td>
|
| <td colspan="3">
|
| <input type="file" name="uploadMain" />
|
| </td>
|
| </tr>
|
|
|
| <tr>
|
| <td colspan="4" style="text-align: center;">
|
| <input type="submit" value="등록" class="btn" />
|
| </td>
|
| </tr>
|
|
|
| </table>
|
| </form>
|
| </div>
|
| </div>
|
| </div>
|
|
|
|
|
| </div>
|
|
|
|
|
| <div class="row-fluid">
|
| <div class="span12">
|
| <div class="widget-box">
|
|
|
| <div class="widget-content nopadding" style="color:#000;">
|
| <form action="updateFuDongGongGaoByBackOffice.action" id="gameForm" enctype="multipart/form-data" method="post">
|
|
|
| <table>
|
| <tr>
|
| <td>
|
| 상태:
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="열림" value="1" name="gongGaoState" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="닫음" value="0" checked="checked" name="gongGaoState" />
|
| <input type="hidden" name="fuDongGongGaoId" value="4" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 제목:
|
| </td>
|
| <td colspan="3">
|
| <input type="text" value="" name="gongGaoInfo" style="height:25px; width:850px;" />
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지크기:
|
| </td>
|
| <td>
|
| 넓이:<input type="text" value="420" name="gongGaoWidth" style="height:25px; width:150px;" />
|
| <br>
|
| 높이:<input type="text" value="600" name="gongGaoHeight" style="height:25px; width:150px;" />
|
| </td>
|
| <td>
|
| 이미지위치:
|
| </td>
|
| <td>
|
| 가로:<input type="text" value="1200" name="gongGaoLeft" style="height:25px; width:150px;" />
|
| <br>
|
| 세로:<input type="text" value="100" name="gongGaoTop" style="height:25px; width:150px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 팝업 효과
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="좌에서 우로" value="lefteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="우에서 좌로" value="righteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="위에서 아래로" value="upeasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="아래서 위로" value="boteasein" checked="checked" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="반시계 방향" value="nirotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="시계 방향" value="zhengrotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽 회전" value="rotateinleftbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽 회전" value="rotateinrightbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="점핑 느낌" value="bouncein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽부터 굴림" value="zuoXuan_div" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽부터 굴림" value="youXuan_div" name="ruChangDongHuaClass" />
|
|
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지:
|
| </td>
|
| <td colspan="3">
|
| <img src="fuDongGongGaoImg/201904222239010.jpg" style="width: 420px; height: 600px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 모바일:
|
| </td>
|
| <td colspan="3">
|
| <textarea id="NicEdit3" cols="10" rows="30" style="width: 55%;" name="mobileHtml" ><br></textarea>
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지등록:
|
| </td>
|
| <td colspan="3">
|
| <input type="file" name="uploadMain" />
|
| </td>
|
| </tr>
|
|
|
| <tr>
|
| <td colspan="4" style="text-align: center;">
|
| <input type="submit" value="등록" class="btn" />
|
| </td>
|
| </tr>
|
|
|
| </table>
|
| </form>
|
| </div>
|
| </div>
|
| </div>
|
|
|
|
|
| </div>
|
|
|
|
|
| <div class="row-fluid">
|
| <div class="span12">
|
| <div class="widget-box">
|
|
|
| <div class="widget-content nopadding" style="color:#000;">
|
| <form action="updateFuDongGongGaoByBackOffice.action" id="gameForm" enctype="multipart/form-data" method="post">
|
|
|
| <table>
|
| <tr>
|
| <td colspan="4">
|
| <h1><font style="color: red;">신규회원가입 안내</font></h1><br>
|
| </td>
|
|
|
| </tr>
|
| <tr>
|
| <td>
|
| 상태:
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="열림" value="1" name="gongGaoState" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="닫음" value="0" checked="checked" name="gongGaoState" />
|
| <input type="hidden" name="fuDongGongGaoId" value="5" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 제목:
|
| </td>
|
| <td colspan="3">
|
| <input type="text" value="welcome" name="gongGaoInfo" style="height:25px; width:850px;" />
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지크기:
|
| </td>
|
| <td>
|
| 넓이:<input type="text" value="616" name="gongGaoWidth" style="height:25px; width:150px;" />
|
| <br>
|
| 높이:<input type="text" value="346" name="gongGaoHeight" style="height:25px; width:150px;" />
|
| </td>
|
| <td>
|
| 이미지위치:
|
| </td>
|
| <td>
|
| 가로:<input type="text" value="200" name="gongGaoLeft" style="height:25px; width:150px;" />
|
| <br>
|
| 세로:<input type="text" value="100" name="gongGaoTop" style="height:25px; width:150px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 팝업 효과
|
| </td>
|
| <td colspan="3">
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="좌에서 우로" value="lefteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="우에서 좌로" value="righteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="위에서 아래로" value="upeasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="아래서 위로" value="boteasein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="반시계 방향" value="nirotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="시계 방향" value="zhengrotatein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽 회전" value="rotateinleftbot" checked="checked" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽 회전" value="rotateinrightbot" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="점핑 느낌" value="bouncein" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="왼쪽부터 굴림" value="zuoXuan_div" name="ruChangDongHuaClass" />
|
| <input type="radio" class="superRadioAndCheckBox" data-labelauty="오른쪽부터 굴림" value="youXuan_div" name="ruChangDongHuaClass" />
|
|
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지:
|
| </td>
|
| <td colspan="3">
|
| <img src="fuDongGongGaoImg/201804161837550.jpg" style="width: 616px; height: 346px;" />
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 모바일:
|
| </td>
|
| <td colspan="3">
|
| <textarea id="NicEdit4" cols="10" rows="30" style="width: 55%;" name="mobileHtml" ><br></textarea>
|
| </td>
|
| </tr>
|
| <tr>
|
| <td>
|
| 이미지등록:
|
| </td>
|
| <td colspan="3">
|
| <input type="file" name="uploadMain" />
|
| </td>
|
| </tr>
|
|
|
| <tr>
|
| <td colspan="4" style="text-align: center;">
|
| <input type="submit" value="등록" class="btn" />
|
| </td>
|
| </tr>
|
|
|
| </table>
|
| </form>
|
| </div>
|
| </div>
|
| </div>
|
|
|
|
|
| </div>
|
| <div class="row-fluid">
|
| <div class="span12">
|
| <div class="widget-box">
|
|
|
| <div class="widget-content nopadding" style="color:#000;">
|
|
|
|
|
| <div class="liZhi lefteasein">좌에서 우로</div>
|
|
|
| <div class="liZhi righteasein">우에서 좌로</div>
|
|
|
| <div class="liZhi upeasein">위에서 아래로</div>
|
|
|
| <div class="liZhi boteasein">아래서 위로</div>
|
|
|
| <div class="liZhi nirotatein">반시계 방향</div>
|
|
|
| <div class="liZhi zhengrotatein">시계 방향</div>
|
|
|
| <div class="liZhi rotateinleftbot">오른쪽 회전</div>
|
|
|
| <div class="liZhi rotateinrightbot">왼쪽 회전</div>
|
|
|
| <div class="liZhi bouncein">점핑 느낌</div>
|
| <div class="liZhi zuoXuan_div" >왼쪽부터 굴림</div>
|
| <div class="liZhi youXuan_div" >오른쪽부터 굴림</div>
|
|
|
| </div>
|
| </div>
|
| </div>
|
|
|
|
|
| </div>
|
|
|
|
|
| <div class="row-fluid">
|
|
|
|
|
|
|
|
|
|
|
| <!DOCTYPE HTML >
|
| <html>
|
| <head>
|
| <base href="http://w-demo.com:80/">
|
| <link rel="SHORTCUT ICON" href="img/logoIco.ico" />
|
| <title>WINS DEMO-admin</title>
|
| <meta http-equiv="pragma" content="no-cache">
|
| <meta http-equiv="cache-control" content="no-cache">
|
| <meta http-equiv="expires" content="0">
|
| <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
| <meta http-equiv="description" content="This is my page">
|
| <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
| </head>
|
|
|
| <body>
|
| <div id="footer" class="span12">2014-2017 © DEMO Admin.</div>
|
| </body>
|
| </html>
|
|
|
| </div>
|
| </div>
|
| </div>
|
|
|
|
|
|
|
|
|
| </body>
|
|
|
| <script src="nicEdit/nicEdit-latest.js"></script>
|
| <script src="superRadioAndCheck/js/jquery-labelauty.js"></script>
|
| <script>
|
|
|
| bkLib.onDomLoaded(function()
|
| {
|
| new nicEditor().panelInstance("NicEdit");
|
| new nicEditor().panelInstance("NicEdit1");
|
| new nicEditor().panelInstance("NicEdit2");
|
| new nicEditor().panelInstance("NicEdit3");
|
| new nicEditor().panelInstance("NicEdit4");
|
|
|
| });
|
| $(function(){
|
| $(':input').labelauty();
|
| });
|
| </script>
|
| </html>
|
| |