HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/public_html/beatleanalytics.com/application/views/admin/news.php
 <?php 
	$this->load->view('layout/admin/header');
	$this->load->view('layout/admin/sidebar');

?>

<div id="content" class="main-content">
            <div class="layout-px-spacing">
                <div class="row layout-top-spacing">

                	<div class="col-xl-12 col-lg-12 col-sm-12  layout-spacing">
                        <div class="widget-content widget-content-area br-6">
                            <div class="table-responsive mb-4 mt-4">
                                <table id="html5-extension" class="table table-hover non-hover" style="width:100%">
                                    <thead>
                                        <tr>
										   	<th>News IMG</th>
                                          	<th>Descrition</th>
                                          	<th>Date</th>
											<th>Action</th>
                                        </tr>
                                    </thead>
                                    <tbody>
                                        <tr>
										 	<td>
                                                <div class="d-flex">
                                                    <div class="usr-img-frame mr-2 rounded-circle">
                                                        <img alt="avatar" class="img-fluid rounded-circle" src="assets/img/avt.png">
                                                    </div>
                                                </div>
                                            </td>
                                           <td><a href="news_view.html"> Lorem Ipsum is simply dummy text of..... </a></td>
											<td>03-05-2020 (12:00 AM)</td>
                                            <td>
                                                <div class="btn-group">
                                                    <button type="button" class="btn btn-dark btn-sm">ACT</button>
                                                    <button type="button" class="btn btn-dark btn-sm dropdown-toggle dropdown-toggle-split" id="dropdownMenuReference1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-reference="parent">
                                                      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>
                                                    </button>
                                                    <div class="dropdown-menu" aria-labelledby="dropdownMenuReference1">
                                                      <a class="dropdown-item" href="add-new-news.html">Edit</a>
                                                      <a class="dropdown-item" href="#"> Delete</a>
                                                      <a class="dropdown-item" href="#">  Hold</a> 
													       <a class="dropdown-item" href="#">  pending</a> 
														    <a class="dropdown-item" href="#">  Active</a> 
                                                      
                                                    </div>
                                                  </div>
                                            </td>
                                        </tr>
								</tbody>
                                </table>
                            </div>
                        </div>
                    </div>
<?php 
	$this->load->view('layout/admin/footer');

?>