공통: frm_tbl -> tbl_frm01 tbl_frm 으로 수정

This commit is contained in:
whitedot
2013-10-14 16:59:22 +09:00
parent 8e2fabbfae
commit e2f2780a51
37 changed files with 1507 additions and 1421 deletions

View File

@ -16,17 +16,21 @@ include_once('./_head.php');
<form method="post" name="fregister_email" onsubmit="return fregister_email_submit(this);"> <form method="post" name="fregister_email" onsubmit="return fregister_email_submit(this);">
<input type="hidden" name="mb_id" value="<?php echo $mb_id; ?>"> <input type="hidden" name="mb_id" value="<?php echo $mb_id; ?>">
<table class="frm_tbl">
<caption>사이트 이용정보 입력</caption> <div class="tbl_frm01 tbl_frm">
<tr> <table>
<caption>사이트 이용정보 입력</caption>
<tr>
<th scope="row"><label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong></label></th> <th scope="row"><label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong></label></th>
<td><input type="text" name="mb_email" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100" value="<?php echo $mb['mb_email']; ?>"></td> <td><input type="text" name="mb_email" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100" value="<?php echo $mb['mb_email']; ?>"></td>
</tr> </tr>
<tr> <tr>
<th scope="row">자동등록방지</th> <th scope="row">자동등록방지</th>
<td><?php echo captcha_html(); ?></td> <td><?php echo captcha_html(); ?></td>
</tr> </tr>
</table> </table>
<div>
<input type="submit" id="btn_submit" class="btn_submit" value="인증메일변경"> <input type="submit" id="btn_submit" class="btn_submit" value="인증메일변경">
<a href="<?php echo G5_URL ?>" class="btn_cancel">취소</a> <a href="<?php echo G5_URL ?>" class="btn_cancel">취소</a>
</form> </form>

View File

@ -85,7 +85,6 @@ h2.h2_frm {padding-top:15px}
#wrapper {z-index:5;margin:20px 0;zoom:1} #wrapper {z-index:5;margin:20px 0;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""} #wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {z-index:4;position:relative} #container {z-index:4;position:relative}
/* 텍스트 크기 조절 */ /* 텍스트 크기 조절 */

View File

@ -23,7 +23,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
/* 상단 레이아웃 */ /* 상단 레이아웃 */
#hd {z-index:10;position:relative;border-top:3px solid #151515;background:#fff} #hd {z-index:10;position:relative;border-top:3px solid #151515;background:#fff}
#hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;margin:0 auto;width:980px} #hd_wrapper {position:relative;margin:0 auto;width:980px}
#logo {padding:26px 0} #logo {padding:26px 0}
@ -81,7 +81,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
/* 텍스트 크기 조절 */ /* 텍스트 크기 조절 */
#text_size {position:absolute;top:-33px;left:-1px;letter-spacing:-3px} #text_size {position:absolute;top:-33px;left:-1px;letter-spacing:-3px}
#text_size button {margin:0;padding:0 10px;height:28px;border:0;background:#555;color:#fff;vertical-align:middle;letter-spacing:0;cursor:pointer} #text_size button {margin:0;padding:0;border:0;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important} .ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important} .ts_up2 {font-size:1.3em !important}
@ -172,19 +172,22 @@ td.empty_table {padding:85px 0;text-align:center}
li.empty_list {padding:85px 0;text-align:center} li.empty_list {padding:85px 0;text-align:center}
/* 폼 테이블 */ /* 폼 테이블 */
.frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0} .tbl_frm table {width:100%;border-collapse:collapse;border-spacing:0}
.frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left} .tbl_frm .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
.frm_tbl th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left} .tbl_frm .frm_address {display:block;margin-top:5px}
.frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} .tbl_frm .frm_file {display:block;margin-bottom:5px}
.frm_tbl textarea, .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle} .tbl_frm caption {padding:10px 0;font-weight:bold;text-align:left}
.frm_tbl textarea {width:98%;height:100px}
.frm_address {display:block;margin-top:5px}
.frm_file {display:block;margin-bottom:5px}
.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
.frm_tbl #captcha input {margin-left:5px;text-align:center}
.frm_tbl a {text-decoration:none}
.frm_info {display:block;padding:0 0 5px;line-height:1.4em} .tbl_frm01 {margin-bottom:20px}
.tbl_frm01 th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .tbl_frm01 .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
.tbl_frm01 textarea {width:98%;height:100px}
/*
.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent}
.tbl_frm01 #captcha input {margin-left:5px;text-align:center}
*/
.tbl_frm01 a {text-decoration:none}
/* 필수입력 */ /* 필수입력 */
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} .required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
@ -211,7 +214,7 @@ textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repea
.new_win #new_win_title {margin-bottom:20px;padding:0 20px;height:60px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em} .new_win #new_win_title {margin-bottom:20px;padding:0 20px;height:60px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em}
.new_win #new_win_title .sv {font-size:0.75em;line-height:1.2em} .new_win #new_win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .basic_tbl {margin:0 auto 20px;width:93%;background:#fff} .new_win .basic_tbl {margin:0 auto 20px;width:93%;background:#fff}
.new_win .frm_tbl {margin:0 auto 20px;width:93%;background:#fff} .new_win .tbl_frm01 {margin:0 auto 20px;width:93%;background:#fff}
.new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1} .new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""} .new_win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win_ul li {float:left;margin-left:-1px} .new_win_ul li {float:left;margin-left:-1px}

View File

