Merge branch 'g5'

This commit is contained in:
chicpro
2013-10-22 16:24:52 +09:00
12 changed files with 12 additions and 17 deletions

View File

@ -18,7 +18,7 @@ CREATE TABLE `__TABLE_NAME__` (
`wr_hit` int(11) NOT NULL DEFAULT '0',
`wr_good` int(11) NOT NULL DEFAULT '0',
`wr_nogood` int(11) NOT NULL DEFAULT '0',
`mb_id` varchar(255) NOT NULL,
`mb_id` varchar(20) NOT NULL,
`wr_password` varchar(255) NOT NULL,
`wr_name` varchar(255) NOT NULL,
`wr_email` varchar(255) NOT NULL,

View File

@ -195,7 +195,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}
/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}

View File

@ -159,7 +159,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
.tbl_frm01 .frm_info {display:block;padding:0.3em 0 0;color:#666;line-height:1.3em}
/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat}
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}
/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}

View File

@ -72,8 +72,7 @@
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */
#bo_w textarea.required {}
#bo_w .required, #bo_w textarea.required {}
/* ### 기본 스타일 커스터마이징 끝 ### */

View File

@ -59,8 +59,7 @@
*/
#bo_w .tbl_frm01 a {}
#bo_w .required {} /* 필수입력 */
#bo_w textarea.required {}
#bo_w .required, #bo_w textarea.required {}
/* ### 기본 스타일 커스터마이징 끝 ### */

View File

@ -56,7 +56,7 @@
*/
.mbskin .tbl_frm01 a {}
.mbskin .required, .mbskin textarea.required {background:url('../../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
.mbskin .required, .mbskin textarea.required {} /* 필수입력 */
/* 테이블 항목별 정의 */
.mbskin .td_board {}

View File

@ -24,8 +24,7 @@
*/
#poll .tbl_frm01 a {}
#poll .required {} /* 필수입력 */
#poll textarea.required {}
#poll .required, #poll textarea.required {}
#poll .btn_confirm {} /* 서식단계 진행 */
#poll .btn_submit {}

View File

@ -18,6 +18,7 @@ include $syndi_path . '/config/site.config.php';
$sql = " select bo_table from " . $g5['board_table'] . " b, ". $g5['group_table'] . " g where b.bo_read_level=1 and b.bo_list_level=1 and g.gr_use_access=0 and g.gr_id = b.gr_id order by b.gr_id, b.bo_table limit 1 ";
$channel = sql_fetch($sql);
if (!$channel) die("게시판이 존재하지 않습니다. 게시판 생성후 실행하시기 바랍니다.");
$sql = " select wr_id from {$g5['write_prefix']}{$channel['bo_table']} where wr_is_comment = 0 order by wr_num, wr_reply desc limit 1 ";
$article = sql_fetch($sql);
?>

View File

@ -77,8 +77,7 @@
#bo_w .tbl_frm01 a {}
/* 필수입력 */
#bo_w .required {}
#bo_w textarea.required {}
#bo_w .required, #bo_w textarea.required {}
#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}

View File

@ -64,8 +64,7 @@
#bo_w .tbl_frm01 a {}
/* 필수입력 */
#bo_w .required {}
#bo_w textarea.required {}
#bo_w .required, #bo_w textarea.required {}
#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}

View File

@ -62,7 +62,7 @@
.mbskin .tbl_frm01 a {}
/* 필수입력 */
.mbskin .required, .mbskin textarea.required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat}
.mbskin .required, .mbskin textarea.required {}
/* 테이블 항목별 정의 */
.mbskin .td_board {}

View File

@ -24,8 +24,7 @@
#poll_result .tbl_frm01 a {}
/* 필수입력 */
#poll_result .required {}
#poll_result textarea.required {}
#poll_result .required, #poll_result textarea.required {}
#poll_result .btn_confirm {} /* 서식단계 진행 */
#poll_result .btn_submit {}