Subversion Repositories SmartDukaan

Rev

Rev 9622 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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'>
9622 manish.sha 25
				<br>
26
					<span>Stock Link Feed</span>
27
				<input type='checkBox' id = 'stockLinkFeed' name = 'stockLinkFeed' checked='checked'><br>
28
 
9446 manish.sha 29
				<button type = "submit">Submit</button>
30
            </form>
31
        </div>
9622 manish.sha 32
			<span id = "deleteProductFeedLink" class = "link"> Delete Product Feed </span>
33
			<div id = 'deleteProductFeedDiv' class = "hidden">
34
			<form id = 'deleteProductFeedForm'>
35
				<span> Catalog Item Id : </span>
36
				<input type = 'text' id = 'catalogItemIdDelete' name = 'catalogItemIdDelete'>
37
				<br><br>						
38
				<button type = "submit">Submit</button>
39
            </form>
40
        </div>
9855 manish.sha 41
		<div>
42
			<a href="/inventory/product-feeds!downloadAllProductFeeds">Download All Product Feeds Details</a>
43
		</div>
9446 manish.sha 44
	</body>
45
</html>