Fix: admin CSS -> BootStrap, expiration, send_email page
This commit is contained in:
@@ -5,15 +5,13 @@
|
||||
<title>마우스 타자 관리자 페이지</title>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" type="text/css" href="./../css/module.css">
|
||||
<link rel="stylesheet" type="text/css" href="./../css/color_button.css">
|
||||
<link href="../../../resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<script type="text/javascript" src="./../../../resources/jquery/jquery-3.3.1.min.js"></script>
|
||||
<script type="text/javascript" src="./../js/main.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$("#header").load("admin_header.html");
|
||||
$("#section").load("admin_section.html");
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
@@ -22,16 +20,19 @@
|
||||
|
||||
<body bgcolor="white">
|
||||
|
||||
<div id="wrapper">
|
||||
<header id="header"></header>
|
||||
|
||||
<header id="header">
|
||||
</header>
|
||||
<div class="container mt-3">
|
||||
<div class="row mx-1">
|
||||
<h3 class="my-3">이메일 발송</h3>
|
||||
</div>
|
||||
|
||||
<section id="section">
|
||||
</section>
|
||||
<div id="message_box"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div> <!-- container -->
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user