Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<head>
        <title>Saholic Reports</title>
</head>
<body>
        <div id="login" align="center">
        <p>
                Saholic Reports<br/>
                Please login to proceed.
        </p>
        <form action="$action.getServletContextPath()/reports" method="post">
                <label>Username:</label>
                <input name="username" id="username" type="textbox" maxlength="30"/>
                <br/>
                <label>Password:</label>
                <input name="password" id="password" type="password" maxlength="30"/>
                <br/>
                <input name="submit" type="submit" value="Proceed"/>
                <br/>
                <div id="messageError">$errorMsg</div>
        </form>
        </div>
</body>