2 lines
2.7 KiB
PHP
2 lines
2.7 KiB
PHP
<?php /*a:1:{s:70:"/www/wwwroot/app.cxhxy.dev.1nww.com/app/admin/view/passport/login.html";i:1700552721;}*/ ?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<title>管理登录 - <?php echo htmlentities($web['name']); ?></title>
|
|
<meta name="author" content="<?php echo htmlentities($web['name']); ?>">
|
|
<meta name="keywords" content="<?php echo htmlentities($web['keywords']); ?>">
|
|
<meta name="description" content="<?php echo htmlentities($web['description']); ?>">
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<link rel="stylesheet" href="/assets/css/hema.login.css?v=<?php echo htmlentities($version); ?>" />
|
|
<link rel="stylesheet" href="/assets/plugins/amazeui/amazeui.css?v=<?php echo htmlentities($version); ?>" />
|
|
<script src="/assets/plugins/jquery/jquery.min.js?v=<?php echo htmlentities($version); ?>"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="login-in">
|
|
<div class="form">
|
|
<div class="title">管理登录</div>
|
|
<form id="my-form">
|
|
<div class="input">
|
|
<i class="am-icon-user"></i>
|
|
<input type="text" name="data[user_name]" value="" placeholder="请输入账号" required>
|
|
</div>
|
|
<div class="input">
|
|
<i class="am-icon-lock"></i>
|
|
<input type="password" name="data[password]" value="" placeholder="请输入密码" required>
|
|
</div>
|
|
<div style="padding:20px 0px;">
|
|
<div class="w50">
|
|
<i class="am-icon-shield"></i>
|
|
<input type="text" name="data[captcha]" value="" placeholder="请输入验证码" required>
|
|
</div>
|
|
<div class="captcha">
|
|
<img src="<?php echo url('passport/captcha'); ?>" alt="验证码" onclick="this.src='<?php echo url('passport/captcha'); ?>?r='+Math.random()" />
|
|
</div>
|
|
</div>
|
|
<div class="sub-btn">
|
|
<button class="j-submit am-btn am-btn-primary am-btn-lg am-radius" type="submit">登录</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div class="version">V<?php echo htmlentities($version); ?></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script>
|
|
$(function() {
|
|
$('#my-form').formPost();
|
|
});
|
|
</script>
|
|
<script src="/assets/plugins/layer/layer.js?v=<?php echo htmlentities($version); ?>"></script>
|
|
<script src="/assets/plugins/jquery/jquery.form.min.js?v=<?php echo htmlentities($version); ?>"></script>
|
|
<script src="/assets/plugins/amazeui/amazeui.min.js?v=<?php echo htmlentities($version); ?>"></script>
|
|
<script src="/assets/js/hema.app.js?v=<?php echo htmlentities($version); ?>"></script>
|
|
</html>
|
|
|