| 9446 |
manish.sha |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>
|
|
|
5 |
Inventory and Warehouse Management
|
|
|
6 |
</title>
|
|
|
7 |
<link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
|
|
|
8 |
<link rel="stylesheet" href="/inventory/css/colorbox.css" type="text/css" />
|
|
|
9 |
<script type="text/javascript" src="/inventory/js/jquery-1.4.2.js"></script>
|
|
|
10 |
<script type="text/javascript" src="/inventory/js/jquery.colorbox-min.js"></script>
|
|
|
11 |
<script type="text/javascript" src="/inventory/js/product-feeds.js"></script>
|
|
|
12 |
|
|
|
13 |
</head>
|
|
|
14 |
<body>
|
|
|
15 |
<a href="/inventory">Go to Home page</a>
|
|
|
16 |
<br>
|
|
|
17 |
<h3>Product Feeds Submission</h3>
|
|
|
18 |
|
|
|
19 |
<span id = "sendProductFeedLink" class = "link"> Send Product Feed </span>
|
|
|
20 |
<br />
|
|
|
21 |
<div id = 'sendProductFeedDiv' class = "hidden">
|
|
|
22 |
<form id = 'sendProductFeedForm'>
|
|
|
23 |
<span> Catalog Item Id : </span>
|
|
|
24 |
<input type = 'text' id = 'cataLogItemId' name = 'cataLogItemId'>
|
|
|
25 |
<br><br>
|
|
|
26 |
<button type = "submit">Submit</button>
|
|
|
27 |
</form>
|
|
|
28 |
</div>
|
|
|
29 |
</body>
|
|
|
30 |
</html>
|