Advertisement
LemmyNjaria

Mjali Update

Jan 7th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 6.96 KB | None | 0 0
  1. @{
  2.     ViewData["Title"] = "Index";
  3. }
  4. <html>
  5. <head>
  6.     <meta charset="utf-8">
  7.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8.     <!-- Tell the browser to be responsive to screen width -->
  9.     <meta name="viewport" content="width=device-width, initial-scale=1">
  10.  
  11.     <!-- Font Awesome -->
  12.     <link rel="stylesheet" href="~/adminlteTwo/plugins/fontawesome-free/css/all.min.css">
  13.     <!-- Ionicons -->
  14.     <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  15.     <!-- DataTables -->
  16.     <link rel="stylesheet" href="~/adminlteTwo/plugins/datatables-bs4/css/dataTables.bootstrap4.css">
  17.     <!-- Theme style -->
  18.     <link rel="stylesheet" href="~/adminlteTwo/dist/css/adminlte.min.css">
  19.     <!-- Google Font: Source Sans Pro -->
  20.     <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
  21. </head>
  22. <body class="hold-transition sidebar-mini">
  23. <div class="wrapper">
  24.  
  25.     <!-- Content Wrapper. Contains page content -->
  26.     <div class="content-wrapper">
  27.         <!-- Content Header (Page header) -->
  28.         <section class="content-header">
  29.             <div class="container-fluid">
  30.                 <div class="row mb-2">
  31.                     <div class="col-sm-6">
  32.                         <h1>Home</h1>
  33.                     </div>
  34.                     <div class="col-sm-6">
  35.                         <ol class="breadcrumb float-sm-right">
  36.                             <li class="breadcrumb-item">
  37.                                 <a href="#">MJALI</a>
  38.                             </li>
  39.                             <li class="breadcrumb-item active">>Management | Health Workers</li>
  40.                         </ol>
  41.                     </div>
  42.                 </div>
  43.             </div><!-- /.container-fluid -->
  44.         </section>
  45.  
  46.         <!-- Main content -->
  47.         <section class="content">
  48.             <div class="row">
  49.                 <div class="col-12">
  50.  
  51.                     <div class="card">
  52.                         <div class="card-header">
  53.                             <h3 class="card-title">Results for Health Workers</h3>
  54.                         </div>
  55.                         <!-- /.card-header -->
  56.                         <div class="card-body table-responsive p-0">
  57.                             <table id="example1" class="table table-head-fixed table-bordered table-striped table-hover">
  58.                                 <thead>
  59.                                 <tr>
  60.                                     <th class="center">
  61.                                         <label class="pos-rel">
  62.                                             <input type="checkbox" class="ace"/>
  63.                                             <span class="lbl"></span>
  64.                                         </label>
  65.                                     </th>
  66.                                     <th>
  67.                                         Full Name
  68.                                     </th>
  69.                                     <th>
  70.                                         Phone
  71.                                     </th>
  72.                                     <th>
  73.                                         CBHMIS Access
  74.                                     </th>
  75.                                     <th>
  76.                                         NCD Access
  77.                                     </th>
  78.                                     <th>
  79.                                         DS Access
  80.                                     </th>
  81.                                     <th>
  82.                                         NHIF Access
  83.                                     </th>
  84.                                     <th>
  85.                                         CU Name
  86.                                     </th>
  87.                                     <th>
  88.                                         County
  89.                                     </th>
  90.                                     <th>
  91.                                         Sub County
  92.                                     </th>
  93.  
  94.  
  95.                                 </tr>
  96.                                 </thead>
  97.                                 <tbody>
  98.                                 //here
  99.  
  100.                                 </tbody>
  101.                                 <tfoot>
  102.                                 <tr>
  103.                                     <th class="center">
  104.                                         <label class="pos-rel">
  105.                                             <input type="checkbox" class="ace"/>
  106.                                             <span class="lbl"></span>
  107.                                         </label>
  108.                                     </th>
  109.                                     <th>
  110.                                         Full Name
  111.                                     </th>
  112.                                     <th>
  113.                                         Phone
  114.                                     </th>
  115.                                     <th>
  116.                                         CBHMIS Access
  117.                                     </th>
  118.                                     <th>
  119.                                         NCD Access
  120.                                     </th>
  121.                                     <th>
  122.                                         DS Access
  123.                                     </th>
  124.                                     <th>
  125.                                         NHIF Access
  126.                                     </th>
  127.                                     <th>
  128.                                         CU Name
  129.                                     </th>
  130.                                     <th>
  131.                                         County
  132.                                     </th>
  133.                                     <th>
  134.                                         Sub County
  135.                                     </th>
  136.                                 </tr>
  137.                                 </tfoot>
  138.                             </table>
  139.                         </div>
  140.                         <!-- /.card-body -->
  141.                     </div>
  142.                     <!-- /.card -->
  143.                 </div>
  144.                 <!-- /.col -->
  145.             </div>
  146.             <!-- /.row -->
  147.         </section>
  148.         <!-- /.content -->
  149.     </div>
  150.  
  151. </div>
  152.  
  153. </body>
  154. </html>
  155.  
  156. @section Scripts{
  157.     <!-- DataTables -->
  158.     <script src="~/adminlteTwo/plugins/datatables/jquery.dataTables.js"></script>
  159.     <script src="~/adminlteTwo/plugins/datatables-bs4/js/dataTables.bootstrap4.js"></script>
  160.     <!-- ./wrapper -->
  161.     <script src="~/adminlteTwo/dist/js/adminlte.min.js"></script>
  162.  
  163.     <script type="text/javascript">
  164.       $(function () {
  165.         $("#example1").DataTable();
  166.         $('#example2').DataTable({
  167.           "paging": true,
  168.           "lengthChange": false,
  169.           "searching": false,
  170.           "ordering": true,
  171.           "info": true,
  172.           "autoWidth": false,
  173.         });
  174.       });
  175.     </script>
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement