-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch_catnum.php
78 lines (72 loc) · 2.29 KB
/
search_catnum.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
<html>
<head>
<title>SpratlingSilver.com - Search</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" background="images/backgrnd.gif">
<a name="top"></a>
<?php include "sidebar.htm"; ?>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>
<table border="0" cellspacing="0" cellpadding="5" align="Center">
<tr>
<td align="center><b><font size="3" face="Arial" color="#990000">
<div align="center"><font size="3" face="Arial, Helvetica, sans-serif">
<b>Search by Spratling wholesale catalog item number</b></font></div>
</td>
</tr>
</table>
<p></p>
<form method="post" action="search_results.php">
<div align="center">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td align="right"><font size="2" face="Arial"><b>Enter the catalog
number or partial number:</b> </font></td>
<td>
<input type="text" name="catalog_number" size="10">
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<table border="0" cellspacing="0" cellpadding="5" align="center">
<tr>
<td>
<input type="submit" name="Submit3" value="Search">
</td>
<td> </td>
<td>
<input type="reset" name="Submit22" value="Reset">
</td>
<td align=center width=80>
<a href="/search_help.htm"><font face="Arial" size=2>Help</font></a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</form>
<p> </p>
<p> </p>
<p> </p>
</td>
</tr>
</table>
</table>
<?php include "sidebar_end.htm"; ?>
</body>
</html>