TRF Certest first commit
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
<?php include('include/headscript.php'); ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- Title -->
|
||||
<title> Edmate Learning Dashboard HTML Template</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="assets/images/logo/favicon.png">
|
||||
<?php include('cssinclude.php'); ?>
|
||||
<!-- DataTables CSS -->
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!--==================== Preloader Start ====================-->
|
||||
<div class="preloader">
|
||||
<div class="loader"></div>
|
||||
</div>
|
||||
<!--==================== Preloader End ====================-->
|
||||
|
||||
<!--==================== Sidebar Overlay End ====================-->
|
||||
<div class="side-overlay"></div>
|
||||
<!--==================== Sidebar Overlay End ====================-->
|
||||
|
||||
<!-- ============================ Sidebar Start ============================ -->
|
||||
|
||||
<?php include('include/navbar.php'); ?>
|
||||
<!-- ============================ Sidebar End ============================ -->
|
||||
|
||||
<div class="dashboard-main-wrapper">
|
||||
<?php include('include/topbar.php'); ?>
|
||||
|
||||
|
||||
<div class="dashboard-body">
|
||||
|
||||
<div class="row gy-4">
|
||||
<div class="col-lg-12">
|
||||
|
||||
<!-- Top Course Start -->
|
||||
<div class="card mt-24">
|
||||
<div class="card-body">
|
||||
<div class="mb-20 flex-between flex-wrap gap-8">
|
||||
<h4 class="mb-0">XLS Templates</h4>
|
||||
<div class="mb-3">
|
||||
<a href="insert_template_xls.php" class="btn btn-success">
|
||||
<i class="fas fa-plus"></i> New Template
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="row gy-4">
|
||||
<div class="col-12">
|
||||
INSERT HERE NEW PARTS
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Top Course End -->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php include('include/footer.php'); ?>
|
||||
</div>
|
||||
|
||||
<?php include('jsinclude.php'); ?>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user