Subversion Repositories SmartDukaan

Rev

Rev 23069 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23069 amit.gupta 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
            Price Drop
6
        </title>
7
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
8
    </head>
9
    <body>
10
        <div>
11
            <a href="/inventory">Go to Home page</a>
12
		</div>
23071 amit.gupta 13
		<h2>Price Drop</h2>
23069 amit.gupta 14
		 <br />
15
         <br />
23071 amit.gupta 16
         <h3>Download in-transit IMEIs</h3>
23069 amit.gupta 17
         <div>
18
         	<form action="price-drop!downloadImeis" method="POST">
19
         	<label for="closingDate">Closing Date(YYYY-MM-DD)</label> <input type="text" name="closingDate" id="closingDate"/>
20
         	&nbsp; <label for="itemId">Item Id</label> <input type="text" name="itemId" id="itemId"/>
21
         	<input type="submit" class="intransitOrders" value="Download IMEIs">
22
         	</form>
23
         </div>
24
	</body>
25
</html>