0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.148.117.240


Current Path : /var/www/html/pgadm2020/vku-admin/
Upload File :
Current File : /var/www/html/pgadm2020/vku-admin/rostertable.html

  <script>
  //$("select").selectpicker();
</script>
<!-- Latest compiled and minified CSS -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css"
/>

<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js"></script>

  <style>
    .feedback {
      background-color: #31b0d5;
      color: white;
      padding: 10px 20px;
      border-radius: 4px;
      border-color: #46b8da;
    }

    #mybutton {
      position: fixed;
      bottom: 1%;
      right: 10px;
    }

    #colltable thead tr {
      text-align: center;
      font-weight: bold;
      border: 3px solid #000000;
    }

    #colltable thead tr td {
      padding: 2px !important;
      font-size: 13px !important;
    }
/* 
    .tbody tbody tr{
      padding : 10px;
      border
    } */
    

    #colltable tbody tr td {
      padding: 8px !important;
      vertical-align: middle;
      border: 1px solid #949494;
      text-align: center;
    }

    .tbl_row_new input {
      max-width: 43px;
      border: none;
    }

    .tbl_row_new {
      padding: 0px !important;
    }
  </style>
    <style type="text/css">
    .table-upd tbody tr td {
      padding: 2px;
      vertical-align: middle;
      border: 1px solid #949494;
      text-align: center;
    }

    .table-upd tbody upd-file {
      display: inline !important;
    }

    .table-upd tbody input[type="file"] {
      display: inline;
    }

    .table-upd tbody button {
      padding: 7px;
      margin: 15px;
    }

    .table-upd thead tr td {
      text-align: center;
    }
  </style>
  
<div class="row clearfix">
  <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
    <div class="card">
      <div class="header">
        <h2>
          <b>Roster Table</b>
        </h2>
      </div>
      <div class="row clearfix" id="colltable" style="margin: auto;padding: 36px;">
        <table class="table table-bordered" >
        </table>
      </div>
    </div>
  </div>
</div>