-
Notifications
You must be signed in to change notification settings - Fork 16
/
search-edit.php
112 lines (106 loc) · 3.74 KB
/
search-edit.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
<?php
session_start();
require_once('database.php');
require_once('library.php');
isUser();
?>
<!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=ISO-8859-1">
<title>Admin</title>
<link href="css/mystyle.css" rel="stylesheet" type="text/css">
<link href="css/style_002.htm" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {font-weight: bold}
-->
</style>
</head>
<body>
<?php include("header.php"); ?>
<script language="javascript">
function validate()
{
if (document.form1.track.value == "" )
{
alert("Consignment No is required.");
document.form1.track.focus( );
return false;
}
}
</script>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="900">
<tbody><tr>
<td width="780">
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><table border="0" cellpadding="1" cellspacing="1" align="center" width="100%">
<tbody><tr>
<td class="Partext1">
<link href="css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #FFFFFF}
-->
</style></td>
</tr>
<tr>
<td class="Partext1"><div align="center">
<table cellpadding="4" cellspacing="0" align="center" width="70%">
<form action="new_track_submit.php" method="post" name="form1" id="form1" onsubmit="return validate()"></form>
<tbody><tr>
<td colspan="2" class="TrackTitle" valign="top"><div class="newtext" align="center"><strong> <br>
<br>
Enter Consignment Number <br>
</strong></div></td>
</tr>
<tr>
<td colspan="2" class="bottom" valign="middle"> </td>
</tr>
<tr bgcolor="EFEFEF">
<td colspan="2" class="aalpha" bgcolor="#FFFFFF" height="34" valign="top"><div class="gentxt" align="center"><strong>Key in the Shipment Number to MODIFY the data. This is helpful if you have made spelling errors while adding the shipment.</strong><br>
<br>
</div></td>
</tr>
<tr bgcolor="EFEFEF">
</tr>
<tr bgcolor="EFEFEF">
<form action="search-courier.php" method="post">
<td valign="top"><div align="right">Enter Consignment number </div></td>
<td valign="top"><div align="left">
<input name="Consignment" class="gentxt" id="track" maxlength="50" type="text">
</div></td>
</tr>
<tr bgcolor="EFEFEF">
<td height="41" valign="top"> </td>
<td valign="top"><div align="left">
<input name="Submit" class="gentxt" value="Submit" type="submit">
</div></td>
</form>
</tr>
<tr bgcolor="EFEFEF">
<td colspan="2" class="TrackNormalBlue" bgcolor="#FFFFFF" valign="top"> </td>
</tr>
</tbody></table>
</div></td>
</tr>
<tr>
<td class="Partext1"> </td>
</tr>
<tr>
<td> </td>
</tr>
</tbody></table></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>