Subversion Repositories SmartDukaan

Rev

Rev 23071 | Go to most recent revision | Details | 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>
13
		<h3>Price Drop</h3>
14
		 <br />
15
         <br />
16
         <div>
17
         	<form action="price-drop!downloadImeis" method="POST">
18
         	<label for="closingDate">Closing Date(YYYY-MM-DD)</label> <input type="text" name="closingDate" id="closingDate"/>
19
         	&nbsp; <label for="itemId">Item Id</label> <input type="text" name="itemId" id="itemId"/>
20
         	<input type="submit" class="intransitOrders" value="Download IMEIs">
21
         	</form>
22
         </div>
23
	</body>
24
</html>