| Current Path : /var/www/element/data/www/vsl-gates.ru/manager/media/style/MODx/ |
| Current File : /var/www/element/data/www/vsl-gates.ru/manager/media/style/MODx/manager.lockout.html |
<!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" lang="en" xml:lang="en">
<head>
<title>MODx Content Manager</title>
<meta http-equiv="content-type" content="text/html; charset=[+modx_charset+]" />
<meta name="robots" content="noindex, nofollow" />
<link rel="stylesheet" type="text/css" href="media/style/[+theme+]/style.css" />
<script type="text/javascript">
function doLogout() {
top.location = '[+logouturl+]';
}
function gotoHome() {
top.location = '[+homeurl+]';
}
</script>
<script type="text/javascript">
/* <![CDATA[ */
if (top.frames.length!=0) {
top.location=self.document.location;
}
/* ]]> */
</script>
</head>
<body id="login">
<!-- start the login box -->
<div id="mx_loginbox">
<form method="post" name="loginfrm" id="loginfrm" action="processors/login.processor.php">
<!-- the logo -->
<div id="mx_logobox">
<img src='media/style/[+theme+]/images/misc/logoaccess.jpg' alt='[+logo_slogan+]' />
</div>
<!-- end #mx_logobox -->
<div id="mx_loginArea">
<h1 class="siteName">[+site_name+]</h1>
<div class="loginMessage">[+manager_lockout_message+]</div>
<br />
<input type="button" id="submitButton" value="[+home+]" onclick="return gotoHome();" />
<input type="button" id="submitButton" value="[+logout+]" onclick="return doLogout();" />
</div>
<br style="clear:both;height: 1px"/>
</form>
</div>
<!-- close #mx_loginbox -->
<!-- convert this to a language include -->
<p class="loginLicense">
<strong>MODx</strong>™ is licensed under the GPL license. © 2005-2007 by the <a href="http://modxcms.com/" target="_blank">MODx CMF Team</a>.
</p>
</body>
</html>