Subversion Repositories SmartDukaan

Rev

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

<html >
<head>
        <title>Store Collection Report Generator</title>
</head>
<body>
        #parse("../content/reports-common.vm")
        <h2>Store Admin Dashboard</h2>
        <div>
                <form action="" method="GET">
                        <div class="register-row">
                                <label><span>Select Store to Enter</span></label>
                                        #set($stores = $action.getAllStores())
                    #foreach($store in $stores)
                                                <br><a href="$request.getContextPath()/pickup-store?storeid=$store.getHotspotId()">$store.getHotspotId() : $store.getLine2(), $store.getCity()</a>
                                        #end
                                   <div class="clearBoth"></div>        
             </div>
                        <br/>
<!--             <div>
                                <input name="submit" type="submit" value="Submit"/>
                         </div>
-->
        </form>
    </div>
        </body>
</html>