webworld888/resources/markup/webinstaller/01_step_03.html
2021-10-26 19:14:12 +09:00

115 lines
5.0 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<title>XE3 - Web installer</title>
<!-- core -->
<link href="../../../assets/core/common/css/xe-common.css" rel="stylesheet" media="all">
<link href="../../../assets/core/xe-ui-component/xe-ui-component.css" rel="stylesheet" media="all">
<link href="https://cdn.jsdelivr.net/npm/xeicon@2.3/xeicon.min.css" rel="stylesheet" media="all">
<script>var xeBaseURL = '../../../';</script>
<script src="../../../assets/vendor.js" type="text/javascript"></script>
<script src="../../../assets/common.js" type="text/javascript"></script>
<script src="../../../assets/core/common/js/xe.bundle.js" type="text/javascript"></script>
<!-- additional -->
<link href="../../../assets/core/webinstaller/css/webinstaller.css" rel="stylesheet" media="all">
</head>
<body>
<header>
<div class="header-inner">
<h1>
<a href="00_index.html"><i class="xi-xpressengine"></i><span class="brand-title"><span class="xe-sr-only">XE Web installer</span></span></a>
</h1>
<ul>
<!--[D] 해당 depth에서 li.on 추가 -->
<li><a href="00_index.html"><span class="xe-sr-only">start</span></a></li>
<li class="step1"><a href="01_step_01.html"><span class="xe-sr-only">step1</span></a></li>
<li class="step2"><a href="01_step_02.html"><span class="xe-sr-only">step2</span></a></li>
<li class="step3 on"><a href="01_step_03.html"><span class="xe-sr-only">step3</span></a></li>
</ul>
</div>
</header>
<div class="install-container">
<div class="content">
<h2>Database</h2>
<table>
<colgroup>
<col width="150">
</colgroup>
<tbody>
<tr>
<th scope="row">Host</th>
<td><input type="text" class="xe-form-control" placeholder="Database Host(Localhost)를 입력하세요."></td>
</tr>
<tr>
<th scope="row">Port</th>
<td><input type="text" class="xe-form-control" placeholder="Port를 입력하세요."></td>
</tr>
<tr>
<th scope="row">Database Name</th>
<td><input type="text" class="xe-form-control" placeholder="Database Name을 입력하세요."></td>
</tr>
<tr>
<th scope="row">Database User Name</th>
<td><input type="text" class="xe-form-control" placeholder="Database User Name을 입력하세요."></td>
</tr>
<tr>
<th scope="row">Password</th>
<td><input type="text" class="xe-form-control" placeholder="Password를 입력하세요."></td>
</tr>
</tbody>
</table>
<h2>Web site Information</h2>
<table>
<colgroup>
<col width="150">
</colgroup>
<tbody>
<tr>
<th scope="row">Site Address</th>
<td><input type="text" class="xe-form-control" placeholder="URL(http://...)"></td>
</tr>
<tr>
<th scope="row">Time Zone</th>
<td><input type="text" class="xe-form-control" placeholder="Selectbox 구성이나 자동완성"></td>
</tr>
</tbody>
</table>
<h2>Administrator</h2>
<table>
<colgroup>
<col width="150">
</colgroup>
<tbody>
<tr>
<th scope="row">Email</th>
<td><input type="text" class="xe-form-control" placeholder="Email을 입력하세요."></td>
</tr>
<tr>
<th scope="row">Display Name</th>
<td><input type="text" class="xe-form-control" placeholder="Dispaly Name을 입력하세요."></td>
</tr>
<tr>
<th scope="row">Password</th>
<td><input type="text" class="xe-form-control" placeholder="Password를 입력하세요."></td>
</tr>
</tbody>
</table>
<div class="btn-center">
<a href="#" class="btn-next"><span class="xe-sr-only">next</span></a>
</div>
</div>
</div>
<div class="footer">
<p class="text-copy">
<span class="xe-sr-only">Copyright © XEHub</span>
</p>
</div>
</body>
</html>