Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
5814 rajveer 1
<html >
2
<head>
3
	<title>Store Collection Report Generator</title>
4
</head>
5
<body>
6
	#parse("../content/reports-common.vm")
7
	<h2>Store Admin Dashboard</h2>
8
	<div>
9
		<form action="" method="GET">
10
			<div class="register-row">
11
				<label><span>Select Store to Enter</span></label>
12
					#set($stores = $action.getAllStores())
13
                    #foreach($store in $stores)
5829 rajveer 14
						<br><a href="$request.getContextPath()/pickup-store?storeid=$store.getHotspotId()">$store.getHotspotId() : $store.getLine2(), $store.getCity()</a>
5814 rajveer 15
					#end
16
				   <div class="clearBoth"></div>	
17
             </div>
18
			<br/>
19
<!--		 <div>
20
				<input name="submit" type="submit" value="Submit"/>
21
			 </div>
22
-->
23
        </form>
24
    </div>
25
	</body>
26
</html>