@ -3,7 +3,7 @@
/* 초기화 */ /* 초기화 */
html {overflow-y:scroll} html {overflow-y:scroll}
body {margin:0;padding:0;font-size:1em} body {margin:0;padding:0;font-size:0.75em}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em} h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
@ -35,38 +35,38 @@ pre {overflow-x:scroll;font-size:1.1em}
/* 상단 레이아웃 */ /* 상단 레이아웃 */
#hd {background:#fff} #hd {background:#fff}
#hd:after {display:block;visibility:hidden;clear:both;content:""} #hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} #hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#logo {float:left;padding:0.9em 0;margin-left:0.5em} #logo {float:left;padding:0.9em 0;margin-left:0.5em}
#schall {position:absolute;top:0.7em;right:0.5em;letter-spacing:-0.3em} #schall {position:absolute;top:0.7em;right:0.5em;letter-spacing:-0.3em}
#schall_stx {padding-left:0.3em;width:100px;height:1.5em;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.5em;-webkit-appearance:none} #schall_stx {padding-left:0.3em;width:100px;height:24px;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.5em;-webkit-appearance:none}
#schall_submit {border:1px solid #aaa;border-left:0} #schall_submit {border:1px solid #aaa;border-left:0}
#mb_nb {clear:both;border-top:1px solid #e7f1ed;background:#151515;text-align:center} #mb_nb {clear:both;border-top:1px solid #e7f1ed;background:#151515;text-align:center}
#mb_nb li {display:inline-block;border-right:1px solid #333} #mb_nb li {display:inline-block;border-right:1px solid #333}
#mb_nb li:nth-last-of-type(1) {border-right:0 !important} #mb_nb li:nth-last-of-type(1) {border-right:0 !important}
#mb_nb a {display:inline-block;padding:0.5em;color:#fff;text-decoration:none} #mb_nb a {display:inline-block;padding:10px 7px;color:#fff;text-decoration:none}
#mb_nb img {display:none} #mb_nb img {display:none}
#lnb {} #lnb {}
#lnb ul {padding-bottom:-1px;border-bottom:1px solid #e7f1ed} #lnb ul {margin:0;padding:0 0 -1px;border-bottom:1px solid #e7f1ed;list-style:none}
#lnb ul:after {display:block;visibility:hidden;clear:both;content:""} #lnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#lnb li {float:left;margin-bottom:-1px;width:20%} #lnb li {float:left;margin-bottom:-1px;width:20%}
#lnb a {display:block;padding:0.5em 0;border-right:1px solid #e7f1ed;border-bottom:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none} #lnb a {display:block;padding:10px 0;border-right:1px solid #e7f1ed;border-bottom:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none}
#lnb li:nth-of-type(5n) a {border-right:0} #lnb li:nth-of-type(5n) a {border-right:0}
/* 중간 레이아웃 */ /* 중간 레이아웃 */
#wrapper {margin:2em 0} #wrapper {margin:2em 0}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""} #wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {margin-bottom:1.5em;padding:0 0.7em;font-size:1.2em}
#container {position:relative;min-height:300px} #container {position:relative;min-height:300px}
#container:after {display:block;visibility:hidden;clear:both;content:""} #container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin:0 10px 20px;font-size:1.2em;font-weight:bold}
/* 텍스트 크기 조절 */ /* 텍스트 크기 조절 */
#text_size {margin:0 0 1em;text-align:center} #text_size {margin:0 0 1em;text-align:center}
#text_size button {margin:0;padding:0 1em;height:2em;border:0;background:#555;color:#fff;vertical-align:middle;letter-spacing:0;cursor:pointer} #text_size button {margin:0;padding:0;border:0;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important} .ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important} .ts_up2 {font-size:1.3em !important}
@ -139,19 +139,22 @@ td.empty_table {padding:5em 0;text-align:center}
li.empty_list {padding:5em 0;text-align:center} li.empty_list {padding:5em 0;text-align:center}
/* 폼 테이블 */ /* 폼 테이블 */
.frm_tbl {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0} .tbl_frm table {width:100%;border-collapse:collapse;border-spacing:0}
.frm_tbl caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left} .tbl_frm .frm_address {display:block;margin-top:0.3em}
.frm_tbl th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left} .tbl_frm .frm_file {display:block;margin-bottom:0.3em}
.frm_tbl td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent} .tbl_frm .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
.frm_tbl textarea, .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
.frm_tbl textarea {width:90%;height:150px}
.frm_address {display:block;margin-top:0.3em}
.frm_file {display:block;margin-bottom:0.3em}
.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
.frm_tbl #captcha input {margin-left:0.3em;text-align:center}
.frm_tbl a {text-decoration:none}
.frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em} .tbl_frm01 {margin-bottom:1.5em}
.tbl_frm01 caption {padding:1em;color:#4b8b99;font-weight:bold;text-align:left}
.tbl_frm01 th {padding:0.4em;width:110px;border:1px solid #e9e9e9;border-left:0;vertical-align:top;text-align:left}
.tbl_frm01 td {padding:0.4em 0.5em;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
.tbl_frm01 textarea {width:90%;height:150px}
/*
.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent}
.tbl_frm01 #captcha input {margin-left:0.3em;text-align:center}
*/
.tbl_frm01 a {text-decoration:none}
/* 필수입력 */ /* 필수입력 */
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat} .required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}

View File

@ -169,7 +169,7 @@ if ($config['cf_include_head']) {
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title"><?php echo $g5['title'] ?></div><?php } ?> <?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title"><?php echo $g5['title'] ?></div><?php } ?>
<div id="text_size"> <div id="text_size">
<!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); --> <!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); -->
<button id="text_size_down" onclick="font_resize('container', 'ts_up ts_up2', '');">기본</button> <button id="text_size_down" onclick="font_resize('container', 'ts_up ts_up2', '');"><img src="<?php echo G5_URL; ?>/img/ts01.gif" alt="기본"></button>
<button id="text_size_def" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up');">크게</button> <button id="text_size_def" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up');"><img src="<?php echo G5_URL; ?>/img/ts02.gif" alt="크게"></button>
<button id="text_size_up" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2');">더크게</button> <button id="text_size_up" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2');"><img src="<?php echo G5_URL; ?>/img/ts03.gif" alt="더크게"></button>
</div> </div>

BIN
img/ts01.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

BIN
img/ts02.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

BIN
img/ts03.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

View File

