Subversion Repositories SmartDukaan

Rev

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

<html >
<head>
        <title>Registered Users Report</title>
</head>
<body>
        #parse("../content/reports-common.vm")
        <h2>Registered Users Report</h2>
        <div>
                <form action="" method="post">
                        <p>
                                Get email addresses for users activated within a given date range. 
                                Supply tha date range by specifying the start and end date.<br />
                                Date range should not be greater than one month.
                        </p>
                         <div>
                                Start Date (MM/DD/YYYY) : <input type="text" class="textbox" value="" name="startDate" id="startDate" /><br/>
                                End Date (MM/DD/YYYY) : <input type="text" class="textbox" value="" name="endDate" id="endDate" /><br/>
                                <input name="submit" type="submit" value="Get Report"/>
                         </div>
        </form>
    </div>
        <div id="message">
         $message
    </div>
</body>
</html>