chess/application/views/pages/tournament_user.php

222 lines
11 KiB
PHP

<!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 Completed User</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"> Tournament Completed User</li>
</ol>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-12">
<div class="card">
<div class="card-header align-items-center d-flex">
<h4 class="card-title mb-0 flex-grow-1">Tournament Completed User</h4>
<div class="flex-shrink-0">
<!-- <div class="form-check form-switch form-switch-right form-switch-md">
<label for="responsive-table-showcode" class="form-label text-muted">Show
Code</label>
<input class="form-check-input code-switcher" type="checkbox"
id="responsive-table-showcode">
</div> -->
<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 id="example3_filter" class="dataTables_filter" style="float:right;">
<label>
<input id="abc" type="search" placeholder="Search"
class=" form-control search-input form-control-sm mt-2"
aria-controls="example3" data-table="table_list"></label>
</div> -->
</div>
</div><!-- end card header -->
<div class="card-body">
<!-- <p class="text-muted">Use <code>table-responsive</code> class to make any table
responsive across all viewports. Responsive tables allow tables to be scrolled
horizontally with ease.</p> -->
<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">Sr.No.</th>
<th scope="col">Player Name</th>
<th scope="col"> Date | Time</th>
<th scope="col"> Rating</th>
<th scope="col"> Email</th>
<th scope="col">Contact</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#" class="fw-medium">1</a></td>
<td>Harshada Gaware </td>
<td>28-3-23 |2:00pm</td>
<td>900 </td>
<td>harshada@gmail.com </td>
<td>9876565454</td>
<td>
<a href="<?php echo base_url('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>
</td>
</tr>
<tr>
<td><a href="#" class="fw-medium">2</a></td>
<td>Abita Wavare </td>
<td>28-3-23 |2:00pm</td>
<td>950 </td>
<td>abita@gmail.com </td>
<td>7878787878</td>
<td>
<a href="<?php echo base_url('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>
</td>
</tr>
</tbody>
</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><!-- end card -->
</div><!-- end col -->
</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>