@ -11,7 +11,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
?> ?>
<header id="hd"> <header id="hd">
<h1><?php echo $config['cf_title'] ?></h1> <h1 id="hd_h1"><?php echo $g5['title'] ?></h1>
<div class="to_content"><a href="#container">본문 바로가기</a></div> <div class="to_content"><a href="#container">본문 바로가기</a></div>
<div class="to_content"><a href="#gnb">메인메뉴 바로가기</a></div> <div class="to_content"><a href="#gnb">메인메뉴 바로가기</a></div>
@ -80,7 +80,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<hr> <hr>
<nav id="lnb"> <div id="lnb">
<ul> <ul>
<?php <?php
$sql2 = " select * from {$g5['board_table']} where bo_show_menu = 1 and bo_device <> 'pc' "; $sql2 = " select * from {$g5['board_table']} where bo_show_menu = 1 and bo_device <> 'pc' ";
@ -96,19 +96,19 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<li><a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $row2['bo_table'] ?>"><?php echo $bo_subject; ?></a></li> <li><a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $row2['bo_table'] ?>"><?php echo $bo_subject; ?></a></li>
<?php } ?> <?php } ?>
</ul> </ul>
</nav> </div>
<hr> <hr>
<div id="wrapper"> <div id="wrapper">
<aside id="aside"> <div id="aside">
<?php echo outlogin('basic'); // 외부 로그인 ?> <?php echo outlogin('basic'); // 외부 로그인 ?>
</aside> </div>
<div id="container"> <div id="container">
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><h1 id="wrapper_title"><?php echo $g5['title'] ?></h1><?php } ?> <?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title"><?php echo $g5['title'] ?></div><?php } ?>
<div id="text_size"> <div id="text_size">
<!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); --> <!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); -->
<button id="text_size_down" onclick="font_resize('container', 'ts_up ts_up2', '');">기본</button> <button id="text_size_down" onclick="font_resize('container', 'ts_up ts_up2', '');"><img src="<?php echo G5_URL; ?>/img/ts01.gif" alt="기본"></button>
<button id="text_size_def" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up');">크게</button> <button id="text_size_def" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up');"><img src="<?php echo G5_URL; ?>/img/ts02.gif" alt="크게"></button>
<button id="text_size_up" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2');">더크게</button> <button id="text_size_up" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2');"><img src="<?php echo G5_URL; ?>/img/ts03.gif" alt="더크게"></button>
</div> </div>

View File

@ -56,21 +56,25 @@
#bo_v td.empty_table {} #bo_v td.empty_table {}
/* 쓰기 테이블 */ /* 쓰기 테이블 */
#bo_w .frm_tbl {} #bo_w .tbl_frm table {}
#bo_w .frm_tbl caption {} #bo_w .tbl_frm .frm_address {}
#bo_w .frm_tbl th {} #bo_w .tbl_frm .frm_file {}
#bo_w .frm_tbl td {} #bo_w .tbl_frm .frm_info {}
#bo_w .frm_tbl textarea, #bo_w .frm_input {}
#bo_w .frm_tbl textarea {}
#bo_w .frm_address {}
#bo_w .frm_file {}
#bo_w .frm_tbl #captcha {}
#bo_w .frm_tbl #captcha input {}
#bo_w .frm_tbl a {}
#bo_w .frm_info {} #bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 caption {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */ #bo_w .required {} /* 필수입력 */
#bo_w textarea.required {}
/* ### 기본 스타일 커스터마이징 끝 ### */ /* ### 기본 스타일 커스터마이징 끝 ### */

View File

