|
@@ -7,51 +7,41 @@ |
|
|
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
|
|
|
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
|
|
|
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css">
|
|
|
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css">
|
|
|
<link rel="stylesheet" href="../static/css/dede.css">
|
|
|
<link rel="stylesheet" href="../static/css/dede.css">
|
|
|
<title><?php echo $cfg_softname." ".$cfg_version; ?></title>
|
|
|
|
|
|
|
|
|
<title><?php echo $cfg_webname; ?>后台登录-<?php echo $cfg_soft_enname; ?> <?php echo $cfg_version_detail; ?></title>
|
|
|
<style>
|
|
|
<style>
|
|
|
body {
|
|
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
|
|
background-color: white;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
header .logo {
|
|
|
|
|
|
width: 260px;
|
|
|
|
|
|
padding: 1em 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.login-from {
|
|
|
|
|
|
max-width: 680px;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.login-area {
|
|
|
|
|
|
background-color: white;
|
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.login-area .btnLogin {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.login-power {
|
|
|
|
|
|
padding: 1em 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.login-power a,
|
|
|
|
|
|
.goindex a {
|
|
|
|
|
|
color: #3DB058;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.goindex {
|
|
|
|
|
|
line-height: 65px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
|
font:12px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
|
|
|
|
|
|
background-color:#f2f2f2
|
|
|
|
|
|
}
|
|
|
|
|
|
header {
|
|
|
|
|
|
background-color:white
|
|
|
|
|
|
}
|
|
|
|
|
|
header .logo {
|
|
|
|
|
|
width:260px;
|
|
|
|
|
|
padding:1em 0
|
|
|
|
|
|
}
|
|
|
|
|
|
.login-from {
|
|
|
|
|
|
max-width:680px;
|
|
|
|
|
|
width:100%
|
|
|
|
|
|
}
|
|
|
|
|
|
.login-area {
|
|
|
|
|
|
background-color:white;
|
|
|
|
|
|
padding:1em
|
|
|
|
|
|
}
|
|
|
|
|
|
.login-area .btnLogin {
|
|
|
|
|
|
width:100%
|
|
|
|
|
|
}
|
|
|
|
|
|
.login-power {
|
|
|
|
|
|
padding:1em 0
|
|
|
|
|
|
}
|
|
|
|
|
|
.login-power a,.goindex a {
|
|
|
|
|
|
color:#3DB058
|
|
|
|
|
|
}
|
|
|
|
|
|
.goindex {
|
|
|
|
|
|
line-height:60px
|
|
|
|
|
|
}
|
|
|
</style>
|
|
|
</style>
|
|
|
</head>
|
|
|
</head>
|
|
|
|
|
|
|
|
|
<body>
|
|
|
<body>
|
|
|
<header>
|
|
|
<header>
|
|
|
<div class="container top">
|
|
|
<div class="container top">
|
|
@@ -62,14 +52,11 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
</header>
|
|
|
</header>
|
|
|
|
|
|
|
|
|
<main class="container login-from mt-3">
|
|
|
<main class="container login-from mt-3">
|
|
|
<div class="alert alert-warning" role="alert">
|
|
|
<div class="alert alert-warning" role="alert">
|
|
|
<?php echo $redmsg; ?>
|
|
|
<?php echo $redmsg; ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="login-area">
|
|
|
<div class="login-area">
|
|
|
<h2 class="text-center">管理目录</h2>
|
|
|
<h2 class="text-center">管理目录</h2>
|
|
|
<form name="form1" method="post" action="login.php">
|
|
|
<form name="form1" method="post" action="login.php">
|
|
@@ -95,15 +82,12 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<button type="submit" class="btn btn-success btnLogin">登录</button>
|
|
|
<button type="submit" class="btn btn-success btnLogin">登录</button>
|
|
|
<div class="login-power"> Powered by<a href="http://www.dedebiz.com" title="DedeBIZ官网"><strong>
|
|
|
|
|
|
DedeBIZ<?php echo $cfg_version; ?></strong></a>© 2021 <a href="https://www.dedebiz.com"
|
|
|
|
|
|
target="_blank" title="DedeBiz商业技术支持,提供更专业强大的站点应用开发技术">DedeBiz技术支持</a></div>
|
|
|
|
|
|
|
|
|
<div class="login-power"><?php echo $cfg_powerby; ?> Powered by <a href="http://www.dedebiz.com" title="DedeBiz商业技术支持,提供更专业强大的站点应用开发技术">DedeBIZ <?php echo $cfg_version; ?></a>
|
|
|
|
|
|
</div>
|
|
|
</form>
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
</main>
|
|
|
</main>
|
|
|
|
|
|
|
|
|
<script src="../static/js/jquery.min.js"></script>
|
|
|
<script src="../static/js/jquery.min.js"></script>
|
|
|
<script src="../static/js/bootstrap.bundle.js"></script>
|
|
|
<script src="../static/js/bootstrap.bundle.js"></script>
|
|
|
</body>
|
|
|
</body>
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
</html> |