Rev 9622 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!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><title>Inventory and Warehouse Management</title><link rel="stylesheet" href="/inventory/css/common.css" type="text/css" /><link rel="stylesheet" href="/inventory/css/colorbox.css" type="text/css" /><script type="text/javascript" src="/inventory/js/jquery-1.4.2.js"></script><script type="text/javascript" src="/inventory/js/jquery.colorbox-min.js"></script><script type="text/javascript" src="/inventory/js/product-feeds.js"></script></head><body><a href="/inventory">Go to Home page</a><br><h3>Product Feeds Submission</h3><span id = "sendProductFeedLink" class = "link"> Send Product Feed </span><br /><div id = 'sendProductFeedDiv' class = "hidden"><form id = 'sendProductFeedForm'><span> Catalog Item Id : </span><input type = 'text' id = 'cataLogItemId' name = 'cataLogItemId'><br><span>Stock Link Feed</span><input type='checkBox' id = 'stockLinkFeed' name = 'stockLinkFeed' checked='checked'><br><button type = "submit">Submit</button></form></div><span id = "deleteProductFeedLink" class = "link"> Delete Product Feed </span><div id = 'deleteProductFeedDiv' class = "hidden"><form id = 'deleteProductFeedForm'><span> Catalog Item Id : </span><input type = 'text' id = 'catalogItemIdDelete' name = 'catalogItemIdDelete'><br><br><button type = "submit">Submit</button></form></div><div><a href="/inventory/product-feeds!downloadAllProductFeeds">Download All Product Feeds Details</a></div></body></html>