-
Notifications
You must be signed in to change notification settings - Fork 16
/
office-add-success.php
74 lines (66 loc) · 2.16 KB
/
office-add-success.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
<!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>Courier / Cargo Tracking Script in PHP - Ver 0.97</title>
<link href="css/mystyle.css" rel="stylesheet" type="text/css">
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="900">
<tbody><tr>
<td width="900">
<?php include("header.php"); ?>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><table border="0" cellpadding="1" cellspacing="1" align="center" width="98%">
<tbody><tr>
<td class="Partext1"> </td>
</tr>
<tr>
<td class="Partext1"><div align="center">
<table cellpadding="4" cellspacing="0" align="center" width="70%">
<script language="javascript">
function validate()
{
if (form.Consignment.value == "" )
{
alert("Consignment No is required.");
form.track.focus( );
return false;
}
}
</script>
<tbody><tr>
<td class="TrackTitle" valign="top"><div class="newtext" align="center"></div></td>
</tr>
<tr>
<td class="bottom" valign="middle"> </td>
</tr>
<tr bgcolor="EFEFEF">
<td valign="top">New Office is Added Successfully . <a href="offices-list.php">Click Here</a> To View all Office List </td>
</tr>
<tr bgcolor="EFEFEF">
<td 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"> </td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</body></html>