Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -14,9 +14,11 @@ if (!$title) $title = "그누보드4S 설치";
|
|||||||
body {margin:0;padding:0;background:#f7f7f7}
|
body {margin:0;padding:0;background:#f7f7f7}
|
||||||
h1 {margin:50px auto 30px;width:540px;font-size:1.4em}
|
h1 {margin:50px auto 30px;width:540px;font-size:1.4em}
|
||||||
p {line-height:1.5em}
|
p {line-height:1.5em}
|
||||||
table {width:100%;border-collapse:collapse;border-spacing:0}
|
table {width:100%;border-collapse:collapse;border-spacing:0;font-size:0.895em}
|
||||||
|
caption {padding:0 0 20px;font-weight:bold;text-align:left}
|
||||||
th,td {padding:5px;border:1px solid #ddd}
|
th,td {padding:5px;border:1px solid #ddd}
|
||||||
th {text-align:left}
|
th {text-align:left}
|
||||||
|
td span {display:block;margin:0 0 5px;color:#666;font-size:0.9em}
|
||||||
|
|
||||||
#wrapper {margin:0 auto;padding:20px;width:500px;border:1px solid #eee;background:#fff}
|
#wrapper {margin:0 auto;padding:20px;width:500px;border:1px solid #eee;background:#fff}
|
||||||
|
|
||||||
|
|||||||
@ -19,8 +19,12 @@ if ($_POST['agree'] != '동의함') {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<form id="frm_install" method="post" action="./install_db.php" onsubmit="return frm_install_submit(this)">
|
<form id="frm_install" method="post" action="./install_db.php" onsubmit="return frm_install_submit(this)">
|
||||||
<table border>
|
<table style="margin-bottom:30px">
|
||||||
<caption>MySQL 정보입력</caption>
|
<caption>MySQL 정보입력</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:150px">
|
||||||
|
<col>
|
||||||
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="">Host</label></th>
|
<th scope="row"><label for="">Host</label></th>
|
||||||
@ -49,15 +53,15 @@ if ($_POST['agree'] != '동의함') {
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="">Port</label></th>
|
<th scope="row"><label for="">Port</label></th>
|
||||||
<td>
|
<td>
|
||||||
|
<span>가능한 변경하지 마십시오.</span>
|
||||||
<input name="mysql_port" type="text" value="3306" id="mysql_port">
|
<input name="mysql_port" type="text" value="3306" id="mysql_port">
|
||||||
<br>가능한 변경하지 마십시오.
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="">TABLE명 접두사</label></th>
|
<th scope="row"><label for="">TABLE명 접두사</label></th>
|
||||||
<td>
|
<td>
|
||||||
|
<span>가능한 변경하지 마십시오.</span>
|
||||||
<input name="table_prefix" type="text" value="g4s_" id="table_prefix">
|
<input name="table_prefix" type="text" value="g4s_" id="table_prefix">
|
||||||
<br>가능한 변경하지 마십시오.
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -65,6 +69,11 @@ if ($_POST['agree'] != '동의함') {
|
|||||||
|
|
||||||
<table border>
|
<table border>
|
||||||
<caption>최고관리자 정보입력</caption>
|
<caption>최고관리자 정보입력</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:150px">
|
||||||
|
<col>
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="">회원 ID</label></th>
|
<th scope="row"><label for="">회원 ID</label></th>
|
||||||
<td>
|
<td>
|
||||||
@ -89,6 +98,7 @@ if ($_POST['agree'] != '동의함') {
|
|||||||
<input name="admin_email" type="text" value="admin@domain.com" id="admin_email">
|
<input name="admin_email" type="text" value="admin@domain.com" id="admin_email">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user