인스톨 페이지 디자인 마크업 수정
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
include_once ('../config.php');
|
||||
$title = G5_VERSION." 설치 3단계 중 1단계 라이센스 확인";
|
||||
$title = G5_VERSION." 라이센스 확인 1/3";
|
||||
require_once('./library.check.php');
|
||||
include_once ('./install.inc.php');
|
||||
?>
|
||||
@ -8,21 +8,26 @@ include_once ('./install.inc.php');
|
||||
<?php
|
||||
if ($exists_data_dir && $write_data_dir) {
|
||||
?>
|
||||
<form action="./install_config.php" method="post" onsubmit="return frm_submit(this);">
|
||||
|
||||
<div class="ins_inner">
|
||||
<p>
|
||||
<strong class="st_strong">라이센스(License) 내용을 반드시 확인하십시오.</strong><br>
|
||||
라이센스에 동의하시는 경우에만 설치가 진행됩니다.
|
||||
</p>
|
||||
|
||||
<textarea name="textarea" id="idx_license" readonly><?php echo implode('', file('../LICENSE.txt')); ?></textarea>
|
||||
<div class="ins_ta ins_license">
|
||||
<textarea name="textarea" id="ins_license" readonly><?php echo implode('', file('../LICENSE.txt')); ?></textarea>
|
||||
</div>
|
||||
|
||||
<form action="./install_config.php" method="post" onsubmit="return frm_submit(this);">
|
||||
<div id="idx_agree">
|
||||
<label for="agree">동의합니다.</label>
|
||||
<input type="checkbox" id="agree" name="agree" value="동의함">
|
||||
</div>
|
||||
<div id="ins_agree">
|
||||
<label for="agree">동의합니다.</label>
|
||||
<input type="checkbox" name="agree" value="동의함" id="agree">
|
||||
</div>
|
||||
|
||||
<div id="btn_confirm">
|
||||
<input type="submit" value="다음">
|
||||
<div class="inner_btn">
|
||||
<input type="submit" value="다음">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
@ -41,7 +46,6 @@ function frm_submit(f)
|
||||
} // if
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
include_once ('./install.inc2.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user