Subversion Repositories SmartDukaan

Rev

Rev 5814 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5814 Rev 5829
Line 9... Line 9...
9
		<form action="" method="GET">
9
		<form action="" method="GET">
10
			<div class="register-row">
10
			<div class="register-row">
11
				<label><span>Select Store to Enter</span></label>
11
				<label><span>Select Store to Enter</span></label>
12
					#set($stores = $action.getAllStores())
12
					#set($stores = $action.getAllStores())
13
                    #foreach($store in $stores)
13
                    #foreach($store in $stores)
14
						<br><a href="$request.getContextPath()/pickup-store?storeid=$store.getHotspotId()">$store.getHotspotId() : $store.getName()</a>
14
						<br><a href="$request.getContextPath()/pickup-store?storeid=$store.getHotspotId()">$store.getHotspotId() : $store.getLine2(), $store.getCity()</a>
15
					#end
15
					#end
16
				   <div class="clearBoth"></div>	
16
				   <div class="clearBoth"></div>	
17
             </div>
17
             </div>
18
			<br/>
18
			<br/>
19
<!--		 <div>
19
<!--		 <div>