Subversion Repositories SmartDukaan

Rev

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>Saholic CMS Login</title>

</head>

<body>
<h1>Welcome to Saholic Content Management System</h1>
<br/>
<h2>Please login to use the tool</h2>
<br/>
#sactionerror()
<form id="frmLogin" name="frmLogin" method="post" action="./login">
        <label for="username">Username: </label>
        <input type="text" class="textbox" value="" name="username" id="username" />
        <br/>
        <label for="password">Password: </label>
        <input type="password" class="textbox" value="" name="password" id="password" />
        <br/>
        <input type="submit" name="login" value="Login" class="button" />
</form>
  
</body>
</html>