-
Notifications
You must be signed in to change notification settings - Fork 16
/
admin.php
62 lines (57 loc) · 2.2 KB
/
admin.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?php
session_start();
require_once('library.php');
isUser();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Courier / Cargo Tracking Script in PHP - Ver 0.97</title>
<link href="css/mystyle.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php
include("header.php");
?>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="center"> <br>
<br>
<table bgcolor="#ECECEC" border="0" cellpadding="2" cellspacing="2" align="center" width="50%">
<tbody><tr>
<td class="Partext1" bgcolor="#EEEEEE"><div align="left"><strong>Courier Management System </strong></div></td>
</tr>
<tr>
<td class="newtext" bgcolor="#FFFFFF"><div align="left"><img src="images/arrow_white.gif" border="0" height="8" width="7"> <a href="add-courier.php" class="REDLink">Add Shipment</a></div></td>
</tr>
<tr>
<td class="newtext" bgcolor="#FFFFFF"><div align="left"><img src="images/arrow_white.gif" border="0" height="8" width="7"> <a href="courier-list.php" class="REDLink">List Shipment</a></div></td>
</tr>
<tr>
<td class="newtext" bgcolor="#FFFFFF"><div align="left"><img src="images/arrow_white.gif" border="0" height="8" width="7"> <a href="report.php" class="REDLink">Report</a></div></td>
</tr>
<tr>
<td class="newtext" bgcolor="#FFFFFF"><div align="left"><img src="images/arrow_white.gif" border="0" height="8" width="7"> <a href="process.php?action=logOut" class="REDLink">Logout</a></div></td>
</tr>
</tbody></table>
<br>
<br>
<br>
<br>
</div></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="900">
<tbody><tr>
<td bgcolor="#2284d5" height="40" width="476"> </td>
<td bgcolor="#2284d5" width="304">
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</body></html>