mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
52 lines
1.4 KiB
PHP
52 lines
1.4 KiB
PHP
|
|
<html>
|
|
<head>
|
|
<title>BOSwatch - POCSAG</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="" />
|
|
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
|
|
<script src="js/jquery.min.js"></script>
|
|
<script src="js/jquery.dropotron.min.js"></script>
|
|
<script src="js/skel.min.js"></script>
|
|
<script src="js/skel-layers.min.js"></script>
|
|
<script src="js/init.js"></script>
|
|
<noscript>
|
|
<style>
|
|
#highlights {
|
|
text-align: left;
|
|
width: 95%;
|
|
padding: 10px auto;
|
|
font-size: 90%;
|
|
}
|
|
|
|
</style>
|
|
<link rel="stylesheet" href="css/skel.css" />
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
<link rel="stylesheet" href="css/style-desktop.css" />
|
|
<link rel="stylesheet" href="css/usermod.css" />
|
|
</noscript>
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
|
|
</head>
|
|
<body class="no-sidebar">
|
|
|
|
<!-- Header -->
|
|
<div id="header-wrapper" class="wrapper">
|
|
<div id="header">
|
|
|
|
<!-- Nav -->
|
|
<nav id="nav">
|
|
<ul>
|
|
<li><a href="show_pocsag.php">POCSAG</a></li>
|
|
<li><a href="show_fms.php">FMS</a></li>
|
|
<li><a href="show_zvei.php">ZVEI</a></li>
|
|
<li><a href="prefs.php">Einstellungen</a></li>
|
|
<li><a href="eintragen.php">Nutzer anlegen</a></li>
|
|
<li><a href="logout.php">Ausloggen</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
</div>
|
|
</div>
|
|
|