AlkantarClanX12

Your IP : 18.220.97.161


Current Path : /home/thanudqk/siam.events/
Upload File :
Current File : /home/thanudqk/siam.events/index.html

<!DOCTYPE html>
<html lang="en">

<head>

  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta name="description" content="">
  <meta name="author" content="">

  <title>Guaranteed Seat 2020</title>

  <!-- Bootstrap core CSS -->
  <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <!-- Custom styles for this template -->
  <link href="css/full-width-pics.css" rel="stylesheet">
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
</head>



<body>
  <!-- Header - set the background image for the header in the line below -->
  <header class="py-5 bg-image-full" style="background-image: url('images/bg_image.jpg');">
   <a href="https://www.siampoker.com/" target="_blank"><img class="img-fluid d-block mx-auto" src="images/logo.png" alt=""></a>
   <div style="height: 420px;"></div>
  </header>


<div class="container" id="App">

  <!-- Left Table-->
<div class="">
<div>
  <div class="wrapper">
    <h1 id="h1l">เทิร์นโอเวอร์</h1>
    <div class="table" id="tab">
      <div class="row header">
        <div class="cell" style="width:50px;">
          ลำดับ
        </div>
        <div class="cell">
          ชื่อผู้เล่น
        </div>
        <div class="cell">
          จำนวนเทิร์นโอเวอร์
        </div>
        <div class="cell">
          ตั๋วฟรี
        </div>
      </div>
        
      <div class="row" v-for="(row, index) in top5Turnover" :key="index">
          <div class="cell" id="rank10" data-title="ลำดับ" style="width:50px;">
            <span>{{ padNumber(index) }}</span>
          </div>
          <div class="cell" data-title="ชื่อผู้เล่น">
            {{ row.username }}
          </div>
          <div class="cell" data-title="จำนวนเทิร์นโอเวอร์">
            {{ formatNumber(row.total) }}
          </div>
          <div class="cell" data-title="ตั๋วฟรี">
            <img src="images/icon_ticket.png" alt="">
          </div>
      </div><!--END TABLE-->
    </div><!--END TABLE-->
  </div><!--wrapper-->

  <div class="wrapper">
    <div class="table" id="tab2">
      <div class="row" v-for="(row, index) in turnover" :key="index">
        <div class="cell" style="width:50px;  " data-title="ลำดับ">
            <span>{{ padNumber(index, true) }}</span>
        </div>
        <div class="cell" data-title="ชื่อผู้เล่น">
            {{ row.username }}
        </div>
        <div class="cell" data-title="จำนวนเทิร์นโอเวอร์">
            {{ formatNumber(row.total) }}
        </div>
        <div class="cell" data-title="ตั๋วฟรี">
          <img src="images/blank.png" alt="">
        </div>
      </div>
    </div><!--END TABLE-->
  </div><!--END WRAPPER-->
</div>
  </div>



    
  </div>


</div>

<footer>
  <a href="https://www.siampoker.com/" target="_blank"><img src="images/footer.png" class="img-fluid" alt="loading" id="loadingfooter"></a>
</footer>
  <!-- Bootstrap core JavaScript -->
  <script src="vendor/jquery/jquery.min.js"></script>
  <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/vue"></script>
  <script src="./app.js"></script>
</div>

</html>