| 1051 |
rajveer |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
|
|
|
5 |
<title>Saholic CMS Login</title>
|
|
|
6 |
|
|
|
7 |
</head>
|
|
|
8 |
|
|
|
9 |
<body>
|
|
|
10 |
<h1>Welcome to Saholic Content Management System</h1>
|
|
|
11 |
<br/>
|
|
|
12 |
<h2>Please login to user the tool</h2>
|
|
|
13 |
<br/>
|
|
|
14 |
#sactionerror()
|
|
|
15 |
<form id="frmLogin" name="frmLogin" method="post" action="./login">
|
|
|
16 |
<label for="username">Username: </label>
|
|
|
17 |
<input type="text" class="textbox" value="" name="username" id="username" />
|
|
|
18 |
<br/>
|
|
|
19 |
<label for="password">Password: </label>
|
|
|
20 |
<input type="password" class="textbox" value="" name="password" id="password" />
|
|
|
21 |
<br/>
|
|
|
22 |
<input type="submit" name="login" value="Login" class="button" />
|
|
|
23 |
</form>
|
|
|
24 |
|
|
|
25 |
</body>
|
|
|
26 |
</html>
|