-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathreport3.php
167 lines (145 loc) · 4.63 KB
/
report3.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SidEx - Courier Management System</title>
<style type="text/css">
body {
background-color:#2781BA;
background-image:url('images/bg1.gif');
}
table {
border: 0px red solid;
padding-top:0px;
margin-top:0px;
cellspacing:0px;
cellpadding:0px;
}
td {
border:0px green dotted;
}
table.login_tab {
background:rgba(255,255,255,0.9);
cellspacing:0px;
cellpadding:0px;
}
table.main_tab {
background:rgba(0,0,0,0);
width:70%;
}
td.login {
background-color:#C0C0C0;
padding-left:5px;
padding-right:5px;
}
td.login_table {
background:rgba(248,248,255,1);
padding-top:50px;
padding-left:40px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
td.login_nam {
height:30px;
font-size:13pt;
color:white;
background-color:#3b5998;
padding-left:5px;
}
td.new {
height:30px;
font-weight:none;
font-size:11pt;
}
a {
color:#999933;
}
a:hover {
font-size:30pt;
}
td.marquee{
padding-top:1px;
padding-bottom:1px;
padding-left:130px;
background:rgba(0,0,0,1);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
td.footer {
background-color:#2952A3;
background-image:url('images/tdback1.gif');
border-top: 1px grey solid;
color:#999933;
text-align:center;
font-size:8pt;
padding-bottom:5px;
padding-top:5px;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SidEx - Courier Management System</title>
<meta name="keywords" content="metro, free website template, beautiful grid, image grid menu, colorful theme" />
<meta name="description" content="Metro is a free website template by templatemo.com and it features jQuery horizontal scrolling among pages." />
<link href="templatemo_style.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="js/jquery.localscroll-min.js"></script>
<script type="text/javascript" src="js/init.js"></script>
<link rel="stylesheet" href="css/slimbox2.css" type="text/css" media="screen" />
<script type="text/JavaScript" src="js/slimbox2.js"></script>
<style type="text/css">
<!--
.style1 {color: #000000}
.style2 {
color: #000000
}
-->
</style>
<script type="text/javascript">
<!--
function MM_validateForm() { //v4.0
if (document.getElementById){
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
if (val) { nm=val.name; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
} else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
} if (errors) alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = (errors == '');
} }
//-->
</script>
</head>
<body>
<div id="templatemo_header">
<h2>Tracking <a href="index.php" class="slider_nav_btn home_btn" > home</a></h2>
</div>
<div class="body">
<h3> </h3>
<table><?php
?></table>
<td background="images/boxrightBG.gif"></td>
<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>
</div>
</br>
</div>
<body>
</body>
</html>