-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathreport.php
104 lines (99 loc) · 4.37 KB
/
report.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
<?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>Admin</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/mystyle.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style110 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; color: #000000;
}
.style2 {color: #FFFFFF}
-->
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="780">
<tbody><tr>
<td width="780">
<?php include("header.php"); ?>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="center"> <br>
<br>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="75%">
<tbody><tr>
<td width="18"><img src="images/boxtopleftcorner.gif" alt="" height="13" width="18"></td>
<td background="report.php_files/boxtopBG.gif" width="734"></td>
<td width="18"><img src="images/boxtoprightcorner.gif" alt="" height="13" width="18"></td>
</tr>
<tr>
<td background="images/boxleftBG.gif"></td>
<td><table border="0" cellpadding="0" cellspacing="0" align="center" width="98%">
<tbody><tr>
<td colspan="2" height="4"></td>
</tr>
<tr>
<td height="18"><table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
<tbody>
<tr valign="top">
<td colspan="2" class="headtext13" height="25" valign="middle">Reports</td>
<td height="25" colspan="3"> </td>
</tr>
<tr valign="top">
<td> </td>
<td class="smallpoints" valign="middle" width="41%"> </td>
<td width="12%"> </td>
<td colspan="2" class="smallpoints" valign="middle"> </td>
</tr>
<tr valign="top">
<td width="11%"><div align="center"><span class="style110"><img src="images/12258.gif" border="0" height="32" width="30"></span> </div></td>
<td class="smallpoints" valign="middle"><a href="datewise-list.php" class="link">Datewise Report </a></td>
<td colspan="3" rowspan="3"><img src="images/imagesform.jpg" width="103" height="95"><a href="http://tracking4web.com/admin/prealertxlreport.php" class="link"></a></td>
</tr>
<tr valign="top">
<td><div align="center"></div></td>
<td> </td>
</tr>
<tr valign="top">
<td><div align="center"><span class="style110"><img src="images/12258.gif" border="0" height="32" width="30"></span></div></td>
<td class="smallpoints" valign="middle"><a href="delivered-list.php" class="link">Delivered Report </a></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</tbody></table></td>
<td background="report.php_files/boxrightBG.gif"></td>
</tr>
<tr>
<td width="18"><img src="images/boxbtmleftcorner.gif" alt="" height="12" width="18"></td>
<td background="report.php_files/boxbtmBG.gif" width="734"></td>
<td width="18"><img src="images/boxbtmrightcorner.gif" alt="" height="12" width="18"></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"><div align="right"></div></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</body></html>