<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/Includes/jquery.mobile-1.1.1.min.css" />
<script src="/Includes/jquery-1.7.1.min.js"></script>
<script src="/Includes/jquery.mobile-1.1.1.min.js"></script>
<link rel="stylesheet" href="/Includes/jquery.mobile.scrollview.css" />
<link rel="stylesheet" href="/Includes/jqm-docs.css" />
<script src="/Includes/overthrow.js"></script>
<script src="/Includes/jquery.mousewheel.min.js"></script>
<script src="/Includes/anchorscroll.overthrow.js"></script>
<script src="/Includes/jquery.dotdotdot-1.5.1.js"></script>
<link rel="stylesheet" href="/Includes/Overthrow.css" />
<link rel="stylesheet" href="/Includes/style.css" />
<link href='http://www.font-api.ir/css/B Koodak={font-api.ir}.css' rel='stylesheet' type='text/css'>
<link href='http://www.font-api.ir/css/B Roya={font-api.ir}.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div data-role="page" data-theme="b"
id="loginForm"
class="jQpage" >
<div data-role="header">
<h1>آزینیوم</h1>
</div>
<div data-role="content" id="content">
<div class="loginForm">
<br />
<br />
<form action="/Account/Login/" method="post">
<ul>
<li>
<label for="User_name:">User name:</label>
<input id="userName" name="userName" type="text" value="" />
</li>
<li>
<label for="Password">Password</label>
<input id="password" name="password" type="password" />
</li>
<li>
<input type="checkbox" name="rememberme" id="remember" />
<label for="remember">Remember me</label>
</li>
<li>
<input type="submit" value="Login" />
<br />
<br />
Not registered? <a href="/Account/Register">Click here</a> to create an account!
</li>
</ul>
</form>
</div>
<style>
@media (max-width: 500px) {
.loginForm {
padding-right: 20px;
width: 95%;
}
}
@media (min-width: 501px) {
.loginForm {
padding-right: 20px;
width: 500px;
margin-left: auto;
margin-right: auto;
}
}
</style>
</div>
<script type="text/javascript">
$("div[data-role='page']").live("pageshow", function () {
$(".useroptions").attr("href", "/Account/?returnUrl=" + encodeURIComponent(document.URL));
});
</script>
</div>
<!-- /content -->
</body>
</html>