Subversion Repositories SmartDukaan

Rev

Rev 1597 | Rev 1630 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed


<html >
<head>
        <title>Statistics</title>
</head>
<body>
        <h2 >Statistics</h2>
        <div>
                <table border="1">
                        <tr>
                                <th width=50%>Field</th>
                                <th>Value</th>
                        </tr>
                        <tr>
                                <td>Number of Registrations</td>
                                <td align="right">$noOfRegisterUsers</td>
                        </tr>
                        <tr>
                                <td>Number of Valid Orders</td>
                                <td align="right">$noOfOrders</td>
                        </tr>
                </table> 
    </div>
        <div id="messageError">
         $errorMsg
    </div>
</body>
</html>