chess/application/views/pages/all_round.php

838 lines
57 KiB
PHP
Raw Permalink Normal View History

2024-03-08 13:03:59 +00:00
<!doctype html>
<html lang="en" data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg"
data-sidebar-image="none" data-preloader="disable">
<!-- Mirrored from themesbrand.com/velzon/html/default/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 23 Mar 2023 12:52:34 GMT -->
<head>
<?php include 'link/links.php'?>
</head>
<body>
<!-- Begin page -->
<div id="layout-wrapper">
<?php include 'common_file/header.php'?>
<!-- removeNotificationModal -->
<!-- ========== App Menu ========== -->
<?php include 'common_file/sidebar.php'?>
<!-- Left Sidebar End -->
<!-- Vertical Overlay-->
<div class="vertical-overlay"></div>
<!-- ============================================================== -->
<!-- Start right Content here -->
<!-- ============================================================== -->
<div class="main-content">
<div class="page-content">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="page-title-box d-sm-flex align-items-center justify-content-between">
<h4 class="mb-sm-0">Tournament Round</h4>
<div class="page-title-right">
<ol class="breadcrumb m-0">
<li class="breadcrumb-item"><a href="<?php echo base_url('index')?>">Home</a>
</li>
<li class="breadcrumb-item active">Tournamnet Round</li>
</ol>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h6>Hourly Bullet Arena</h6>
<!-- Nav tabs -->
<ul class="nav nav-pills nav-success mb-3 mt-3" role="tablist">
<li class="nav-item waves-effect waves-light" role="presentation">
<a class="nav-link active" data-bs-toggle="tab" href="#home-1" role="tab"
aria-selected="true">1st Round</a>
</li>
<li class="nav-item waves-effect waves-light" role="presentation">
<a class="nav-link" data-bs-toggle="tab" href="#profile-1" role="tab"
aria-selected="false" tabindex="-1">2nd Round</a>
</li>
<li class="nav-item waves-effect waves-light" role="presentation">
<a class="nav-link" data-bs-toggle="tab" href="#messages-1" role="tab"
aria-selected="false" tabindex="-1">3rd Round</a>
</li>
<li class="nav-item waves-effect waves-light" role="presentation">
<a class="nav-link" data-bs-toggle="tab" href="#settings-1" role="tab"
aria-selected="false" tabindex="-1">Final</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content text-muted">
<div class="tab-pane active" id="home-1" role="tabpanel">
<div class="card">
<div class="card-header align-items-center d-flex">
<h4 class="card-title mb-0 flex-grow-1">First Round Players</h4>
<div class="flex-shrink-0">
<div class="search-box">
<input type="search"
class="form-control search-input form-control-sm "
id=" searchMemberList" placeholder="Search here..."
data-table="table_list">
<i class="ri-search-line search-icon"></i>
</div>
</div>
</div><!-- end card header -->
<div class="card-body">
<div class="live-preview">
<div class="table-responsive">
<table
class="table align-middle table-bordered table-sortable table-nowrap mb-0 table_list">
<thead class="table-light">
<tr>
<th scope="col" style="width: 46px;">
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck">
<label class="form-check-label"
for="cardtableCheck"></label>
</div>
</th>
<th scope="col">Sr.No.</th>
<th scope="col">Profile</th>
<th scope="col">User Name</th>
<th scope="col">Email Id</th>
<th scope="col">Country</th>
<th scope="col">Rating</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck01">
<label class="form-check-label"
for="cardtableCheck01"></label>
</div>
</td>
<td><a href="#" class="fw-medium">1</a></td>
<td>
<div class="">
<div class="">
<a class="image-popup"
href="assets/images/users/avatar-4.jpg"
title="">
<img class="avatar-xs rounded-circle "
src="assets/images/users/avatar-4.jpg"
alt="">
</a>
</div>
</div>
</td>
<td>Harshada Gaware</td>
<td>harshada@gmail.com</td>
<td>India
</td>
<td>980</td>
<td>
<div class="">
<a
href="http://localhost/Chess_Admin/view_user"><button
type="button"
class="btn btn-primary btn-xs btn-icon waves-effect waves-light"><i
class="ri-eye-line"></i></button></a>
<button type="button" id="custom-sa-warning"
class="btn btn-danger btn-icon waves-effect waves-light"><i
class="ri-delete-bin-5-line"></i></button>
</div>
</td>
</tr>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck01">
<label class="form-check-label"
for="cardtableCheck01"></label>
</div>
</td>
<td><a href="#" class="fw-medium">2</a></td>
<td>
<div class="">
<div class="">
<a class="image-popup"
href="assets/images/users/avatar-4.jpg"
title="">
<img class="avatar-xs rounded-circle "
src="assets/images/users/avatar-4.jpg"
alt="">
</a>
</div>
</div>
</td>
<td>Harshada Gaware</td>
<td>harshada@gmail.com</td>
<td>US</td>
<td>880</td>
<td>
<div class=" ">
<a
href="http://localhost/Chess_Admin/view_user"><button
type="button"
class="btn btn-primary btn-xs btn-icon waves-effect waves-light"><i
class="ri-eye-line"></i></button></a>
<button type="button"
class="btn btn-danger btn-icon waves-effect waves-light"><i
class="ri-delete-bin-5-line"></i></button>
</div>
</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<p id="table_list" class="text-warning">No matching records
found
</p>
<div class="d-flex justify-content-end mt-4">
<div class="pagination-wrap hstack gap-2"
style="display: flex;">
<a class="page-item pagination-prev disabled"
href="javascrpit:void(0)">
Previous
</a>
<ul class="pagination listjs-pagination mb-0">
<li class="active"><a class="page" href="#" data-i="1"
data-page="8">1</a></li>
<li><a class="page" href="#" data-i="2"
data-page="8">2</a></li>
</ul>
<a class="page-item pagination-next"
href="javascrpit:void(0)">
Next
</a>
</div>
</div>
<!-- end table -->
</div>
<!-- end table responsive -->
</div>
</div><!-- end card-body -->
</div>
</div>
<div class="tab-pane" id="profile-1" role="tabpanel">
<div class="card">
<div class="card-header align-items-center d-flex">
<h4 class="card-title mb-0 flex-grow-1">Second Round Player</h4>
<div class="flex-shrink-0">
<div class="search-box">
<input type="search"
class="form-control search-input form-control-sm "
id=" searchMemberList" placeholder="Search here..."
data-table="table_list">
<i class="ri-search-line search-icon"></i>
</div>
</div>
</div><!-- end card header -->
<div class="card-body">
<div class="live-preview">
<div class="table-responsive">
<table
class="table align-middle table-bordered table-sortable table-nowrap mb-0 table_list">
<thead class="table-light">
<tr>
<th scope="col" style="width: 46px;">
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck">
<label class="form-check-label"
for="cardtableCheck"></label>
</div>
</th>
<th scope="col">Sr.No.</th>
<th scope="col">Profile</th>
<th scope="col">User Name</th>
<th scope="col">Email Id</th>
<th scope="col">Country</th>
<th scope="col">Rating</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck01">
<label class="form-check-label"
for="cardtableCheck01"></label>
</div>
</td>
<td><a href="#" class="fw-medium">1</a></td>
<td>
<div class="">
<div class="">
<a class="image-popup"
href="assets/images/users/avatar-4.jpg"
title="">
<img class="avatar-xs rounded-circle "
src="assets/images/users/avatar-4.jpg"
alt="">
</a>
</div>
</div>
</td>
<td>Harshada Gaware</td>
<td>harshada@gmail.com</td>
<td>India
</td>
<td>700</td>
<td>
<div class="">
<a
href="http://localhost/Chess_Admin/view_user"><button
type="button"
class="btn btn-primary btn-xs btn-icon waves-effect waves-light"><i
class="ri-eye-line"></i></button></a>
<button type="button" id="custom-sa-warning"
class="btn btn-danger btn-icon waves-effect waves-light"><i
class="ri-delete-bin-5-line"></i></button>
</div>
</td>
</tr>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck01">
<label class="form-check-label"
for="cardtableCheck01"></label>
</div>
</td>
<td><a href="#" class="fw-medium">2</a></td>
<td>
<div class="">
<div class="">
<a class="image-popup"
href="assets/images/users/avatar-4.jpg"
title="">
<img class="avatar-xs rounded-circle "
src="assets/images/users/avatar-4.jpg"
alt="">
</a>
</div>
</div>
</td>
<td>Harshada Gaware</td>
<td>harshada@gmail.com</td>
<td>India</td>
<td>790</td>
<td>
<div class=" ">
<a
href="http://localhost/Chess_Admin/view_user"><button
type="button"
class="btn btn-primary btn-xs btn-icon waves-effect waves-light"><i
class="ri-eye-line"></i></button></a>
<button type="button"
class="btn btn-danger btn-icon waves-effect waves-light"><i
class="ri-delete-bin-5-line"></i></button>
</div>
</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<p id="table_list" class="text-warning">No matching records
found
</p>
<div class="d-flex justify-content-end mt-4">
<div class="pagination-wrap hstack gap-2"
style="display: flex;">
<a class="page-item pagination-prev disabled"
href="javascrpit:void(0)">
Previous
</a>
<ul class="pagination listjs-pagination mb-0">
<li class="active"><a class="page" href="#" data-i="1"
data-page="8">1</a></li>
<li><a class="page" href="#" data-i="2"
data-page="8">2</a></li>
</ul>
<a class="page-item pagination-next"
href="javascrpit:void(0)">
Next
</a>
</div>
</div>
<!-- end table -->
</div>
<!-- end table responsive -->
</div>
</div><!-- end card-body -->
</div>
</div>
<div class="tab-pane" id="messages-1" role="tabpanel">
<div class="card">
<div class="card-header align-items-center d-flex">
<h4 class="card-title mb-0 flex-grow-1">Third Round Player</h4>
<div class="flex-shrink-0">
<div class="search-box">
<input type="search"
class="form-control search-input form-control-sm "
id=" searchMemberList" placeholder="Search here..."
data-table="table_list">
<i class="ri-search-line search-icon"></i>
</div>
</div>
</div><!-- end card header -->
<div class="card-body">
<div class="live-preview">
<div class="table-responsive">
<table
class="table align-middle table-bordered table-sortable table-nowrap mb-0 table_list">
<thead class="table-light">
<tr>
<th scope="col" style="width: 46px;">
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck">
<label class="form-check-label"
for="cardtableCheck"></label>
</div>
</th>
<th scope="col">Sr.No.</th>
<th scope="col">Profile</th>
<th scope="col">User Name</th>
<th scope="col">Email Id</th>
<th scope="col">Country</th>
<th scope="col">Rating</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck01">
<label class="form-check-label"
for="cardtableCheck01"></label>
</div>
</td>
<td><a href="#" class="fw-medium">1</a></td>
<td>
<div class="">
<div class="">
<a class="image-popup"
href="assets/images/users/avatar-4.jpg"
title="">
<img class="avatar-xs rounded-circle "
src="assets/images/users/avatar-4.jpg"
alt="">
</a>
</div>
</div>
</td>
<td>Harshada Gaware</td>
<td>harshada@gmail.com</td>
<td>India
</td>
<td>680</td>
<td>
<div class="">
<a
href="http://localhost/Chess_Admin/view_user"><button
type="button"
class="btn btn-primary btn-xs btn-icon waves-effect waves-light"><i
class="ri-eye-line"></i></button></a>
<button type="button" id="custom-sa-warning"
class="btn btn-danger btn-icon waves-effect waves-light"><i
class="ri-delete-bin-5-line"></i></button>
</div>
</td>
</tr>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck01">
<label class="form-check-label"
for="cardtableCheck01"></label>
</div>
</td>
<td><a href="#" class="fw-medium">2</a></td>
<td>
<div class="">
<div class="">
<a class="image-popup"
href="assets/images/users/avatar-4.jpg"
title="">
<img class="avatar-xs rounded-circle "
src="assets/images/users/avatar-4.jpg"
alt="">
</a>
</div>
</div>
</td>
<td>Harshada Gaware</td>
<td>harshada@gmail.com</td>
<td>India</td>
<td>768</td>
<td>
<div class=" ">
<a
href="http://localhost/Chess_Admin/view_user"><button
type="button"
class="btn btn-primary btn-xs btn-icon waves-effect waves-light"><i
class="ri-eye-line"></i></button></a>
<button type="button"
class="btn btn-danger btn-icon waves-effect waves-light"><i
class="ri-delete-bin-5-line"></i></button>
</div>
</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<p id="table_list" class="text-warning">No matching records
found
</p>
<div class="d-flex justify-content-end mt-4">
<div class="pagination-wrap hstack gap-2"
style="display: flex;">
<a class="page-item pagination-prev disabled"
href="javascrpit:void(0)">
Previous
</a>
<ul class="pagination listjs-pagination mb-0">
<li class="active"><a class="page" href="#" data-i="1"
data-page="8">1</a></li>
<li><a class="page" href="#" data-i="2"
data-page="8">2</a></li>
</ul>
<a class="page-item pagination-next"
href="javascrpit:void(0)">
Next
</a>
</div>
</div>
<!-- end table -->
</div>
<!-- end table responsive -->
</div>
</div><!-- end card-body -->
</div>
</div>
<div class="tab-pane" id="settings-1" role="tabpanel">
<div class="card">
<div class="card-header align-items-center d-flex">
<h4 class="card-title mb-0 flex-grow-1">Final Round Player</h4>
<div class="flex-shrink-0">
<div class="search-box">
<input type="search"
class="form-control search-input form-control-sm "
id=" searchMemberList" placeholder="Search here..."
data-table="table_list">
<i class="ri-search-line search-icon"></i>
</div>
</div>
</div><!-- end card header -->
<div class="card-body">
<div class="live-preview">
<div class="table-responsive">
<table
class="table align-middle table-bordered table-sortable table-nowrap mb-0 table_list">
<thead class="table-light">
<tr>
<th scope="col" style="width: 46px;">
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck">
<label class="form-check-label"
for="cardtableCheck"></label>
</div>
</th>
<th scope="col">Sr.No.</th>
<th scope="col">Profile</th>
<th scope="col">User Name</th>
<th scope="col">Email Id</th>
<th scope="col">Country</th>
<th scope="col">Rating</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck01">
<label class="form-check-label"
for="cardtableCheck01"></label>
</div>
</td>
<td><a href="#" class="fw-medium">1</a></td>
<td>
<div class="">
<div class="">
<a class="image-popup"
href="assets/images/users/avatar-4.jpg"
title="">
<img class="avatar-xs rounded-circle "
src="assets/images/users/avatar-4.jpg"
alt="">
</a>
</div>
</div>
</td>
<td>Harshada Gaware</td>
<td>harshada@gmail.com</td>
<td>India
</td>
<td>789</td>
<td>
<div class="">
<a
href="http://localhost/Chess_Admin/view_user"><button
type="button"
class="btn btn-primary btn-xs btn-icon waves-effect waves-light"><i
class="ri-eye-line"></i></button></a>
<button type="button" id="custom-sa-warning"
class="btn btn-danger btn-icon waves-effect waves-light"><i
class="ri-delete-bin-5-line"></i></button>
</div>
</td>
</tr>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox"
value="" id="cardtableCheck01">
<label class="form-check-label"
for="cardtableCheck01"></label>
</div>
</td>
<td><a href="#" class="fw-medium">2</a></td>
<td>
<div class="">
<div class="">
<a class="image-popup"
href="assets/images/users/avatar-4.jpg"
title="">
<img class="avatar-xs rounded-circle "
src="assets/images/users/avatar-4.jpg"
alt="">
</a>
</div>
</div>
</td>
<td>Harshada Gaware</td>
<td>harshada@gmail.com</td>
<td>India</td>
<td>888</td>
<td>
<div class=" ">
<a
href="http://localhost/Chess_Admin/view_user"><button
type="button"
class="btn btn-primary btn-xs btn-icon waves-effect waves-light"><i
class="ri-eye-line"></i></button></a>
<button type="button"
class="btn btn-danger btn-icon waves-effect waves-light"><i
class="ri-delete-bin-5-line"></i></button>
</div>
</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<p id="table_list" class="text-warning">No matching records
found
</p>
<div class="d-flex justify-content-end mt-4">
<div class="pagination-wrap hstack gap-2"
style="display: flex;">
<a class="page-item pagination-prev disabled"
href="javascrpit:void(0)">
Previous
</a>
<ul class="pagination listjs-pagination mb-0">
<li class="active"><a class="page" href="#" data-i="1"
data-page="8">1</a></li>
<li><a class="page" href="#" data-i="2"
data-page="8">2</a></li>
</ul>
<a class="page-item pagination-next"
href="javascrpit:void(0)">
Next
</a>
</div>
</div>
<!-- end table -->
</div>
<!-- end table responsive -->
</div>
</div><!-- end card-body -->
</div>
</div>
</div>
</div><!-- end card-body -->
</div>
</div>
<!-- container-fluid -->
</div>
<!-- End Page-content -->
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<script>
document.write(new Date().getFullYear())
</script> © Chess.
</div>
<div class="col-sm-6">
<div class="text-sm-end d-none d-sm-block">
Design & Develop by Appzia
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- end main content-->
</div>
<!-- END layout-wrapper -->
<!--start back-to-top-->
<button onclick="topFunction()" class="btn btn-danger btn-icon" id="back-to-top">
<i class="ri-arrow-up-line"></i>
</button>
<!--end back-to-top-->
<!--preloader-->
<div id="preloader">
<div id="status">
<div class="spinner-border text-primary avatar-sm" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
</div>
<?php include 'link/script.php'?>
</body>
</html>