@ -93,7 +93,8 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<input type="hidden" name="page" value="<?php echo $page ?>"> <input type="hidden" name="page" value="<?php echo $page ?>">
<input type="hidden" name="is_good" value=""> <input type="hidden" name="is_good" value="">
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<tbody> <tbody>
<?php if ($is_guest) { ?> <?php if ($is_guest) { ?>
<tr> <tr>
@ -129,6 +130,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<input type="submit" value="댓글등록" id="btn_submit" class="btn_submit" accesskey="s"> <input type="submit" value="댓글등록" id="btn_submit" class="btn_submit" accesskey="s">

View File

@ -4,23 +4,24 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css"> <link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
<h1 id="wrapper_title"><?php echo $g5['title'] ?></h1> <section id="bo_w">
<h2 id="container_title"><?php echo $g5['title'] ?></h2>
<form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off"> <form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off">
<input type="hidden" name="w" value="<?php echo $w ?>"> <input type="hidden" name="w" value="<?php echo $w ?>">
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>"> <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>"> <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
<input type="hidden" name="sca" value="<?php echo $sca ?>"> <input type="hidden" name="sca" value="<?php echo $sca ?>">
<input type="hidden" name="sfl" value="<?php echo $sfl ?>"> <input type="hidden" name="sfl" value="<?php echo $sfl ?>">
<input type="hidden" name="stx" value="<?php echo $stx ?>"> <input type="hidden" name="stx" value="<?php echo $stx ?>">
<input type="hidden" name="spt" value="<?php echo $spt ?>"> <input type="hidden" name="spt" value="<?php echo $spt ?>">
<input type="hidden" name="sst" value="<?php echo $sst ?>"> <input type="hidden" name="sst" value="<?php echo $sst ?>">
<input type="hidden" name="sod" value="<?php echo $sod ?>"> <input type="hidden" name="sod" value="<?php echo $sod ?>">
<input type="hidden" name="page" value="<?php echo $page ?>"> <input type="hidden" name="page" value="<?php echo $page ?>">
<?php <?php
$option = ''; $option = '';
$option_hidden = ''; $option_hidden = '';
if ($is_notice || $is_html || $is_secret || $is_mail) { if ($is_notice || $is_html || $is_secret || $is_mail) {
$option = ''; $option = '';
if ($is_notice) { if ($is_notice) {
$option .= PHP_EOL.'<input type="checkbox" id="notice" name="notice" value="1" '.$notice_checked.'>'.PHP_EOL.'<label for="notice">공지</label>'; $option .= PHP_EOL.'<input type="checkbox" id="notice" name="notice" value="1" '.$notice_checked.'>'.PHP_EOL.'<label for="notice">공지</label>';
@ -45,12 +46,13 @@ if ($is_notice || $is_html || $is_secret || $is_mail) {
if ($is_mail) { if ($is_mail) {
$option .= PHP_EOL.'<input type="checkbox" id="mail" name="mail" value="mail" '.$recv_email_checked.'>'.PHP_EOL.'<label for="mail">답변메일받기</label>'; $option .= PHP_EOL.'<input type="checkbox" id="mail" name="mail" value="mail" '.$recv_email_checked.'>'.PHP_EOL.'<label for="mail">답변메일받기</label>';
} }
} }
echo $option_hidden; echo $option_hidden;
?> ?>
<div id="bo_w"> <div id="bo_w" class="tbl_frm01 tbl_frm">
<table class="frm_tbl"> <table>
<caption><?php echo $g5['title'] ?></caption>
<tbody> <tbody>
<?php if ($is_name) { ?> <?php if ($is_name) { ?>
<tr> <tr>
@ -152,16 +154,17 @@ echo $option_hidden;
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="btn_confirm"> <div class="btn_confirm">
<p> <p>
작성하신 내용을 제출하시려면 <strong>글쓰기</strong> 버튼을, 작성을 취소하고 목록으로 돌아가시려면 <strong>취소</strong> 링크를 누르세요. 작성하신 내용을 제출하시려면 <strong>글쓰기</strong> 버튼을, 작성을 취소하고 목록으로 돌아가시려면 <strong>취소</strong> 링크를 누르세요.
</p> </p>
<input type="submit" value="글쓰기" id="btn_submit" class="btn_submit" accesskey="s"> <input type="submit" value="글쓰기" id="btn_submit" class="btn_submit" accesskey="s">
<a href="./board.php?bo_table=<?php echo $bo_table ?>" class="btn_cancel">취소</a> <a href="./board.php?bo_table=<?php echo $bo_table ?>" class="btn_cancel">취소</a>
</div> </div>
</form> </form>
</section>
<script> <script>
<?php if($write_min || $write_max) { ?> <?php if($write_min || $write_max) { ?>

View File

@ -42,21 +42,25 @@
#bo_v td.empty_table {} #bo_v td.empty_table {}
/* 쓰기 테이블 */ /* 쓰기 테이블 */
#bo_w .frm_tbl {} #bo_w .tbl_frm table {}
#bo_w .frm_tbl caption {} #bo_w .tbl_frm .frm_address {}
#bo_w .frm_tbl th {} #bo_w .tbl_frm .frm_file {}
#bo_w .frm_tbl td {} #bo_w .tbl_frm .frm_info {}
#bo_w .frm_tbl textarea, #bo_w .frm_input {}
#bo_w .frm_tbl textarea {}
#bo_w .frm_address {}
#bo_w .frm_file {}
#bo_w .frm_tbl #captcha {}
#bo_w .frm_tbl #captcha input {}
#bo_w .frm_tbl a {}
#bo_w .frm_info {} #bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 caption {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */ #bo_w .required {} /* 필수입력 */
#bo_w textarea.required {}
/* ### 기본 스타일 커스터마이징 끝 ### */ /* ### 기본 스타일 커스터마이징 끝 ### */

View File

@ -25,7 +25,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<header> <header>
<h1><?php echo $list[$i]['wr_name'] ?>님의 댓글</h1> <h1><?php echo $list[$i]['wr_name'] ?>님의 댓글</h1>
<?php echo $list[$i]['name'] ?> <?php echo $list[$i]['name'] ?>
<?php if ($cmt_depth) { ?><img src="<?php echo $board_skin_url ?>/img/icon_reply.gif" class="icon_reply" alt="댓글의 댓글"><?php } ?> <?php if ($cmt_depth) { ?><img src="<?php echo $board_skin_url ?>/img/icon_reply.gif" alt="댓글의 댓글" class="icon_reply"><?php } ?>
<?php if ($is_ip_view) { ?> <?php if ($is_ip_view) { ?>
아이피 아이피
<span class="bo_vc_hdinfo"><?php echo $list[$i]['ip']; ?></span> <span class="bo_vc_hdinfo"><?php echo $list[$i]['ip']; ?></span>
@ -46,7 +46,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<span id="edit_<?php echo $comment_id ?>"></span><!-- 수정 --> <span id="edit_<?php echo $comment_id ?>"></span><!-- 수정 -->
<span id="reply_<?php echo $comment_id ?>"></span><!-- 답변 --> <span id="reply_<?php echo $comment_id ?>"></span><!-- 답변 -->
<input type="hidden" value="<?php echo strstr($list[$i]['wr_option'],"secret") ?>" id="secret_comment_<?php echo $comment_id ?>"> <input type="hidden" id="secret_comment_<?php echo $comment_id ?>" value="<?php echo strstr($list[$i]['wr_option'],"secret") ?>">
<textarea id="save_comment_<?php echo $comment_id ?>" style="display:none"><?php echo get_text($list[$i]['content1'], 0) ?></textarea> <textarea id="save_comment_<?php echo $comment_id ?>" style="display:none"><?php echo get_text($list[$i]['content1'], 0) ?></textarea>
<?php if($list[$i]['is_reply'] || $list[$i]['is_edit'] || $list[$i]['is_del']) { <?php if($list[$i]['is_reply'] || $list[$i]['is_edit'] || $list[$i]['is_del']) {
@ -82,7 +82,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<aside id="bo_vc_w"> <aside id="bo_vc_w">
<h2>댓글쓰기</h2> <h2>댓글쓰기</h2>
<form name="fviewcomment" action="./write_comment_update.php" onsubmit="return fviewcomment_submit(this);" method="post" autocomplete="off"> <form name="fviewcomment" action="./write_comment_update.php" onsubmit="return fviewcomment_submit(this);" method="post" autocomplete="off">
<input type="hidden" name="w" value="<?php echo $w ?>" id="w" > <input type="hidden" name="w" value="<?php echo $w ?>" id="w">
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>"> <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>"> <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
<input type="hidden" name="comment_id" value="<?php echo $c_id ?>" id="comment_id"> <input type="hidden" name="comment_id" value="<?php echo $c_id ?>" id="comment_id">
@ -93,7 +93,8 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<input type="hidden" name="page" value="<?php echo $page ?>"> <input type="hidden" name="page" value="<?php echo $page ?>">
<input type="hidden" name="is_good" value=""> <input type="hidden" name="is_good" value="">
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<tbody> <tbody>
<?php if ($is_guest) { ?> <?php if ($is_guest) { ?>
<tr> <tr>
@ -118,23 +119,21 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<?php <?php
include(G5_SNS_PATH."/view_comment_write.sns.skin.php"); include(G5_SNS_PATH."/view_comment_write.sns.skin.php");
?> ?>
<?php
@include(G5_SKIN_PATH."/board/basic/view_comment.sns.skin.php");
?>
<tr> <tr>
<th scope="row">내용</th> <th scope="row">내용</th>
<td> <td>
<?php if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span>글자</strong><?php } ?> <?php if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span>글자</strong><?php } ?>
<textarea name="wr_content" id="wr_content" required <textarea id="wr_content" name="wr_content" required title="댓글 내용"
<?php if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?php } ?>><?php echo $c_wr_content; ?></textarea> <?php if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?php } ?>><?php echo $c_wr_content; ?></textarea>
<?php if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?php } ?> <?php if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?php } ?>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<input type="submit" id="btn_submit" class="btn_submit" value="댓글등록"> <input type="submit" value="댓글등록" id="btn_submit" class="btn_submit" accesskey="s">
</div> </div>
</form> </form>

View File

@ -4,23 +4,24 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css"> <link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
<h1 id="wrapper_title"><?php echo $g5['title'] ?></h1> <section id="bo_w">
<h2 id="container_title"><?php echo $g5['title'] ?></h2>
<form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off"> <form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off">
<input type="hidden" name="w" value="<?php echo $w ?>"> <input type="hidden" name="w" value="<?php echo $w ?>">
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>"> <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>"> <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
<input type="hidden" name="sca" value="<?php echo $sca ?>"> <input type="hidden" name="sca" value="<?php echo $sca ?>">
<input type="hidden" name="sfl" value="<?php echo $sfl ?>"> <input type="hidden" name="sfl" value="<?php echo $sfl ?>">
<input type="hidden" name="stx" value="<?php echo $stx ?>"> <input type="hidden" name="stx" value="<?php echo $stx ?>">
<input type="hidden" name="spt" value="<?php echo $spt ?>"> <input type="hidden" name="spt" value="<?php echo $spt ?>">
<input type="hidden" name="sst" value="<?php echo $sst ?>"> <input type="hidden" name="sst" value="<?php echo $sst ?>">
<input type="hidden" name="sod" value="<?php echo $sod ?>"> <input type="hidden" name="sod" value="<?php echo $sod ?>">
<input type="hidden" name="page" value="<?php echo $page ?>"> <input type="hidden" name="page" value="<?php echo $page ?>">
<?php <?php
$option = ''; $option = '';
$option_hidden = ''; $option_hidden = '';
if ($is_notice || $is_html || $is_secret || $is_mail) { if ($is_notice || $is_html || $is_secret || $is_mail) {
$option = ''; $option = '';
if ($is_notice) { if ($is_notice) {
$option .= PHP_EOL.'<input type="checkbox" id="notice" name="notice" value="1" '.$notice_checked.'>'.PHP_EOL.'<label for="notice">공지</label>'; $option .= PHP_EOL.'<input type="checkbox" id="notice" name="notice" value="1" '.$notice_checked.'>'.PHP_EOL.'<label for="notice">공지</label>';
@ -45,12 +46,13 @@ if ($is_notice || $is_html || $is_secret || $is_mail) {
if ($is_mail) { if ($is_mail) {
$option .= PHP_EOL.'<input type="checkbox" id="mail" name="mail" value="mail" '.$recv_email_checked.'>'.PHP_EOL.'<label for="mail">답변메일받기</label>'; $option .= PHP_EOL.'<input type="checkbox" id="mail" name="mail" value="mail" '.$recv_email_checked.'>'.PHP_EOL.'<label for="mail">답변메일받기</label>';
} }
} }
echo $option_hidden; echo $option_hidden;
?> ?>
<div id="bo_w"> <div id="bo_w" class="tbl_frm01 tbl_frm">
<table class="frm_tbl"> <table>
<caption><?php echo $g5['title'] ?></caption>
<tbody> <tbody>
<?php if ($is_name) { ?> <?php if ($is_name) { ?>
<tr> <tr>
@ -152,16 +154,17 @@ echo $option_hidden;
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="btn_confirm"> <div class="btn_confirm">
<p> <p>
작성하신 내용을 제출하시려면 <strong>글쓰기</strong> 버튼을, 작성을 취소하고 목록으로 돌아가시려면 <strong>취소</strong> 링크를 누르세요. 작성하신 내용을 제출하시려면 <strong>글쓰기</strong> 버튼을, 작성을 취소하고 목록으로 돌아가시려면 <strong>취소</strong> 링크를 누르세요.
</p> </p>
<input type="submit" value="글쓰기" id="btn_submit" class="btn_submit" accesskey="s"> <input type="submit" value="글쓰기" id="btn_submit" class="btn_submit" accesskey="s">
<a href="./board.php?bo_table=<?php echo $bo_table ?>" class="btn_cancel">취소</a> <a href="./board.php?bo_table=<?php echo $bo_table ?>" class="btn_cancel">취소</a>
</div> </div>
</form> </form>
</section>
<script> <script>
<?php if($write_min || $write_max) { ?> <?php if($write_min || $write_max) { ?>

View File

@ -15,7 +15,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="fnick" value="<?php echo $member['mb_nick'] ?>"> <input type="hidden" name="fnick" value="<?php echo $member['mb_nick'] ?>">
<input type="hidden" name="fmail" value="<?php echo $member['mb_email'] ?>"> <input type="hidden" name="fmail" value="<?php echo $member['mb_email'] ?>">
<?php } ?> <?php } ?>
<table class="frm_tbl">
<div class="tbl_frm01 tbl_frm">
<table>
<caption>메일쓰기</caption> <caption>메일쓰기</caption>
<tbody> <tbody>
<?php if (!$is_member) { ?> <?php if (!$is_member) { ?>
@ -58,6 +60,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_win"> <div class="btn_win">
<p> <p>

View File

@ -14,8 +14,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</ul> </ul>
<form name="fmemoform" action="./memo_form_update.php" onsubmit="return fmemoform_submit(this);" method="post" autocomplete="off"> <form name="fmemoform" action="./memo_form_update.php" onsubmit="return fmemoform_submit(this);" method="post" autocomplete="off">
<div class="cbox"> <div class="tbl_frm01 tbl_frm">
<table class="frm_tbl"> <table>
<caption>쪽지쓰기</caption> <caption>쪽지쓰기</caption>
<tbody> <tbody>
<tr> <tr>

View File

@ -7,7 +7,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<div id="profile" class="new_win mbskin"> <div id="profile" class="new_win mbskin">
<h1 id="new_win_title"><?php echo $mb_nick ?>님의 프로필</h1> <h1 id="new_win_title"><?php echo $mb_nick ?>님의 프로필</h1>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<tbody> <tbody>
<tr> <tr>
<th scope="row">회원권한</th> <th scope="row">회원권한</th>
@ -33,6 +34,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<section> <section>
<h2>인사말</h2> <h2>인사말</h2>

View File

@ -20,7 +20,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="mb_nick" value="<?php echo $member['mb_nick'] ?>"> <input type="hidden" name="mb_nick" value="<?php echo $member['mb_nick'] ?>">
<?php } ?> <?php } ?>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<caption>사이트 이용정보 입력</caption> <caption>사이트 이용정보 입력</caption>
<tr> <tr>
<th scope="row"><label for="reg_mb_id">아이디<strong class="sound_only">필수</strong></label></th> <th scope="row"><label for="reg_mb_id">아이디<strong class="sound_only">필수</strong></label></th>
@ -39,8 +40,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<td><input type="password" name="mb_password_re" id="reg_mb_password_re" class="frm_input minlength_3 <?php echo $required ?>" maxlength="20" <?php echo $required ?>></td> <td><input type="password" name="mb_password_re" id="reg_mb_password_re" class="frm_input minlength_3 <?php echo $required ?>" maxlength="20" <?php echo $required ?>></td>
</tr> </tr>
</table> </table>
</div>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<caption>개인정보 입력</caption> <caption>개인정보 입력</caption>
<tr> <tr>
<th scope="row"><label for="reg_mb_name">이름<strong class="sound_only">필수</strong></label></th> <th scope="row"><label for="reg_mb_name">이름<strong class="sound_only">필수</strong></label></th>
@ -154,8 +157,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
<?php } ?> <?php } ?>
</table> </table>
</div>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<caption>기타 개인설정</caption> <caption>기타 개인설정</caption>
<?php if ($config['cf_use_signature']) { ?> <?php if ($config['cf_use_signature']) { ?>
<tr> <tr>
@ -243,6 +248,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<td><?php echo $captcha_html ?></td> <td><?php echo $captcha_html ?></td>
</tr> </tr>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<p> <p>

View File

@ -11,7 +11,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>"> <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>"> <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<caption>제목 확인 및 댓글 쓰기</caption> <caption>제목 확인 및 댓글 쓰기</caption>
<tbody> <tbody>
<tr> <tr>
@ -24,6 +25,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<p class="new_win_desc"> <p class="new_win_desc">
스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다. 스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다.

View File

@ -39,21 +39,25 @@
.mbskin td.empty_table {} .mbskin td.empty_table {}
/* 폼 테이블 */ /* 폼 테이블 */
.mbskin .frm_tbl {} .mbskin .tbl_frm table {}
.mbskin .frm_tbl caption {} .mbskin .tbl_frm .frm_address {}
.mbskin .frm_tbl th {} .mbskin .tbl_frm .frm_file {}
.mbskin .frm_tbl td {} .mbskin .tbl_frm .frm_info {}
.mbskin .frm_tbl textarea, .mbskin .frm_input {}
.mbskin .frm_tbl textarea {}
.mbskin .frm_address {}
.mbskin .frm_file {}
.mbskin .frm_tbl #captcha {}
.mbskin .frm_tbl #captcha input {}
.mbskin .frm_tbl a {}
.mbskin .frm_info {} .mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 caption {}
.mbskin .tbl_frm01 th {}
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mbskin .frm_input {}
.mbskin .tbl_frm01 textarea {}
/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}
.mbskin .required {} /* 필수입력 */ .mbskin .required {} /* 필수입력 */
.mbskin textarea.required {}
/* 테이블 항목별 정의 */ /* 테이블 항목별 정의 */
.mbskin .td_board {} .mbskin .td_board {}

View File

@ -58,7 +58,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<input type="hidden" name="skin_dir" value="<?php echo $skin_dir ?>"> <input type="hidden" name="skin_dir" value="<?php echo $skin_dir ?>">
<?php if ($is_member) { ?><input type="hidden" name="pc_name" value="<?php echo cut_str($member['mb_nick'],255) ?>"><?php } ?> <?php if ($is_member) { ?><input type="hidden" name="pc_name" value="<?php echo cut_str($member['mb_nick'],255) ?>"><?php } ?>
<h3><?php echo $po_etc ?></h3> <h3><?php echo $po_etc ?></h3>
<table id="poll_result_wcmt" class="frm_tbl">
<div class="tbl_frm01 tbl_frm">
<table id="poll_result_wcmt">
<tbody> <tbody>
<?php if ($is_guest) { ?> <?php if ($is_guest) { ?>
<tr> <tr>
@ -75,6 +77,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<?php } ?> <?php } ?>
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<input type="submit" class="btn_submit" value="의견남기기"> <input type="submit" class="btn_submit" value="의견남기기">

View File

@ -7,21 +7,25 @@
#poll a.btn_admin:focus, #poll a.btn_admin:hover {} #poll a.btn_admin:focus, #poll a.btn_admin:hover {}
/* 폼 테이블 */ /* 폼 테이블 */
#poll .frm_tbl {} #poll .tbl_frm table {}
#poll .frm_tbl caption {} #poll .tbl_frm .frm_address {}
#poll .frm_tbl th {} #poll .tbl_frm .frm_file {}
#poll .frm_tbl td {} #poll .tbl_frm .frm_info {}
#poll .frm_tbl textarea, #poll .frm_input {}
#poll .frm_tbl textarea {}
#poll .frm_address {}
#poll .frm_file {}
#poll .frm_tbl #captcha {}
#poll .frm_tbl #captcha input {}
#poll .frm_tbl a {}
#poll .frm_info {} #poll .tbl_frm01 {}
#poll .tbl_frm01 caption {}
#poll .tbl_frm01 th {}
#poll .tbl_frm01 td {}
#poll .tbl_frm01 textarea, #poll .frm_input {}
#poll .tbl_frm01 textarea {}
/*
#poll .tbl_frm01 #captcha {}
#poll .tbl_frm01 #captcha input {}
*/
#poll .tbl_frm01 a {}
#poll .required {} /* 필수입력 */ #poll .required {} /* 필수입력 */
#poll textarea.required {}
#poll .btn_confirm {} /* 서식단계 진행 */ #poll .btn_confirm {} /* 서식단계 진행 */
#poll .btn_submit {} #poll .btn_submit {}

View File

@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<nav id="gnb"> <nav id="gnb">
<script>$('#gnb').addClass('gnb_js');</script> <script>$('#gnb').addClass('gnb_js');</script>
<h2>홈페이지 메인메뉴</h2> <h2>메인메뉴</h2>
<ul> <ul>
<?php <?php
$sql = " select * from {$g5['group_table']} where gr_show_menu = 1 and gr_device <> 'pc' order by gr_order "; $sql = " select * from {$g5['group_table']} where gr_show_menu = 1 and gr_device <> 'pc' order by gr_order ";
@ -27,8 +27,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<hr> <hr>
<footer id="ft"> <div id="ft">
<h1><?php echo $config['cf_title'] ?> 정보</h1>
<?php echo popular('basic'); // 인기검색어 ?> <?php echo popular('basic'); // 인기검색어 ?>
<?php echo visit('basic'); // 방문자수 ?> <?php echo visit('basic'); // 방문자수 ?>
<div id="ft_catch"><a href="<?php echo G5_URL; ?>/"><img src="<?php echo G5_IMG_URL; ?>/ft_catch.jpg" alt="Sharing All Possibilities"></a></div> <div id="ft_catch"><a href="<?php echo G5_URL; ?>/"><img src="<?php echo G5_IMG_URL; ?>/ft_catch.jpg" alt="Sharing All Possibilities"></a></div>
@ -38,7 +37,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<a href="#">상단으로</a> <a href="#">상단으로</a>
</p> </p>
</div> </div>
</footer> </div>
<?php <?php
$seq = 0; $seq = 0;

View File

@ -63,21 +63,26 @@
#bo_v li.empty_list {} #bo_v li.empty_list {}
/* 쓰기 테이블 */ /* 쓰기 테이블 */
#bo_w .frm_tbl {} #bo_w .tbl_frm table {}
#bo_w .frm_tbl caption {} #bo_w .tbl_frm .frm_info {}
#bo_w .frm_tbl th {} #bo_w .tbl_frm .frm_address {}
#bo_w .frm_tbl td {} #bo_w .tbl_frm .frm_file {}
#bo_w .frm_tbl textarea, #bo_w .frm_input {} #bo_w .tbl_frm caption {}
#bo_w .frm_tbl textarea {}
#bo_w .frm_address {}
#bo_w .frm_file {}
#bo_w .frm_tbl #captcha {}
#bo_w .frm_tbl #captcha input {}
#bo_w .frm_tbl a {}
#bo_w .frm_info {} #bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */ /* 필수입력 */
#bo_w .required {}
#bo_w textarea.required {}
#bo_w .cke_sc {} #bo_w .cke_sc {}
#bo_w button.btn_cke_sc{} #bo_w button.btn_cke_sc{}

View File

@ -101,7 +101,8 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<input type="hidden" name="page" value="<?php echo $page ?>"> <input type="hidden" name="page" value="<?php echo $page ?>">
<input type="hidden" name="is_good" value=""> <input type="hidden" name="is_good" value="">
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<tbody> <tbody>
<?php if ($is_guest) { ?> <?php if ($is_guest) { ?>
<tr> <tr>
@ -147,6 +148,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<input type="submit" id="btn_submit" class="btn_submit" value="댓글등록"> <input type="submit" id="btn_submit" class="btn_submit" value="댓글등록">

View File

@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css"> <link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
<section id="bo_w"> <section id="bo_w">
<h2 id="wrapper_title"><?php echo $g5['title'] ?></h2> <h2 id="container_title"><?php echo $g5['title'] ?></h2>
<!-- 게시물 작성/수정 시작 { --> <!-- 게시물 작성/수정 시작 { -->
<form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?php echo $width; ?>"> <form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?php echo $width; ?>">
@ -53,7 +53,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
echo $option_hidden; echo $option_hidden;
?> ?>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<tbody> <tbody>
<?php if ($is_name) { ?> <?php if ($is_name) { ?>
<tr> <tr>
@ -169,6 +170,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<p> <p>

View File

@ -47,21 +47,26 @@
#bo_v td.empty_table {} #bo_v td.empty_table {}
/* 쓰기 테이블 */ /* 쓰기 테이블 */
#bo_w .frm_tbl {} #bo_w .tbl_frm table {}
#bo_w .frm_tbl caption {} #bo_w .tbl_frm .frm_info {}
#bo_w .frm_tbl th {} #bo_w .tbl_frm .frm_address {}
#bo_w .frm_tbl td {} #bo_w .tbl_frm .frm_file {}
#bo_w .frm_tbl textarea, #bo_w .frm_input {} #bo_w .tbl_frm caption {}
#bo_w .frm_tbl textarea {}
#bo_w .frm_address {}
#bo_w .frm_file {}
#bo_w .frm_tbl #captcha {}
#bo_w .frm_tbl #captcha input {}
#bo_w .frm_tbl a {}
#bo_w .frm_info {} #bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */ /* 필수입력 */
#bo_w .required {}
#bo_w textarea.required {}
#bo_w .cke_sc {} #bo_w .cke_sc {}
#bo_w button.btn_cke_sc{} #bo_w button.btn_cke_sc{}

View File

@ -101,7 +101,8 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<input type="hidden" name="page" value="<?php echo $page ?>"> <input type="hidden" name="page" value="<?php echo $page ?>">
<input type="hidden" name="is_good" value=""> <input type="hidden" name="is_good" value="">
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<tbody> <tbody>
<?php if ($is_guest) { ?> <?php if ($is_guest) { ?>
<tr> <tr>
@ -147,6 +148,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<input type="submit" id="btn_submit" class="btn_submit" value="댓글등록"> <input type="submit" id="btn_submit" class="btn_submit" value="댓글등록">

View File

@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css"> <link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
<section id="bo_w"> <section id="bo_w">
<h2 id="wrapper_title"><?php echo $g5['title'] ?></h2> <h2 id="container_title"><?php echo $g5['title'] ?></h2>
<!-- 게시물 작성/수정 시작 { --> <!-- 게시물 작성/수정 시작 { -->
<form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?php echo $width; ?>"> <form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?php echo $width; ?>">
@ -53,7 +53,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
echo $option_hidden; echo $option_hidden;
?> ?>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<tbody> <tbody>
<?php if ($is_name) { ?> <?php if ($is_name) { ?>
<tr> <tr>
@ -169,6 +170,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<p> <p>

View File

@ -17,7 +17,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="fmail" value="<?php echo $member['mb_email'] ?>"> <input type="hidden" name="fmail" value="<?php echo $member['mb_email'] ?>">
<?php } ?> <?php } ?>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_form">
<table>
<caption>메일쓰기</caption> <caption>메일쓰기</caption>
<tbody> <tbody>
<?php if (!$is_member) { ?> <?php if (!$is_member) { ?>
@ -63,6 +64,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_win"> <div class="btn_win">
<p> <p>

View File

@ -15,8 +15,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</ul> </ul>
<form name="fmemoform" action="<?php echo $memo_action_url; ?>" onsubmit="return fmemoform_submit(this);" method="post" autocomplete="off"> <form name="fmemoform" action="<?php echo $memo_action_url; ?>" onsubmit="return fmemoform_submit(this);" method="post" autocomplete="off">
<div> <div class="tbl_frm01 tbl_frm">
<table class="frm_tbl"> <table>
<caption>쪽지쓰기</caption> <caption>쪽지쓰기</caption>
<tbody> <tbody>
<tr> <tr>

View File

@ -24,7 +24,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="mb_nick" value="<?php echo $member['mb_nick'] ?>"> <input type="hidden" name="mb_nick" value="<?php echo $member['mb_nick'] ?>">
<?php } ?> <?php } ?>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<caption>사이트 이용정보 입력</caption> <caption>사이트 이용정보 입력</caption>
<tr> <tr>
<th scope="row"><label for="reg_mb_id">아이디<strong class="sound_only">필수</strong></label></th> <th scope="row"><label for="reg_mb_id">아이디<strong class="sound_only">필수</strong></label></th>
@ -43,8 +44,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<td><input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input minlength_3 <?php echo $required ?>" maxlength="20"></td> <td><input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input minlength_3 <?php echo $required ?>" maxlength="20"></td>
</tr> </tr>
</table> </table>
</div>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<caption>개인정보 입력</caption> <caption>개인정보 입력</caption>
<tr> <tr>
<th scope="row"><label for="reg_mb_name">이름<strong class="sound_only">필수</strong></label></th> <th scope="row"><label for="reg_mb_name">이름<strong class="sound_only">필수</strong></label></th>
@ -158,8 +161,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
<?php } ?> <?php } ?>
</table> </table>
</div>
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<caption>기타 개인설정</caption> <caption>기타 개인설정</caption>
<?php if ($config['cf_use_signature']) { ?> <?php if ($config['cf_use_signature']) { ?>
<tr> <tr>
@ -247,6 +252,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<td><?php echo $captcha_html ?></td> <td><?php echo $captcha_html ?></td>
</tr> </tr>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<p> <p>

View File

@ -12,7 +12,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>"> <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>"> <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
<table class="frm_tbl"> <div class="tbl_frm01 tbl_frm">
<table>
<caption>제목 확인 및 댓글 쓰기</caption> <caption>제목 확인 및 댓글 쓰기</caption>
<tbody> <tbody>
<tr> <tr>
@ -25,6 +26,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<p class="new_win_desc"> <p class="new_win_desc">
스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다. 스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다.

View File

@ -45,19 +45,22 @@
.mbskin td.empty_table {} .mbskin td.empty_table {}
/* 폼 테이블 */ /* 폼 테이블 */
.mbskin .frm_tbl {} .mb_skin .tbl_frm table {}
.mbskin .frm_tbl caption {} .mb_skin .tbl_frm .frm_info {}
.mbskin .frm_tbl th {} .mb_skin .tbl_frm .frm_address {}
.mbskin .frm_tbl td {} .mb_skin .tbl_frm .frm_file {}
.mbskin .frm_tbl textarea, .mbskin .frm_input {} .mb_skin .tbl_frm caption {}
.mbskin .frm_tbl textarea {}
.mbskin .frm_address {}
.mbskin .frm_file {}
.mbskin .frm_tbl #captcha {}
.mbskin .frm_tbl #captcha input {}
.mbskin .frm_tbl a {}
.mbskin .frm_info {} .mb_skin .tbl_frm01 {}
.mb_skin .tbl_frm01 th {}
.mb_skin .tbl_frm01 td {}
.mb_skin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
.mb_skin .tbl_frm01 textarea {}
/*
.mb_skin .tbl_frm01 #captcha {}
.mb_skin .tbl_frm01 #captcha input {}
*/
.mb_skin .tbl_frm01 a {}
/* 필수입력 */ /* 필수입력 */
.mbskin .required {} .mbskin .required {}

View File

@ -62,7 +62,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<input type="hidden" name="skin_dir" value="<?php echo $skin_dir ?>"> <input type="hidden" name="skin_dir" value="<?php echo $skin_dir ?>">
<?php if ($is_member) { ?><input type="hidden" name="pc_name" value="<?php echo cut_str($member['mb_nick'],255) ?>"><?php } ?> <?php if ($is_member) { ?><input type="hidden" name="pc_name" value="<?php echo cut_str($member['mb_nick'],255) ?>"><?php } ?>
<h3><?php echo $po_etc ?></h3> <h3><?php echo $po_etc ?></h3>
<table id="poll_result_wcmt" class="frm_tbl">
<div class="tbl_frm01 tbl_frm">
<table id="poll_result_wcmt">
<tbody> <tbody>
<?php if ($is_guest) { ?> <?php if ($is_guest) { ?>
<tr> <tr>
@ -82,6 +84,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<?php } ?> <?php } ?>
</tbody> </tbody>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<input type="submit" class="btn_submit" value="의견남기기"> <input type="submit" class="btn_submit" value="의견남기기">

View File

@ -6,21 +6,26 @@
#poll a.btn_admin {} /* 관리자 전용 버튼 */ #poll a.btn_admin {} /* 관리자 전용 버튼 */
#poll a.btn_admin:focus, #poll a.btn_admin:hover {} #poll a.btn_admin:focus, #poll a.btn_admin:hover {}
#poll_result .frm_tbl {} #poll_result .tbl_frm table {}
#poll_result .frm_tbl caption {} #poll_result .tbl_frm .frm_info {}
#poll_result .frm_tbl th {} #poll_result .tbl_frm .frm_address {}
#poll_result .frm_tbl td {} #poll_result .tbl_frm .frm_file {}
#poll_result .frm_tbl textarea, #poll_result .frm_input {} #poll_result .tbl_frm caption {}
#poll_result .frm_tbl textarea {}
#poll_result .frm_address {}
#poll_result .frm_file {}
#poll_result .frm_tbl #captcha {}
#poll_result .frm_tbl #captcha input {}
#poll_result .frm_tbl a {}
#poll_result .frm_info {} #poll_result .tbl_frm01 {}
#poll_result .tbl_frm01 th {}
#poll_result .tbl_frm01 td {}
#poll_result .tbl_frm01 textarea, #poll_result tbl_frm01 .frm_input {}
#poll_result .tbl_frm01 textarea {}
/*
#poll_result .tbl_frm01 #captcha {}
#poll_result .tbl_frm01 #captcha input {}
*/
#poll_result .tbl_frm01 a {}
#poll_result .required {} /* 필수입력 */ /* 필수입력 */
#poll_result .required {}
#poll_result textarea.required {}
#poll_result .btn_confirm {} /* 서식단계 진행 */ #poll_result .btn_confirm {} /* 서식단계 진행 */
#poll_result .btn_submit {} #poll_result .btn_submit {}