-
Notifications
You must be signed in to change notification settings - Fork 16
/
header.php
109 lines (94 loc) · 4.52 KB
/
header.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?php
//session_start();
?>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="900">
<tbody>
<tr>
<td>
<style type="text/css">
<!--
.style2 {color: #FFFFFF}
-->
</style>
<table border="0" cellpadding="0" cellspacing="0" width="900">
<tbody><tr>
<td colspan="15">
<img src="images/trheader.jpg" height="109" width="900"></td>
</tr>
<tr bgcolor="#2284d5">
<td width="4"> </td>
<td height="30" width="110"><div align="left"><span class="headtext13 style2"><strong>SHIPMENT:</strong></span></div></td>
<td height="30" width="83"><div class="lowerstyle" align="center"> <a href="add-courier.php">Add</a></div></td>
<td width="4"><div align="left">|</div></td>
<td height="30" width="74"> <div class="lowerstyle" align="center"><a href="courier-list.php">Update </a></div></td>
<td width="4"><div align="left">|</div></td>
<td width="89"><div class="lowerstyle" align="center">
<div align="center"><a href="search-edit.php">Search & Edit </a></div>
</div></td>
<td width="3"><div align="left">|</div></td>
<td height="30" width="96"><div align="center"><span class="headtext13 style2"><strong>REPORTS</strong></span><span class="heading"><strong> : </strong></span></div></td>
<td height="30" width="83"><div class="lowerstyle" align="center"><a href="delivered-list.php">Delivered </a> </div></td>
<td width="3">|</td>
<td width="76"><div class="lowerstyle" align="center"><a href="datewise-list.php">Datewise </a> </div></td>
<td width="3"> </td>
<td width="71"><div class="lowerstyle" align="center"><a href="http://tracking4web.com/admin/report_statuswise.php?status=all"></a> </div></td>
<td width="3"></td>
<td height="30" width="80">
</td>
</tr>
</tbody></table>
<?php
if(isset($_SESSION['user_type']) && $_SESSION['user_type'] == 'admin-role') {
?>
<table border="0" cellpadding="0" cellspacing="0" width="900">
<tbody><tr style="height:25px;">
<td bgcolor="#E2E2E2" width="4"> </td>
<td bgcolor="#E2E2E2" width="240"> <b>Admin Menu</b></td>
<td bgcolor="#E2E2E2" width="100"><div align="center"><a href="offices-list.php" class="headtext13">Office Details</a></div></td>
<td bgcolor="#E2E2E2" width="10">|</td>
<td bgcolor="#E2E2E2" width="100"><div align="center"><a href="add-office.php" class="headtext13">Add New Office</a></div></td>
<td bgcolor="#E2E2E2" width="10">|</td>
<td bgcolor="#E2E2E2" width="100"><div align="center"><a href="manager-list.php" class="headtext13">Manager Details</a> </div></td>
<td bgcolor="#E2E2E2" width="7">|</td>
<td bgcolor="#E2E2E2" width="125"><div align="center"><a href="add-new-officer.php" class="headtext13">Add New Manager</a></div></td>
<td bgcolor="#E2E2E2" width="7">|</td>
<td bgcolor="#E2E2E2" width="125"><div align="center"><a href="add-parcel-pricing.php" class="headtext13">Add Parcel Pricing</a></div></td>
</tr>
</tbody>
</table>
<?php
}
?>
<?php
if(isset($_SESSION['user_type']) && $_SESSION['user_type'] == 'admin-role') {
?>
<table border="0" cellpadding="0" cellspacing="0" width="900">
<tbody>
<tr bgcolor="#2284d5">
<td width="4"> </td>
<td height="30" style="width: 140px"><div align="left" style="margin-left:px"><span class="headtext13 style2"><strong>SHIPMENT INFO:</strong></span></div></td>
<td width="100"> <div class="lowerstyle" align="center"><a href="add-shipment.php">Add Shipment type </a></div></td>
<td width="4"><div align="left">|</div></td>
<td width="100"> <div class="lowerstyle" align="center"><a href="trans-mode.php">Add Transport mode </a></div></td>
<td width="4"><div align="left">|</div></td>
<td width="100"> <div class="lowerstyle" align="center"><a href="payment.php">Create Price List </a></div></td>
<td width="4"><div align="left">|</div></td>
<td height="30" width="80">
</td>
</tr>
</tbody></table>
<?php
}
?>
<table border="0" cellpadding="0" cellspacing="0" width="900">
<tbody><tr style="height:25px;">
<td bgcolor="#99CCFF" width="4"> </td>
<td bgcolor="#99CCFF" width="350"> </td>
<td bgcolor="#99CCFF" width="130"><div align="center"><a href="admin.php" class="headtext13"></a></div></td>
<td bgcolor="#99CCFF" width="10"></td>
<td bgcolor="#99CCFF" width="162"><div align="center"><a href="admin.php" class="headtext13">Home</a> </div></td>
<td bgcolor="#99CCFF" width="7">|</td>
<td bgcolor="#99CCFF" width="125"><div align="center"><a href="process.php?action=logOut" class="headtext13">Logout</a></div></td>
</tr>
</tbody>
</table>