| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wcsd/School-alert/views/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
background-color: #708090; /* This should change the page background color */
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>School Alert System</title>
<link rel="stylesheet" href="http://www.wcsd.me/School-alert/css/styles.css"> <!-- Link to your CSS file here -->
</head>
<body>
<nav>
<ul>
<li><a href="dashboard.php">Dashboard</a></li>
<?php if (isset($_SESSION['role']) && $_SESSION['role'] === 'admin'): ?>
<li><a href="create_alert.php">Create Alert</a></li>
<?php endif; ?>
<li><a href="statistics.php">View Alert Statistics</a></li> <!-- New link for statistics -->
<li><a href="profile.php">Edit School Information</a></li> <!-- New link for school info -->
<li><a href="logout.php">Logout</a></li>
</ul>
</nav>
<div class="container">