Şuanki Dizin: /home/wwwdreamtechnolo/public_html/panel.atsevairag.com/atse_admin_panel007/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/panel.atsevairag.com/atse_admin_panel007/dashboard.php |
<?php require_once("../lib/class/functions.php"); $db = new functions(); $current_page = ""; if(!isset($_SESSION['current_admn_email'])) { header("Location:/atse_admin_panel007/index.php"); } $current_login_admin = $_SESSION['current_admn_email']; $current_user_type = $_SESSION['current_login_user_type']; ?> <html> <head> <meta charset="UTF-8"> <title>ATSE Vairag</title> <link rel="stylesheet" type="text/css" href="/css/stylesheet.css" /> <style type="text/css"> @media only screen and (max-width: 700px) { .cards { width:90%; margin:auto; margin-top:10px; margin-bottom:10px; } } </style> </head> <body> <?php require_once('header.php'); ?> <div style="min-height:570px;"> <div class="admin-mid-section main_dash_contnr" style="background-color:#FAFAFA;"> <a href="centres-report.php"> <div class="cards"> <img src="/images/center.png" class="card_icons" /> <br /> <?php $centers_count = $db->get_total_count_of_centers($current_login_admin,$current_user_type); echo $centers_count." Centers"; ?> </div> </a> <a href="school-report.php"> <div class="cards"> <img src="/images/schoolicon.png" class="card_icons" /> <br /> <?php $schools_count = $db->get_total_count_of_schools($current_login_admin,$current_user_type); echo $schools_count." Schools"; ?> </div> </a> <a href="registered-students.php"> <div class="cards"> <img src="/images/studenticon.png" class="card_icons" /> <br /> <?php $students_count = $db->get_total_count_of_students($current_login_admin,$current_user_type); echo $students_count." Students"; ?> </div> </a> <a href="add-member.php"> <div class="cards"> <img src="/images/teachericon.png" class="card_icons" /> <br /> <?php $teacher_count = $db->get_total_count_of_staff_members($current_login_admin,$current_user_type); echo $teacher_count." Teachers"; ?> </div> </a> <a href=""> <div class="cards"> <img src="/images/rankericon.png" class="card_icons" /> <br /> 500 Ranking </div> </a> </div> </div> <?php require_once('footer.php'); ?> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4