-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
46 lines (42 loc) · 1.36 KB
/
Copy pathheader.php
File metadata and controls
46 lines (42 loc) · 1.36 KB
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
<?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/fir.gif" height="109" width="900"></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>Police Inspector Menu</b></td>
</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="policef.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>