-
Notifications
You must be signed in to change notification settings - Fork 7
/
main-frame.php
35 lines (28 loc) · 1019 Bytes
/
main-frame.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/**
*
*
* @version $Id$
* @copyright 2006
*/
$subsys="main";
include('local-dls.php');
require_once('session.inc');
require_once('functions.php');
header_html("Dispatch :: Main Menu");
?>
<body vlink='blue' link='blue' alink='cyan'>
<BASE target='_parent'>
<p><div style='font-family: Tahoma'><p>
<b>Introductory Menu</b><p>
<font size=-1>Please select from one of the following links, or select a tab above:</font><p>
<p></div><ul>
<div style='font-family: Tahoma; font-size: 18'><a href='incidents.php'>Incidents</a></div><p>
<div style='font-family: Tahoma; font-size: 18'><a href='units.php'>Units</a></div><p>
<div style='font-family: Tahoma; font-size: 18'><a href='cad.php'>Log Viewer</a></div><p>
<div style='font-family: Tahoma; font-size: 18'><a href='bulletins.php'>Bulletins</a></div><p>
<div style='font-family: Tahoma; font-size: 18'><a href='config.php'>Preferences</a></div><p>
<div style='font-family: Tahoma; font-size: 18'><a href='help.php'>Help</a></div><p>
</ul>
</body>
</html>