| .. | |||||
| article | |||||
| media | |||||
| menu | |||||
| web | |||||
| index.php |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/application/views/back/pages/ |
Upload File : |
<div class="container-fluid">
<!-- Page Heading -->
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="h3 mb-0 text-gray-800">Dashboard</h1>
</div>
<!-- Alert -->
<div class="row">
<div class="col">
<?php if($this->session->flashdata('message')) : ?>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<?= $this->session->flashdata('message') ?>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<?php endif ?>
</div>
</div>
<!-- Content Row -->
<div class="row">
<div class="col-xl-4 col-md-6 mb-4">
<div class="card border-left-danger shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-s font-weight-bold text-danger text-uppercase mb-1">Total Posts</div>
<div class="h5 mb-0 font-weight-bold text-gray-800">
<?= $total_posting ?>
</div>
</div>
<div class="col-auto">
<i class="far fa-newspaper fa-3x text-gray-500"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6 mb-4">
<div class="card border-left-success shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-s font-weight-bold text-success text-uppercase mb-1">News Category</div>
<div class="h mb-0 font-weight-bold text-gray-800">
<?= $total_category ?>
</div>
</div>
<div class="col-auto">
<i class="fas fa-box fa-3x text-gray-500"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6 mb-4">
<div class="card border-left-primary shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-s font-weight-bold text-primary text-uppercase mb-1">Banner</div>
<div class="h mb-0 font-weight-bold text-gray-800">
<?= $total_banner ?>
</div>
</div>
<div class="col-auto">
<i class="fas fa-images fa-3x text-gray-500"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Content Row -->
<div class="row">
<!-- Area Chart -->
<div class="col-xl-12 col-lg-12">
<div class="card shadow mb-4">
<!-- Card Header - Dropdown -->
<div class="card-header py-3 d-flex flex-row align-items-center justify-content-between">
<h6 class="m-0 font-weight-bold text-primary">Total Posts Monthly</h6>
</div>
<!-- Card Body -->
<div class="card-body">
<div class="chart-area">
<canvas id="myAreaChart" height="100vh"></canvas>
</div>
</div>
</div>
</div>
</div>
</div>
| .. | |||||
| article | |||||
| media | |||||
| menu | |||||
| web | |||||
| index.php |