최초등록
@@ -0,0 +1,188 @@
|
||||
@charset "utf-8";
|
||||
|
||||
html, body, div, span, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, address, big, cite, code,
|
||||
del, dfn, em, font, img, ins, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td
|
||||
{margin:0; padding:0; border:0;}
|
||||
ol, ul, li {list-style:none;}
|
||||
|
||||
legend {visibility:hidden; display:none; height:0; width:0; font-size:0;}
|
||||
|
||||
body {font-size: 75%; font-family: Dotum,sans-serif; color: #575757;}
|
||||
table {border-spacing:0;}
|
||||
a, a:link {color: #575757; text-decoration: none; cursor: pointer; }
|
||||
a:visited {color: #575757;}
|
||||
a:hover, a:active, a:focus {color: #575757; text-decoration: underline;}
|
||||
select{font-size: 1em;}
|
||||
input.board_input {border:1px solid #cdcdcd; height:15px; padding:3px 3px 0px 3px; font-size:1em; background-color:#ffffff;}
|
||||
input.board_input_file {width:90%; border:1px solid #cdcdcd; padding:3px 3px 0px 3px; font-size: 1em; background-color:#ffffff;}
|
||||
textarea {border:1px solid #CDCDCD; font-size:1em;}
|
||||
.display_none {display:none;}
|
||||
|
||||
|
||||
#board {width:90%; margin:0 auto; }
|
||||
|
||||
#board .board_total {width:100%;}
|
||||
#board .board_total_left {float:left; font-size:0.95em; padding-top:5px; height:22px;}
|
||||
#board .board_total_right {float:right; padding-bottom:5px;}
|
||||
#board .board_total_right li {float:left;}
|
||||
#board .board_total_right li img {height:20px;}
|
||||
#board .board_total img {padding-left:3px;}
|
||||
#board div.board_total .board_orange{color:#F96F00;}
|
||||
#board .board_button {width:100%; margin-top:5px; text-align:right;}
|
||||
#board .guide span {float:right; color:#838383; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding:0 4px 6px 0;}
|
||||
#board span.category_color {color:#979797;}
|
||||
|
||||
/* List */
|
||||
#board .table_blist {clear:both;}
|
||||
#board .table_blist table{width:100%; line-height:16px; border-collapse:collapse; border-top:2px solid #C8C8C8; border-bottom:2px solid #DEDEDE;}
|
||||
#board .table_blist table caption{display:none;}
|
||||
#board .table_blist thead th {text-align:center;border-bottom:1px solid #DCDCDC; height:28px; color:#666666; font-weight:bold; letter-spacing:-0.1em; line-height:160%; background:url(/content/board/nninc_qna/img/tit_line.gif) no-repeat right; }
|
||||
#board .table_blist thead th.th_none {background-image:none;}
|
||||
#board .table_blist tbody td{white-space:nowrap; height:27px; border-bottom:1px solid #F3F3F3; background:#ffffff; text-align:center; line-height:140%;}
|
||||
#board .table_blist tbody td img{vertical-align:middle;}
|
||||
#board .table_blist tbody td span.reply_count {color:#EE5A00; font-size: 0.9em; font-weight:normal; letter-spacing:-0.1em;}
|
||||
#board .table_blist tbody td.notice {background-color:#FBFBFB;}
|
||||
#board .table_blist tbody td.data_none {background-color:#f7f7f7;}
|
||||
#board .table_blist tbody td.title {white-space:nowrap; text-align:left;}
|
||||
#board .table_blist tbody td.center {text-align:center;}
|
||||
|
||||
/* Write */
|
||||
#board .table_bwrite {clear:both;}
|
||||
#board .table_bwrite table{width:100%; line-height:16px; border-collapse:collapse; border-top:2px solid #C8C8C8; border-bottom:1px solid #DEDEDE;}
|
||||
#board .table_bwrite table caption{display:none;}
|
||||
#board .table_bwrite thead th {border-bottom:1px solid #DCDCDC; height:28px; color:#373737; font-weight:bold; letter-spacing:-0.1em; line-height:130%;}
|
||||
#board .table_bwrite thead th.th_end {padding-right:110px;}
|
||||
#board .table_bwrite tbody th{white-space:nowrap; height:31px; border-bottom:1px solid #F3F3F3; border-right:1px solid #DCDCDC; border-bottom:1px solid #DCDCDC; background:#F6F6F6; color:#666666; text-align:center; letter-spacing:-0.1em; line-height:140%;}
|
||||
#board .table_bwrite tbody th img {vertical-align:middle; padding-left:5px;}
|
||||
#board .table_bwrite tbody td{height:31px; padding-left:10px; border-bottom:1px solid #DCDCDC; background:#ffffff; text-align:left; line-height:140%;}
|
||||
#board .table_bwrite tbody td input.subject{width:95%;}
|
||||
#board .table_bwrite tbody td.content{margin:0; padding-top:4px; padding-bottom:4px; padding-left:0; padding-right:0px; text-align:center;}
|
||||
#board .table_bwrite tbody td span.text1 {color:#818181; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding-left:6px;}
|
||||
#board .table_bwrite tbody td span.eng {padding-left:0; color:#6A6A6A; font-size: 0.9em; font-weight:normal; letter-spacing:-0.1em;}
|
||||
|
||||
/* View */
|
||||
#board .table_bview {clear:both;}
|
||||
#board .table_bview table{width:100%; line-height:16px; border-collapse:collapse; border-top:2px solid #C8C8C8; border-bottom:1px solid #DEDEDE;}
|
||||
#board .table_bview table caption{display:none;}
|
||||
#board .table_bview thead th {border-bottom:1px solid #DCDCDC; height:28px; color:#373737; font-weight:bold; letter-spacing:-0.1em; line-height:130%;}
|
||||
#board .table_bview thead th.th_none {white-space:nowrap; background-image:none; text-align:left; padding-left:5px;}
|
||||
#board .table_bview thead th.th_none img {vertical-align:middle;}
|
||||
#board .table_bview thead th.th_end {padding-right:110px;}
|
||||
#board .table_bview tbody th {white-space:nowrap; height:31px; border-right:1px solid #E1E1E1; border-bottom:1px solid #E1E1E1; background:#F6F6F6; color:#737373; text-align:center; letter-spacing:-0.1em; line-height:140%;}
|
||||
#board .table_bview tbody td{height:31px; padding-left:10px; border-bottom:1px solid #DCDCDC; background:#ffffff; text-align:left; line-height:140%;}
|
||||
#board .table_bview tbody td.content{padding:10px 10px 20px 10px;}
|
||||
#board .table_bview tbody td.content2{padding:10px 10px 20px 10px;background-color:#FBFBFB;}
|
||||
#board .table_bview tbody td.content img{display:block; text-align:center;}
|
||||
#board .table_bview tbody td.content2 img{display:block; text-align:center;}
|
||||
#board .table_bview tbody td.answer {height:31px;padding:5px 0 0 22px; background:transparent url(/content/board/nninc_qna/img/answer_ic.gif) no-repeat scroll 3px 57%;}
|
||||
|
||||
#board .table_bview tbody td span.text1 {color:#818181; font-family:dotum; font-size:0.9em; font-weight:normal; letter-spacing:-0.1em; padding-left:6px;}
|
||||
#board .table_bview tbody td span.eng {padding-left:0; color:#6A6A6A; font-size: 0.9em; font-weight:normal; letter-spacing:-0.1em;}
|
||||
#board .table_bview tbody td dl.info {margin:0; padding-left:3px;}
|
||||
#board .table_bview tbody td dl.info dt {float:left; color:#737373; letter-spacing:-0.1em; padding:0; font-weight:bold;}
|
||||
#board .table_bview tbody td dl.info dd {float:left; background:transparent url(/content/board/nninc_qna/img/view_bar.gif) no-repeat scroll 5px 40%; display:inline; margin:0; padding:0 2.4em 0 1em; }
|
||||
#board .table_bview tbody td dl.info dd img {vertical-align:middle;}
|
||||
#board .table_bview tbody td dl.info dd .size {font-size:0.8em; font-family:tahoma; color:#BFBFBF;}
|
||||
|
||||
/* Comment */
|
||||
#board .board_comment {clear:both; padding-top:20px;}
|
||||
#board .board_comment table{width:100%; background-color:#FAFAFA; margin-bottom:15px}
|
||||
#board .board_comment table caption{display:none;}
|
||||
#board .board_comment tbody td {height:31px; text-align:left; line-height:140%;}
|
||||
#board .board_comment tbody td.dr01 {height:5px; background:url(/content/board/nninc_qna/img/dr01.gif); background-repeat:no-repeat;}
|
||||
#board .board_comment tbody td.dr02 {height:5px; background:url(/content/board/nninc_qna/img/dr02.gif); background-repeat: repeat-x;}
|
||||
#board .board_comment tbody td.dr03 {height:5px; background:url(/content/board/nninc_qna/img/dr03.gif); background-repeat:no-repeat;}
|
||||
#board .board_comment tbody td.dr04 {background:url(/content/board/nninc_qna/img/dr04.gif); background-repeat: repeat-y;}
|
||||
#board .board_comment tbody td.text {padding:0; margin:0; height:20px;}
|
||||
#board .board_comment tbody td dl.info {margin:0; padding-left:10px;}
|
||||
#board .board_comment tbody td dl.info dt {float:left; letter-spacing:-0.1em; padding:0; font-size:0.9em; padding-top:4px;}
|
||||
#board .board_comment tbody td dl.info dd {float:left; padding:0 10px 0 4px;}
|
||||
#board .board_comment tbody td.dr05 {text-align:center; padding-top:4px; padding-bottom:4px;}
|
||||
#board .board_comment tbody td.dr05 textarea {width:88%;height:38px;}
|
||||
#board .board_comment tbody td.dr06 {background:url(/content/board/nninc_qna/img/dr06.gif); background-repeat: repeat-y;}
|
||||
#board .board_comment tbody td.dr07 {height:5px; background:url(/content/board/nninc_qna/img/dr07.gif); background-repeat:no-repeat;}
|
||||
#board .board_comment tbody td.dr08 {height:5px; background:url(/content/board/nninc_qna/img/dr08.gif); background-repeat: repeat-x;}
|
||||
#board .board_comment tbody td.dr09 {height:5px; background:url(/content/board/nninc_qna/img/dr09.gif); background-repeat:no-repeat;}
|
||||
|
||||
.cmt_list {margin-top:5px;}
|
||||
.cmt_list div.h {margin:0 0 1px; background:transparent url(/content/board/nninc_qna/img/human_ic.gif) no-repeat scroll 0 0.1em;}
|
||||
.cmt_list p {line-height:1.6em; margin:0; padding:5px 0 0 12px; text-align:left;}
|
||||
.cmt_list li.line {height:1px; background:transparent url(/content/board/nninc_qna/img/dr_line_bg.gif); background-repeat: repeat-x; margin:0; padding-top:15px;}
|
||||
|
||||
|
||||
/* Paginate */
|
||||
.board_paginate{clear:both; position:relative; text-align:center;}
|
||||
.board_paginate *{margin:0; padding:0;}
|
||||
.board_paginate a,
|
||||
.board_paginate strong{_position:relative; margin-left:-7px; font-weight:bold; display:inline-block; padding:3px 8px 1px 7px; color:#313031; border-left:1px solid #ccc; border-right:1px solid #ccc; text-decoration:none; line-height:normal; font:bold 12px 돋움, Dotum, 굴림, Gulim, AppleGothic, Sans-serif; background:#fff;}
|
||||
.board_paginate strong{color:#ff8600 !important;}
|
||||
.board_paginate a:hover{background:#F7F7F7;}
|
||||
.board_paginate a.pre{padding:3px 8px 1px 16px; background:url(/content/board/nninc_qna/img/bu_pg1_l1.gif) no-repeat 8px 6px !important; border:none; font-weight:normal; }
|
||||
.board_paginate a.next{padding:3px 16px 1px 8px; background:url(/manager/img/bu_pg1_r1.gif) no-repeat 37px 6px !important; border:none; font-weight:normal; }
|
||||
|
||||
/* Button */
|
||||
.board_button {clear:both;}
|
||||
.board_button .fl {float:left;}
|
||||
.board_button .fr {float:right; overflow:hidden;}
|
||||
.board_button .pt10 {padding-top:10px;}
|
||||
|
||||
|
||||
.board_button ul li {float:left;}
|
||||
.board_button ul li.pl {padding-left:10px;}
|
||||
.board_button ul li.pt {padding-top:7px;}
|
||||
.board_button span.bt {float:right; padding-top:10px; padding-left:4px; text-align:right;}
|
||||
.board_button2 {margin:0 auto; text-align:center; padding-top:10px; padding-left:4px;}
|
||||
|
||||
|
||||
|
||||
|
||||
.board_bt01 {display:inline;}
|
||||
.board_bt01 a{display:inline; overflow:hidden; float:left; height:22px; padding-left:13px; margin-right:3px; font:12px dotum; letter-spacing:-1px; color:#6B6B6B; text-decoration:none; background:url(/content/board/nninc_qna/img/bt01_bg.gif) left 0; cursor:pointer;}
|
||||
.board_bt01 a:hover{background:url(/content/board/nninc_qna/img/bt01_bg.gif) left -22px; text-decoration:none;}
|
||||
.board_bt01 a span{display:inline; overflow:hidden; float:left; height:22px; padding-right:10px; line-height:200%; background:url(/content/board/nninc_qna/img/bt01_bg.gif) right 0;}
|
||||
.board_bt01 a:hover span{color:#6B6B6B; background:url(/content/board/nninc_qna/img/bt01_bg.gif) right -22px;}
|
||||
|
||||
|
||||
/* Search */
|
||||
.board_search {width:340px; margin:0 auto; margin-top:18px;}
|
||||
.board_search ul {float:left;}
|
||||
.board_search ul li {float:left; background:url(/content/board/nninc_qna/img/search_bg.gif); height:35px;}
|
||||
.board_search ul li.board_search_start {float:left; width:18px; height:35px; background:url(/content/board/nninc_qna/img/search_left.gif); background-repeat:no-repeat;}
|
||||
.board_search ul li.board_search_end {float:left; width:18px; height:35px; background:url(/content/board/nninc_qna/img/search_right.gif); background-repeat:no-repeat;}
|
||||
.board_search ul li select {float:left; margin-top:8px; margin-right:3px;}
|
||||
.board_search ul li input {float:left; margin-top:7px; margin-right:3px;}
|
||||
.board_search ul li input.search_bt {float:left; margin-top:8px; margin-bottom:1px;}
|
||||
|
||||
|
||||
.command_pwd {position:absolute; border:2px solid #C6C6C6; background-color:#ffffff; padding:8px 15px 8px 15px; text-align:center; vertical-align:middle; font-weight:bold; color:#313131; line-height:140%;}
|
||||
.command_pwd li.text {float:left; letter-spacing:-0.1em; padding:0; font-size:0.9em; padding-top:4px;padding-right:4px;}
|
||||
.command_pwd li {float:left; padding-left:3px;}
|
||||
.command_pwd li img {height:20px;padding-top:1px;}
|
||||
|
||||
|
||||
.pwd_check {clear:both;width:90%; margin:0 auto; margin-top:20px; text-align:center; border-top:2px solid #C8C8C8; border-bottom:2px solid #DEDEDE; background-color:#ffffff; padding:25px; font-weight:bold; color:#313131; line-height:140%;}
|
||||
.pwd_check *{margin:0; padding:0;}
|
||||
.pwd_check span{color:#7D7D7D; letter-spacing:-1px; font-size:11px;}
|
||||
.pwd_check li.text {letter-spacing:-0.1em; font-size:0.9em;}
|
||||
.pwd_check li {}
|
||||
.pwd_check_button {width:90%;margin:0 auto; text-align:center; padding-top:10px;}
|
||||
|
||||
.login_check {width:90%; margin:0 auto; margin-top:20px; text-align:center; border-top:2px solid #C8C8C8; border-bottom:2px solid #DEDEDE; background-color:#ffffff; padding:25px; font-weight:bold; color:#313131; line-height:140%;}
|
||||
.login_check *{margin:0; padding:0;}
|
||||
.login_check span{color:#7D7D7D; letter-spacing:-1px; font-size:11px;}
|
||||
.login_check li.text {letter-spacing:-0.1em; font-size:0.9em;}
|
||||
.login_check li.id {padding-right:26px;}
|
||||
.login_check_button {width:90%;margin:0 auto; text-align:center; padding-top:10px;}
|
||||
|
||||
|
||||
.error_check {float:left;width:80%;min-height:90px;border:5px solid #DDE7F0;margin-bottom:15px;background:url(/content/board/nninc_qna/img/error_bg.gif); background-repeat:no-repeat;padding-left:19%;padding-top:15px;padding-bottom:12px;}
|
||||
.error_check .error_list {float:left;line-height:19px;}
|
||||
.error_check .error_list li {background:url(/content/board/nninc_qna/img/error_ic.gif) no-repeat 8px 6px;padding-left:15px;}
|
||||
.error_check .error_list li strong.error {color:#DE5410;}
|
||||
|
After Width: | Height: | Size: 367 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 54 B |
|
After Width: | Height: | Size: 54 B |
|
After Width: | Height: | Size: 61 B |
|
After Width: | Height: | Size: 896 B |
|
After Width: | Height: | Size: 49 B |
|
After Width: | Height: | Size: 447 B |
|
After Width: | Height: | Size: 450 B |
|
After Width: | Height: | Size: 884 B |
|
After Width: | Height: | Size: 72 B |
|
After Width: | Height: | Size: 62 B |
|
After Width: | Height: | Size: 71 B |
|
After Width: | Height: | Size: 67 B |
|
After Width: | Height: | Size: 62 B |
|
After Width: | Height: | Size: 70 B |
|
After Width: | Height: | Size: 62 B |
|
After Width: | Height: | Size: 72 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 91 B |
|
After Width: | Height: | Size: 47 B |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 63 B |
|
After Width: | Height: | Size: 916 B |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 547 B |
|
After Width: | Height: | Size: 757 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 730 B |
|
After Width: | Height: | Size: 1012 B |
|
After Width: | Height: | Size: 570 B |
|
After Width: | Height: | Size: 897 B |
|
After Width: | Height: | Size: 1002 B |
|
After Width: | Height: | Size: 737 B |
|
After Width: | Height: | Size: 678 B |
|
After Width: | Height: | Size: 404 B |
|
After Width: | Height: | Size: 401 B |
|
After Width: | Height: | Size: 138 B |
|
After Width: | Height: | Size: 309 B |
|
After Width: | Height: | Size: 61 B |
|
After Width: | Height: | Size: 323 B |
|
After Width: | Height: | Size: 224 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 84 B |
|
After Width: | Height: | Size: 883 B |
|
After Width: | Height: | Size: 44 B |
|
After Width: | Height: | Size: 708 B |
|
After Width: | Height: | Size: 681 B |
|
After Width: | Height: | Size: 903 B |
|
After Width: | Height: | Size: 131 B |
|
After Width: | Height: | Size: 900 B |
|
After Width: | Height: | Size: 443 B |
|
After Width: | Height: | Size: 905 B |
|
After Width: | Height: | Size: 362 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 599 B |
|
After Width: | Height: | Size: 686 B |
|
After Width: | Height: | Size: 761 B |
|
After Width: | Height: | Size: 134 B |
|
After Width: | Height: | Size: 571 B |
|
After Width: | Height: | Size: 54 B |
|
After Width: | Height: | Size: 569 B |
|
After Width: | Height: | Size: 181 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 50 B |
|
After Width: | Height: | Size: 911 B |
@@ -0,0 +1,286 @@
|
||||
<%
|
||||
|
||||
If b_num = "" then '//일반등록
|
||||
|
||||
w_mode = "W"
|
||||
|
||||
If b_type = "" then b_type = "N" '//값이 있으면 답변타입이다..
|
||||
If b_type = "N" then b_content = a_writecontent
|
||||
|
||||
b_open = "Y"
|
||||
b_noticechk = "N"
|
||||
|
||||
|
||||
elseIf b_num <> "" And b_type = "R" then '//답변글쓰기 일때
|
||||
|
||||
w_mode = "WR"
|
||||
|
||||
'//레코드필드
|
||||
R_Fields = "b_num, b_subject, b_content, b_ref, b_step, b_level, b_open"
|
||||
|
||||
R_tablename_str = a_tablename
|
||||
|
||||
R_WHERE_str = " WHERE b_num=" & b_num
|
||||
|
||||
Call SelectQuery ( R_Fields, R_tablename_str, R_WHERE_str )
|
||||
|
||||
b_subject = "RE:" & b_subject
|
||||
|
||||
b_content = "<br /><br /><br /><br />------------------ 원문 -------------------------<br /><br />" & b_content
|
||||
|
||||
b_open = b_open
|
||||
|
||||
|
||||
ElseIf b_num <> "" then '//그냥 수정일때..
|
||||
|
||||
w_mode = "M"
|
||||
|
||||
If is_ad_cms <> "Y" then '//관리자가아닐때 체크
|
||||
|
||||
If SESSION("pwd_chk_" & a_num & "_" & b_num) <> "ok" then '//체크통과했으면..
|
||||
|
||||
Call locationhref("pwd.asp?prepage=modi&a_num=" & a_num & "&b_num=" & b_num & "&" & page_info)
|
||||
|
||||
End if
|
||||
|
||||
End if
|
||||
|
||||
'//레코드필드
|
||||
R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword"
|
||||
|
||||
R_tablename_str = a_tablename
|
||||
|
||||
R_WHERE_str = " WHERE b_num=" & b_num
|
||||
|
||||
Call SelectQuery (R_Fields, R_tablename_str, R_WHERE_str)
|
||||
|
||||
End if
|
||||
|
||||
|
||||
%>
|
||||
<!--#include virtual="/content/board/top.asp"-->
|
||||
|
||||
|
||||
<!-- 쓰기 -->
|
||||
<div id="board" style="width:<%=a_width%>;">
|
||||
|
||||
<form id="frm" method="post" action="write.asp?a_num=<%=a_num%>&<%=page_info%>&proc_mode=write_ok" enctype="multipart/form-data" >
|
||||
<div>
|
||||
<input type="hidden" name="b_num" value="<%=b_num%>" /><!-- (수정일때사용) -->
|
||||
<input type="hidden" name="b_type" value="<%=b_type%>" />
|
||||
<input type="hidden" name="w_mode" value="<%=w_mode%>" />
|
||||
<%If a_type = "N" Or a_type="T" then '//공개여부%>
|
||||
<input type="hidden" name="b_open" value="Y" />
|
||||
<%End if%>
|
||||
|
||||
<input type="hidden" name="b_ref" value="<%=b_ref%>" />
|
||||
<input type="hidden" name="b_step" value="<%=b_step%>" />
|
||||
<input type="hidden" name="b_level" value="<%=b_level%>" />
|
||||
</div>
|
||||
|
||||
|
||||
<div class="guide">
|
||||
<span><img src="/content/board/default_photo/img/ic_vcheck.gif" width="7" height="10" alt="*" /> 표시가 된 곳은 필수 항목입니다.</span>
|
||||
</div>
|
||||
|
||||
<!-- 쓰기 테이블 -->
|
||||
<div class="table_bwrite">
|
||||
|
||||
|
||||
|
||||
|
||||
<table cellspacing="0">
|
||||
<caption><%=replace( tit_name, " | ", "")%></caption>
|
||||
<colgroup>
|
||||
<col width="130" />
|
||||
<col width="" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"></th>
|
||||
<th scope="col" class="th_end">글쓰기</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_name"><img height="10" width="7" alt="*" src="/content/board/default_photo/img/ic_vcheck.gif"/> 이름</label></th>
|
||||
<td><input type="text" size="20" id="b_name" name="b_name" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_name%>" maxlength="30" <%=readonly%> /> <span class="text1">* 한글만 사용하실 수 있습니다. </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_pwd"><img height="10" width="7" alt="*" src="/content/board/default_photo/img/ic_vcheck.gif"/> 비밀번호</label></th>
|
||||
<td><input type="password" size="22" id="b_pwd" name="b_pwd" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_pwd%>" maxlength="30" /> <span class="text1">* 10자 이내의 영문/숫자만 사용하실 수 있습니다. </span></td>
|
||||
</tr>
|
||||
|
||||
<%If a_type = "Y" then '//공개/비공개%>
|
||||
<tr>
|
||||
<th scope="row">공개여부</th>
|
||||
<td>
|
||||
<input type="radio" id="b_open_Y" name="b_open" value="Y" title="공개 선택" <%=chkRadio( b_open , "Y" )%> /><label for="b_open_Y">공개</label>
|
||||
<input type="radio" id="b_open_N" name="b_open" value="N" title="비공개 선택" <%=chkRadio( b_open , "N" )%> /><label for="b_open_N">비공개</label>
|
||||
</td>
|
||||
</tr>
|
||||
<%End if%>
|
||||
|
||||
|
||||
<%If a_phone = "Y" then '//전화번호%>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_phone1">전화번호</label></th>
|
||||
<td><input type="text" size="4" title="연락처 첫번째 입력" id="b_phone1" name="b_phone1" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_phone1%>" maxlength="4" /> - <input type="text" size="4" title="연락처 두번째 입력" id="b_phone2" name="b_phone2" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_phone2%>" maxlength="4" /> - <input type="text" size="4" title="연락처 세번째 입력" id="b_phone3" name="b_phone3" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_phone3%>" maxlength="4" /></td>
|
||||
</tr>
|
||||
<%End if%>
|
||||
|
||||
<%If a_email = "Y" then '//이메일%>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_email">이메일</label></th>
|
||||
<td><input type="text" size="50" id="b_email" name="b_email" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_email%>" maxlength="200" /> <span class="text1">* <strong>@</strong>포함한 이메일주소를 입력하세요.</span></td>
|
||||
</tr>
|
||||
<%End if%>
|
||||
|
||||
<%If a_home = "Y" Then '//홈페이지%>
|
||||
<!--
|
||||
<tr>
|
||||
<th scope="row"><label for="b_homepage">홈페이지</label></th>
|
||||
<td><span class="eng">http://</span> <input type="text" size="45" id="b_homepage" name="b_homepage" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_homepage?>" maxlength="" /></td>
|
||||
</tr>
|
||||
-->
|
||||
<%End if%>
|
||||
|
||||
|
||||
|
||||
|
||||
<%
|
||||
'//사용자필드
|
||||
for z=1 To 4
|
||||
a_ftemp = eval("a_ftemp" & z )
|
||||
a_ftemp_str = eval("a_ftemp" & z & "_str")
|
||||
b_temp = eval("b_temp" & z )
|
||||
|
||||
If a_ftemp = "Y" then
|
||||
%>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_temp<%=z%>"><%=a_ftemp_str%></label></th>
|
||||
<td><input type="text" size="50" id="b_temp<%=z%>" name="b_temp<%=z%>" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_temp%>" maxlength="50" /></td>
|
||||
</tr>
|
||||
|
||||
<%
|
||||
End if
|
||||
next
|
||||
%>
|
||||
|
||||
<%If a_cate = "Y" and b_type <> "R" then '//분류%>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_cate_tot">분류</label></th>
|
||||
<td>
|
||||
<select name="b_cate_tot" >
|
||||
<option value="" selected="selected" >분류선택</option>
|
||||
<%
|
||||
'//분류 부분
|
||||
R_Fields_code = "ct_idx, ct_code, ct_name, ct_ref, ct_depth, ct_chk, ct_wdate, ct_codeno, ct_file, a_num"
|
||||
SQL = "Select " & R_Fields_code & " FROM board_code WHERE ct_chk = 'Y' AND a_num='" & a_num & "' ORDER BY ct_code ASC"
|
||||
Set rs_code = dbcon.execute( sql )
|
||||
|
||||
If Not( rs_code.bof Or rs_code.eof ) then
|
||||
Do Until rs_code.eof
|
||||
ct_idx = rs_code("ct_idx")
|
||||
ct_name = rs_code("ct_name")
|
||||
%>
|
||||
|
||||
<option value="<%=ct_idx%>,<%=ct_name%>" <%=chkSelect(ct_idx, b_cate)%>><%=ct_name%></option>
|
||||
|
||||
<%
|
||||
rs_code.movenext
|
||||
loop
|
||||
End if
|
||||
Set rs_code = nothing
|
||||
%>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<%End if%>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="b_subject"><img height="10" width="7" alt="*" src="/content/board/default_photo/img/ic_vcheck.gif"/> 제목</label></th>
|
||||
<td><input type="text" size="100" id="b_subject" name="b_subject" class="board_input subject" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_subject%>" maxlength="200" /></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td colspan="2" class="content">
|
||||
<%If a_edit = "Y" then '//에디터가 사용일때
|
||||
|
||||
'//$_SESSION["fck_filepath"] = "/userfiles/"; //첨부파일경로
|
||||
'//$_SESSION["fck_filepath"] = "/data/popup/"; //첨부파일경로
|
||||
session("fck_filepath") = "/data/board/"& a_tablename & "/" '업로드 경로(동적경로를 위해 세션사용)
|
||||
'response.write session("fck_filepath")
|
||||
Set oFCKeditor = New FCKeditor
|
||||
oFCKeditor.BasePath = "/fckeditor/"
|
||||
oFCKeditor.value = b_content
|
||||
oFCKeditor.ToolbarSet = "Basic"
|
||||
oFCKeditor.Create "b_content"
|
||||
|
||||
|
||||
Else
|
||||
%>
|
||||
<textarea cols="50" rows="15" id="b_content" name="b_content" title="게시글 내용 입력" style="width:98%;" onfocus="focus_on1(this);" onblur="focus_off1(this);" ><%=b_content%></textarea>
|
||||
<%End if%>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<%
|
||||
|
||||
If a_upload = "Y" then '//첨부파일 사용일때
|
||||
|
||||
for z=1 to a_upload_len
|
||||
b_file_name = eval("b_file" & z)
|
||||
|
||||
If z = 1 then
|
||||
'//$link_url = "<a href='javascript:add();'><img src='/content/board/nninc_simple/img/file_add.gif' alt='파일추가하기' /></a>";
|
||||
'//$is_tr_css = "";
|
||||
else
|
||||
'//$link_url = "<a href='javascript:del(\"$z\");'><img src='/content/board/nninc_simple/img/file_del.gif' alt='파일빼기' /></a>";
|
||||
'//$is_tr_css = "id='filediv$z' style='display:none'";
|
||||
End if
|
||||
%>
|
||||
<tr <%'//=$is_tr_css%>>
|
||||
<th scope="row"><label for="b_file<%=z%>">첨부파일 <%=z%></label> <%=link_url%></th>
|
||||
<td>
|
||||
<input type="file" size="70" id="b_file<%=z%>" name="b_file<%=z%>" class="board_input_file" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="" />
|
||||
|
||||
|
||||
<%If b_file_name <> "" then%>
|
||||
|
||||
<br /><%=b_file_name%> <input type='checkbox' id='b_file_chk<%=z%>' name='b_file_chk<%=z%>' value='Y' title="삭제" value='<%=b_file_name%>' /><label for="b_file_chk<%=z%>">삭제</label>
|
||||
<%End if%>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<%
|
||||
next
|
||||
End if
|
||||
%>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 테이블 -->
|
||||
|
||||
<!-- 버튼 -->
|
||||
<div class="board_button2">
|
||||
<span><input type="image" src="/content/board/default_photo/img/save_bt.gif" alt="저장"/></span>
|
||||
<span><a href="list.asp?a_num=<%=a_num%>&<%=page_info%>" ><img src="/content/board/default_photo/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 -->
|
||||
<!--#include virtual="/content/board/bottom.asp"-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,336 @@
|
||||
<?
|
||||
//파라미터정보 *************************************************************************************
|
||||
$b_num = InputValue($b_num);
|
||||
$b_type = InputValue($b_type);
|
||||
|
||||
//**************************************************************************************************
|
||||
|
||||
|
||||
|
||||
|
||||
If ($b_num == "") { //일반등록
|
||||
|
||||
$w_mode= "W";
|
||||
|
||||
|
||||
If ($b_type == "") { $b_type = "N"; }//값이 있으면 답변타입이다..
|
||||
If ($b_type == "N") { $b_content = $a_writecontent; }
|
||||
|
||||
$b_open = "Y";
|
||||
|
||||
|
||||
}else If ($b_num != "" And $b_type == "R") { //답변글쓰기 일때
|
||||
|
||||
$w_mode= "WR";
|
||||
|
||||
//레코드필드
|
||||
$R_Fields = "b_num, b_subject, b_content, b_ref, b_step, b_level";
|
||||
|
||||
$R_tablename_str = $a_tablename;
|
||||
|
||||
$R_WHERE_str = " WHERE b_num=".$b_num;
|
||||
|
||||
SelectQuery ($R_Fields, $R_tablename_str, $R_WHERE_str);
|
||||
|
||||
$b_subject = "RE:".$b_subject;
|
||||
|
||||
$b_content = "<br /><br /><br /><br />------------------ 원문 -------------------------<br /><br />".$b_content;
|
||||
|
||||
|
||||
}Else If($b_num != ""){ //그냥 수정일때..
|
||||
|
||||
$w_mode = "M";
|
||||
|
||||
If ($is_ad_cms != "Y") { //관리자가아닐때 체크
|
||||
|
||||
|
||||
If ($_SESSION["pwd_chk_".$a_num."_".$b_num] != "ok") { //체크통과했으면..
|
||||
|
||||
locationhref("pwd.php?prepage=modi&a_num=".$a_num."&b_num=".$b_num."&".$page_info);
|
||||
|
||||
|
||||
}
|
||||
//*************************************************************************************************
|
||||
}
|
||||
|
||||
|
||||
|
||||
//레코드필드
|
||||
$R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword";
|
||||
|
||||
$R_tablename_str = $a_tablename;
|
||||
|
||||
$R_WHERE_str = " WHERE b_num=".$b_num;
|
||||
|
||||
SelectQuery ($R_Fields, $R_tablename_str, $R_WHERE_str);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<title>게시판쓰기</title>
|
||||
|
||||
<link rel="Stylesheet" type="text/css" href="/content/board/default_photo/css/common.css" />
|
||||
<script type="text/javascript" src="/common/js/common_dev.js"></script>
|
||||
<script type="text/javascript" src="/content/board/default_photo/js/common.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<?include("top.php"); //상단파일?>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 쓰기 -->
|
||||
<div id="board" style="width:<?=$a_width?>;">
|
||||
|
||||
<form id="frm" method="post" action="write.php?a_num=<?=$a_num?>&<?=$page_info?>" enctype="multipart/form-data" >
|
||||
<div>
|
||||
<input type="hidden" name="proc_mode" value="write_ok" />
|
||||
<input type="hidden" name="b_num" value="<?=$b_num?>" /><!-- (수정일때사용) -->
|
||||
<input type="hidden" name="b_type" value="<?=$b_type?>" />
|
||||
<input type="hidden" name="w_mode" value="<?=$w_mode?>" />
|
||||
<?If ($a_type == "N") { //공개여부?>
|
||||
<input type="hidden" name="b_open" value="Y" />
|
||||
<?}?>
|
||||
|
||||
<input type="hidden" name="b_ref" value="<?=$b_ref?>" />
|
||||
<input type="hidden" name="b_step" value="<?=$b_step?>" />
|
||||
<input type="hidden" name="b_level" value="<?=$b_level?>" />
|
||||
</div>
|
||||
|
||||
|
||||
<div class="guide">
|
||||
<span><img src="/content/board/default_photo/img/ic_vcheck.gif" width="7" height="10" alt="*" /> 표시가 된 곳은 필수 항목입니다.</span>
|
||||
</div>
|
||||
|
||||
<!-- 쓰기 테이블 -->
|
||||
<div class="table_bwrite">
|
||||
|
||||
|
||||
|
||||
|
||||
<table cellspacing="0">
|
||||
<caption><?=str_replace( " | ", "",$tit_name);?></caption>
|
||||
<colgroup>
|
||||
<col width="130" />
|
||||
<col width="" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"></th>
|
||||
<th scope="col" class="th_end">글쓰기</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_name"><img height="10" width="7" alt="*" src="/content/board/default_photo/img/ic_vcheck.gif"/> 이름</label></th>
|
||||
<td><input type="text" size="20" id="b_name" name="b_name" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_name?>" maxlength="30" /> <span class="text1">* 한글만 사용하실 수 있습니다. </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_pwd"><img height="10" width="7" alt="*" src="/content/board/default_photo/img/ic_vcheck.gif"/> 비밀번호</label></th>
|
||||
<td><input type="password" size="22" id="b_pwd" name="b_pwd" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_pwd?>" maxlength="30" /> <span class="text1">* 10자 이내의 영문/숫자만 사용하실 수 있습니다. </span></td>
|
||||
</tr>
|
||||
|
||||
<?If ($a_type == "Y") { //공개/비공개?>
|
||||
<tr>
|
||||
<th scope="row">공개여부</th>
|
||||
<td>
|
||||
<input type="radio" id="b_open_Y" name="b_open" value="Y" title="공개 선택" <?if ($b_open == "Y") { echo("checked='checked'"); } ?> /><label for="b_open_Y">공개</label>
|
||||
<input type="radio" id="b_open_N" name="b_open" value="N" title="비공개 선택" <?if ($b_open == "N") { echo("checked='checked'"); } ?> /><label for="b_open_N">비공개</label>
|
||||
</td>
|
||||
</tr>
|
||||
<?}?>
|
||||
|
||||
|
||||
<?If ($a_phone == "Y") { //전화번호?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_phone1">전화번호</label></th>
|
||||
<td><input type="text" size="4" title="연락처 첫번째 입력" id="b_phone1" name="b_phone1" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_phone1?>" maxlength="4" /> - <input type="text" size="4" title="연락처 두번째 입력" id="b_phone2" name="b_phone2" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_phone2?>" maxlength="4" /> - <input type="text" size="4" title="연락처 세번째 입력" id="b_phone3" name="b_phone3" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_phone3?>" maxlength="4" /></td>
|
||||
</tr>
|
||||
<?}?>
|
||||
|
||||
<?If ($a_email == "Y") {//이메일?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_email">이메일</label></th>
|
||||
<td><input type="text" size="50" id="b_email" name="b_email" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_email?>" maxlength="200" /> <span class="text1">* <strong>@</strong>포함한 이메일주소를 입력하세요.</span></td>
|
||||
</tr>
|
||||
<?}?>
|
||||
|
||||
<?If ($a_home == "Y") {//홈페이지?>
|
||||
<!--
|
||||
<tr>
|
||||
<th scope="row"><label for="b_homepage">홈페이지</label></th>
|
||||
<td><span class="eng">http://</span> <input type="text" size="45" id="b_homepage" name="b_homepage" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_homepage?>" maxlength="" /></td>
|
||||
</tr>
|
||||
-->
|
||||
<?}?>
|
||||
|
||||
|
||||
|
||||
|
||||
<?
|
||||
//사용자필드
|
||||
for ($z=1; $z<=4; $z++) {
|
||||
|
||||
|
||||
eval("\$a_ftemp_str = \$a_ftemp".$z."_str;");
|
||||
|
||||
eval("\$b_temp = \$b_temp".$z.";");
|
||||
|
||||
eval("\$a_ftemp = \$a_ftemp".$z.";");
|
||||
|
||||
|
||||
If ($a_ftemp == "Y") {
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_temp<?=$z?>"><?=$a_ftemp_str?></label></th>
|
||||
<td><input type="text" size="50" id="b_temp<?=$z?>" name="b_temp<?=$z?>" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_temp?>" maxlength="50" /></td>
|
||||
</tr>
|
||||
|
||||
<?
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<?If ($a_cate == "Y") { //분류?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_cate_tot">분류</label></th>
|
||||
<td>
|
||||
<select name="b_cate_tot" >
|
||||
<option value="" selected="selected" >분류선택</option>
|
||||
<?
|
||||
$mysql_c = new Mysql_DB;
|
||||
$mysql_c->Connect();
|
||||
|
||||
//분류 부분
|
||||
$R_Fields_code = "ct_idx, ct_code, ct_name, ct_ref, ct_depth, ct_chk, ct_wdate, ct_codeno, ct_file, a_num";
|
||||
$SQL = "Select ".$R_Fields_code." FROM board_code WHERE ct_chk = 'Y' AND a_num='".$a_num."' ORDER BY ct_code ASC";
|
||||
$mysql_c->ParseExec($SQL);
|
||||
|
||||
If ($mysql_c->RowCount() > 0) {
|
||||
while($mysql_c->FetchInto(&$rs_code)) {
|
||||
|
||||
$ct_idx = $rs_code["ct_idx"];
|
||||
$ct_name = $rs_code["ct_name"];
|
||||
?>
|
||||
|
||||
<option value="<?=$ct_idx?>,<?=$ct_name?>" <?=chkSelect($ct_idx,$b_cate)?>><?=$ct_name?></option>
|
||||
|
||||
<?
|
||||
}
|
||||
}
|
||||
$mysql_c->Disconnect();
|
||||
?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<?}?>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="b_subject"><img height="10" width="7" alt="*" src="/content/board/default_photo/img/ic_vcheck.gif"/> 제목</label></th>
|
||||
<td><input type="text" size="100" id="b_subject" name="b_subject" class="board_input subject" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_subject?>" maxlength="200" /></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td colspan="2" class="content">
|
||||
<?if($a_edit == "Y"){//에디터가 사용일때?>
|
||||
|
||||
<?
|
||||
//$_SESSION["fck_filepath"] = "/userfiles/"; //첨부파일경로
|
||||
//$_SESSION["fck_filepath"] = "/data/popup/"; //첨부파일경로
|
||||
|
||||
$sBasePath = "/fckeditor/" ; //에디터경로
|
||||
|
||||
$oFCKeditor = new FCKeditor('b_content') ; //개체명을 인자값으로..
|
||||
$oFCKeditor->BasePath = $sBasePath;
|
||||
$oFCKeditor->Value = $b_content; //내용
|
||||
$oFCKeditor->ToolbarSet = "Basic3"; //툴바 기본 : Basic, 고급 : Default
|
||||
$oFCKeditor->Width = '100%' ;
|
||||
$oFCKeditor->Height = '250' ;
|
||||
$oFCKeditor->Create();
|
||||
|
||||
?>
|
||||
|
||||
<?}else{?>
|
||||
<textarea cols="50" rows="15" id="b_content" name="b_content" title="게시글 내용 입력" style="width:98%;" onfocus="focus_on1(this);" onblur="focus_off1(this);" ><?=$b_content?></textarea>
|
||||
<?}?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<?
|
||||
|
||||
If ($a_upload == "Y") { //첨부파일 사용일때
|
||||
|
||||
for ($z=1;$z <= $a_upload_len;$z++) {
|
||||
eval("\$b_file_name = \$b_file".$z.";");
|
||||
|
||||
|
||||
if($z == 1){
|
||||
|
||||
//$link_url = "<a href='javascript:add();'><img src='/content/board/default_photo/img/file_add.gif' alt='파일추가하기' /></a>";
|
||||
|
||||
//$is_tr_css = "";
|
||||
}else{
|
||||
//$link_url = "<a href='javascript:del(\"$z\");'><img src='/content/board/default_photo/img/file_del.gif' alt='파일빼기' /></a>";
|
||||
//$is_tr_css = "id='filediv$z' style='display:none'";
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
<tr <?//=$is_tr_css?>>
|
||||
<th scope="row"><label for="b_file<?=$z?>">첨부파일 <?=$z?></label> <?=$link_url?></th>
|
||||
<td>
|
||||
<input type="file" size="70" id="b_file<?=$z?>" name="b_file<?=$z?>" class="board_input_file" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="" />
|
||||
<input type="hidden" id="b_file_org<?=$z?>" name="b_file_org<?=$z?>" value="<?=$b_file_name?>" />
|
||||
|
||||
|
||||
<?If ($b_file_name != "") {?>
|
||||
|
||||
<br /><?=$b_file_name?> <input type='checkbox' id='b_file_chk<?=$z?>' name='b_file_chk<?=$z?>' title="삭제" value='<?=$b_file_name?>' /><label for="b_file_chk<?=$z?>">삭제</label>
|
||||
<?}?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 테이블 -->
|
||||
|
||||
<!-- 버튼 -->
|
||||
<div class="board_button2">
|
||||
<span><input type="image" src="/content/board/default_photo/img/save_bt.gif" alt="저장"/></span>
|
||||
<span><a href="list.php?a_num=<?=$a_num?>&<?=$page_info?>" ><img src="/content/board/default_photo/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 -->
|
||||
|
||||
<?include("bottom.php"); //하단파일?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,181 @@
|
||||
function pwd_chk(){
|
||||
|
||||
if (CheckSpaces(document.getElementById('frm').b_pwd_chk, '비밀번호')) {return false;}
|
||||
|
||||
loading_st(1);
|
||||
|
||||
}
|
||||
|
||||
//삭제
|
||||
function d_chk(url){
|
||||
|
||||
if (confirm('정말 삭제하시겠습니까?')) {
|
||||
|
||||
loading_st(1);
|
||||
page_go1(url);
|
||||
|
||||
}else{
|
||||
|
||||
return ;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function checkAll(){
|
||||
|
||||
if(document.getElementById('frm_list').chk_all.value == "") {
|
||||
document.getElementById('frm_list').chk_all.value="Y";
|
||||
totchk();
|
||||
}else {
|
||||
|
||||
document.getElementById('frm_list').chk_all.value="";
|
||||
totoff();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
function totchk(){
|
||||
|
||||
|
||||
for(var i=0; i < document.getElementById('frm_list').elements.length ; i++) {
|
||||
if(document.getElementById('frm_list').elements[i].type=='checkbox')
|
||||
if ( document.getElementById('frm_list').elements[i].disabled != true ){
|
||||
document.getElementById('frm_list').elements[i].checked = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function totoff(){
|
||||
for(var i=0; i < document.getElementById('frm_list').elements.length ; i++) {
|
||||
if(document.getElementById('frm_list').elements[i].type=='checkbox')
|
||||
document.getElementById('frm_list').elements[i].checked = false;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
function delete2(){
|
||||
|
||||
var flag;
|
||||
|
||||
|
||||
if (confirm('정말 삭제하시겠습니까?')) {
|
||||
|
||||
flag = "Empty";
|
||||
for (var j = 0; j < document.getElementById('frm_list').elements.length; j++) {
|
||||
|
||||
if(document.getElementById('frm_list').elements[j].type=='checkbox'){
|
||||
if (document.getElementById('frm_list').elements[j].checked == true){
|
||||
flag = "Not Empty";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (flag == "Empty") {
|
||||
alert ("데이터를 선택해 주세요.");
|
||||
return ;
|
||||
}
|
||||
|
||||
loading_st(1);
|
||||
document.getElementById('frm_list').action = "delete_ok.asp";
|
||||
document.getElementById('frm_list').status.value = "totdel";
|
||||
document.getElementById('frm_list').submit();
|
||||
|
||||
}else{
|
||||
|
||||
return ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
function levelchange(form, idx){
|
||||
|
||||
loading_st(1);
|
||||
document.getElementById('frm_list').b_l_chk.value = form;
|
||||
document.getElementById('frm_list').b_l_num.value = idx;
|
||||
document.getElementById('frm_list').action = "level_ok.asp";
|
||||
document.getElementById('frm_list').submit();
|
||||
}
|
||||
|
||||
|
||||
function tot_levelchage(page){
|
||||
|
||||
var flag;
|
||||
|
||||
|
||||
|
||||
flag = "Empty";
|
||||
for (var j = 0; j < document.getElementById('frm_list').elements.length; j++) {
|
||||
|
||||
if(document.getElementById('frm_list').elements[j].type=='checkbox'){
|
||||
if (document.getElementById('frm_list').elements[j].checked == true){
|
||||
flag = "Not Empty";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (flag == "Empty") {
|
||||
alert ("데이터를 선택해 주세요.");
|
||||
return ;
|
||||
}
|
||||
|
||||
if (document.getElementById('frm_list').tot_level_chk.value=="") {
|
||||
alert ("변경할 등급을 선택해주세요");
|
||||
document.getElementById('frm_list').tot_level_chk.focus();
|
||||
return ;
|
||||
}
|
||||
|
||||
loading_st(1);
|
||||
document.getElementById('frm_list').action = "level_ok.asp?"+page;
|
||||
document.getElementById('frm_list').status.value = "totlevel";
|
||||
document.getElementById('frm_list').submit();
|
||||
}
|
||||
|
||||
|
||||
function win_popup(idx,vscrollbars,vtoolbar,vmenubar,vlocation,vwidth,vheight){
|
||||
window.open('view.asp?idx='+idx,'','scrollbars='+vscrollbars+',toolbar='+vtoolbar+',menubar='+vmenubar+',location='+vlocation+',width='+vwidth+',height='+vheight+',location=no');
|
||||
}
|
||||
|
||||
|
||||
function bmove(){
|
||||
|
||||
var flag;
|
||||
|
||||
flag = "Empty";
|
||||
for (var j = 0; j < document.getElementById('frm_list').elements.length; j++) {
|
||||
|
||||
if(document.getElementById('frm_list').elements[j].type=='checkbox'){
|
||||
if (document.getElementById('frm_list').elements[j].checked == true){
|
||||
flag = "Not Empty";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (flag == "Empty") {
|
||||
alert ("데이터를 선택해 주세요.");
|
||||
return ;
|
||||
}
|
||||
|
||||
|
||||
document.getElementById('frm_list').action = "/content/board/move.asp";
|
||||
// document.getElementById('frm_list').status.value = "totdel";
|
||||
document.getElementById('frm_list').submit();
|
||||
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
function focus_on1(str) {
|
||||
(str).style.border='1px solid #7D7D7D';
|
||||
(str).style.background='#ffffff';
|
||||
}
|
||||
|
||||
function focus_off1(str) {
|
||||
(str).style.border='1px solid #cdcdcd';
|
||||
(str).style.background='#ffffff';
|
||||
}
|
||||
|
||||
|
||||
|
||||
function add() {
|
||||
var change = false;
|
||||
for (var i = 1; i < 5; i++) {
|
||||
var obj = document.getElementById("filediv" + i);
|
||||
if (obj != null) {
|
||||
if (obj.style.display == "none") {
|
||||
obj.style.display = "block";
|
||||
change = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (change == false) {
|
||||
alert("파일을 더 이상 추가 할 수 없습니다.");
|
||||
}
|
||||
}
|
||||
function del(index) {
|
||||
var fileobj = document.getElementById("upload" + index);
|
||||
var divobj = document.getElementById("filediv" + index);
|
||||
fileobj.outerHTML = fileobj.outerHTML;
|
||||
divobj.style.display = "none";
|
||||
}
|
||||
|
||||
|
||||
//PNG 투명
|
||||
var clear="/content/board/nninc_simple/img/clear.gif" //path to clear.gif
|
||||
|
||||
pngfix=function(){var els=document.getElementsByTagName('*');var ip=/\.png/i;var i=els.length;while(i-- >0){var el=els[i];var es=el.style;if(el.src&&el.src.match(ip)&&!es.filter){es.height=el.height;es.width=el.width;es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+el.src+"',sizingMethod='crop')";el.src=clear;}else{var elb=el.currentStyle.backgroundImage;if(elb.match(ip)){var path=elb.split('"');var rep=(el.currentStyle.backgroundRepeat=='no-repeat')?'crop':'scale';es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+path[1]+"',sizingMethod='"+rep+"')";es.height=el.clientHeight+'px';es.backgroundImage='none';var elkids=el.getElementsByTagName('*');if (elkids){var j=elkids.length;if(el.currentStyle.position!="absolute")es.position='static';while (j-- >0)if(!elkids[j].style.position)elkids[j].style.position="relative";}}}}}
|
||||
window.attachEvent('onload',pngfix);
|
||||
@@ -0,0 +1,443 @@
|
||||
<%
|
||||
'//****************파라미터정보***************************
|
||||
If a_ad_cms = "Y" then
|
||||
a_ad_cms_url = "ad_cms.asp?a_num=" & a_num & "&" & page_info
|
||||
Else
|
||||
a_ad_cms_url = "#"
|
||||
End if
|
||||
'//*******************************************************
|
||||
|
||||
'//****************페이징정보*****************************
|
||||
v_pagesize = a_displaysu '//리스트 화면에 보여줄 갯수
|
||||
v_block = 10 '//페이징 갯수
|
||||
length = 30 '//내용 길이
|
||||
'//*******************************************************
|
||||
|
||||
'//****************테이블 기본 환경설정*******************
|
||||
is_tablename = a_tablename '//테이블명
|
||||
|
||||
R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_temp5, b_temp6, b_temp7, b_temp8, b_file1, b_file2, b_file3, b_file4, b_file5,b_c_count" '//레코드필드
|
||||
|
||||
pk_Field = "b_num"
|
||||
|
||||
opt_where_str = "" '//기본조건이 있을때 사용..없으면 '' 처리
|
||||
|
||||
'//$orderby_str = " ORDER BY "&pk_Field&" DESC "; //정렬
|
||||
orderby_str = " ORDER BY b_ref desc, b_step asc " '//정렬
|
||||
'//*******************************************************
|
||||
|
||||
|
||||
|
||||
'//****************옵션 부분******************************
|
||||
if trim(v_keyword) <> "" and v_search <> "" then '//검색어가 있다면
|
||||
search_str = " AND " & v_search & " like '%" & replace(v_keyword,"'","''") & "%'"
|
||||
End if
|
||||
|
||||
If is_ad_cms <> "Y" then '//관리자가아닐때 실행할것들...
|
||||
|
||||
if a_member = "Y" then '//회원제 사용일때
|
||||
' search_str2 = " AND b_id = '" & SESSION("ss_m_id") & "' "
|
||||
' search_str2 = " AND (b_jumin = '" & SESSION("ss_m_jumin") & "' or b_id = '" & SESSION("ss_m_id") & "' ) "
|
||||
|
||||
If SESSION("ss_m_jumin")<>"" Then
|
||||
search_str2 = " AND ( ( b_jumin = '" & SESSION("ss_m_jumin") & "' and b_jumin <> '' ) or ( b_id = '" & SESSION("ss_m_id") & "' and b_id <> '' ) ) "
|
||||
Else
|
||||
search_str2 = " AND b_id = '" & SESSION("ss_m_id") & "' "
|
||||
End if
|
||||
|
||||
|
||||
' if SESSION("ss_m_id") = "" then
|
||||
if SESSION("ss_m_jumin") = "" and SESSION("ss_m_id") = "" then
|
||||
Call goMessage_board("로그인 후 사용하세요", "/content/board/manager.asp?a_num="&a_num , "", "", a_num)
|
||||
End if
|
||||
End if
|
||||
search_str5 = " AND b_look = 'Y' "
|
||||
|
||||
End if
|
||||
|
||||
|
||||
|
||||
'//if ($a_reply == "N" or ($a_reply == "Y" and $a_replyOpt == "2") ) { //답변기능을 사용하지 않을때.
|
||||
search_str3 =" and b_type = 'N' "
|
||||
'//}
|
||||
|
||||
|
||||
|
||||
|
||||
'//기간설정 사용시..
|
||||
if a_date_list = "Y" then
|
||||
|
||||
If a_sdate <> "" And a_edate = "" then
|
||||
search_str4 = " and left(b_regdate,10) >= '" & a_sdate & "' "
|
||||
ElseIf a_sdate <> "" And a_edate <> "" then
|
||||
search_str4 = " and left(b_regdate,10) >= '" & a_sdate & "' and left(b_regdate,10) <= '" & a_edate & "'"
|
||||
End if
|
||||
End If
|
||||
|
||||
'//분류기능 사용시..
|
||||
if a_cate = "Y" and v_cate <> "" then
|
||||
search_str6 = " AND b_cate = " & v_cate
|
||||
End If
|
||||
'//*******************************************************
|
||||
|
||||
'//****************전체 레코드 수 뽑기********************
|
||||
SQL_T = "select count("& pk_Field &") as "& pk_Field & " from "& is_tablename& " where "& pk_Field& " <> '0' "
|
||||
SQL_T = SQL_T & search_str & search_str2 & search_str3 & search_str4 & search_str5 & search_str6 ' //검색옵션
|
||||
Set row = dbcon.execute( sql_t )
|
||||
|
||||
recordcount = row(pk_Field)
|
||||
v_totalpage = fix( (recordcount-1)/ v_pagesize)+1 '전체덩어리갯수
|
||||
|
||||
|
||||
If v_page = "" then
|
||||
v_page = 1
|
||||
ElseIf v_page < 1 then
|
||||
v_page = 1
|
||||
ElseIf Int(v_page) > v_totalpage then
|
||||
v_page = v_totalpage
|
||||
End If
|
||||
'//*******************************************************
|
||||
|
||||
strSQL = "select Top " & v_pagesize & " " & R_Fields & " from " & is_tablename & " where b_noticechk = '' "
|
||||
strSQL = strSQL & search_str & search_str2 & search_str3 & search_str4 & search_str5 & search_str6 '검색옵션
|
||||
|
||||
strSQL = strSQL & " and " & pk_Field & " not in"
|
||||
strSQL = strSQL & "(select top " & ( v_pagesize * (v_page - 1) ) & " " & pk_Field & " from " & is_tablename & " where b_noticechk = '' " & search_str & search_str2 & search_str3 & search_str4 & search_str5 & search_str6
|
||||
strSQL = strSQL & " " & orderby_str & ")" & orderby_str
|
||||
|
||||
'response.write strSQL
|
||||
'response.end
|
||||
Set rs = dbcon.execute( strSQL )
|
||||
If rs.bof Or rs.eof Then
|
||||
list_data = null
|
||||
Else
|
||||
list_data = rs.getrows
|
||||
End if
|
||||
Set rs = nothing
|
||||
|
||||
%>
|
||||
|
||||
<!--#include virtual="/content/board/top.asp"-->
|
||||
|
||||
<!-- 리스트 -->
|
||||
<div id="board" style="width:<%=a_width%>">
|
||||
|
||||
<%If is_ad_cms = "Y" then%>
|
||||
<form id= "frm_list" method='post'>
|
||||
<div>
|
||||
<input type="hidden" name="status" value=""/>
|
||||
<input type="hidden" name="a_num" value="<%=a_num%>" />
|
||||
|
||||
<input type="hidden" id="chk_all" name="chk_all" /><!-- 전체체크 사용하려구.. -->
|
||||
</div>
|
||||
<%End if%>
|
||||
|
||||
<div class="board_total">
|
||||
<div class="board_total_left">
|
||||
<% If a_ad_cms = "Y" then%>
|
||||
|
||||
<%If SESSION("ss_m_id") = "" then%>
|
||||
<a href="manager.asp?a_num=<%=a_num%>"><img src="/content/board/nninc_simple/img/key.gif" alt="" /></a>
|
||||
<%else%>
|
||||
<a href="logout.asp?a_num=<%=a_num%>"><img src="/content/board/nninc_simple/img/unkey.gif" alt="" /></a>
|
||||
<%End if%>
|
||||
|
||||
|
||||
전체 <strong><%=recordcount%></strong>개 (페이지 <strong class="board_orange"><%=v_page%></strong>/<%=v_totalpage%>)
|
||||
|
||||
<%else%>
|
||||
<img src="/content/board/nninc_simple/img/total_ic.gif" alt="" /> 전체 <strong><%=recordcount%></strong>개 (페이지 <strong class="board_orange"><%=v_page%></strong>/<%=v_totalpage%>)
|
||||
<%End if%>
|
||||
</div>
|
||||
<div class="board_total_right">
|
||||
<!-- #include virtual="/content/board/code.asp"-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- 리스트 테이블 -->
|
||||
<div class="table_blist">
|
||||
<% colCnt = 2 '기본 th 갯수 %>
|
||||
<table cellspacing="0" >
|
||||
<caption><%=replace( tit_name, " | ", "")%></caption>
|
||||
<colgroup>
|
||||
<%If is_ad_cms = "Y" then '//관리권한이 있을때만 보인다%>
|
||||
<col width="50" />
|
||||
<% colCnt = colCnt+1
|
||||
End if%>
|
||||
<col width="60" />
|
||||
|
||||
<%If a_lt_b = "Y" then %>
|
||||
<col width="90" />
|
||||
<% colCnt = colCnt+2
|
||||
End if%>
|
||||
|
||||
<col width="300" />
|
||||
|
||||
<%If a_type = "Y" then %>
|
||||
<col width="90" />
|
||||
<% colCnt = colCnt+2
|
||||
End if%>
|
||||
|
||||
<%If a_lt_a = "Y" then %>
|
||||
<col width="70" />
|
||||
<% colCnt = colCnt+1
|
||||
End if%>
|
||||
|
||||
|
||||
<col width="80" />
|
||||
|
||||
<col width="70" />
|
||||
|
||||
<%If a_lt_c = "Y" then %>
|
||||
<col width="50" />
|
||||
<% colCnt = colCnt+3
|
||||
End if%>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<%If is_ad_cms = "Y" then '//관리권한이 있을때만 보인다%>
|
||||
<th scope="col">선택</th>
|
||||
<%End if%>
|
||||
<th scope="col">번호</th>
|
||||
<%If a_lt_b = "Y" then %>
|
||||
<th scope="col">등록일</th>
|
||||
<%End if%>
|
||||
|
||||
<th scope="col">제목</th>
|
||||
|
||||
<%If a_type = "Y" then %>
|
||||
<!--th scope="col">공개여부</th-->
|
||||
<%End if%>
|
||||
<%If a_lt_a = "Y" then %>
|
||||
<th scope="col">글쓴이</th>
|
||||
<%End if%>
|
||||
|
||||
<th scope="col">처리기한</th>
|
||||
|
||||
<th scope="col" class="th_none">처리상황</th>
|
||||
|
||||
<%If a_lt_c = "Y" then %>
|
||||
<th scope="col" class="th_none">조회</th>
|
||||
<%End if%>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<%
|
||||
If IsNull( list_data ) then '//------ 내용이 있으면 리스트 출력
|
||||
If Not notice_chk then
|
||||
%>
|
||||
<tr>
|
||||
<td class="center" colspan="<%=colCnt%>">등록된 내용이 없습니다.</td>
|
||||
</tr>
|
||||
<%
|
||||
End if
|
||||
Else
|
||||
|
||||
|
||||
If v_page = 1 then
|
||||
num = recordcount
|
||||
else
|
||||
num = recordcount - ((v_page -1) * v_pagesize)
|
||||
End if
|
||||
|
||||
For i = 0 To UBound(list_data, 2)
|
||||
|
||||
'//필드갯수만큼 ($Query_Fields).가지고온다..
|
||||
Call arr2Value(R_Fields, "list_data", i)
|
||||
|
||||
'//첨부파일표시
|
||||
If a_upload = "Y" and a_lt_e = "Y" then
|
||||
|
||||
If b_file1 <> "" Or b_file2 <> "" Or b_file3 <> "" Or b_file4 <> "" Or b_file5 <> "" then
|
||||
file_str = "<img src='/content/board/nninc_simple/img/icon_file.gif' alt='첨부파일' />"
|
||||
Else
|
||||
file_str = ""
|
||||
End if
|
||||
|
||||
End if
|
||||
|
||||
|
||||
'//답변표시
|
||||
If b_type = "R" then
|
||||
|
||||
b_type_str = "" '//초기화
|
||||
|
||||
For xx=1 To b_level
|
||||
|
||||
If xx <> 1 Then b_type_str = b_type_str & " "
|
||||
next
|
||||
|
||||
b_type_str = b_type_str & "<img src='/content/board/nninc_simple/img/reply_ic.gif' width='40' height='16' alt='' />"
|
||||
|
||||
Else
|
||||
b_type_str = ""
|
||||
End if
|
||||
|
||||
|
||||
|
||||
'//공개/비공개
|
||||
If a_type = "Y" Or a_type = "T" then '//사용하면
|
||||
|
||||
If b_open = "N" Or a_type = "T" then '//비공개이면
|
||||
b_open_str = "<img src='/content/board/nninc_simple/img/icon_key.gif' width='17' height='12' alt='비밀글' />"
|
||||
|
||||
b_name = "비공개"
|
||||
else '//공개이면
|
||||
b_open_str = ""
|
||||
End If
|
||||
|
||||
Else
|
||||
b_open_str = ""
|
||||
End if
|
||||
|
||||
|
||||
|
||||
'//사용/중지
|
||||
If b_look = "Y" then
|
||||
tr_clr = ""
|
||||
tr_clr2=""
|
||||
ElseIf b_look = "N" then
|
||||
tr_clr = " class=""data_none"""
|
||||
tr_clr2 = " data_none"
|
||||
End If
|
||||
|
||||
|
||||
'//댓글사용시
|
||||
If a_command = "Y" then
|
||||
if b_c_count <> "0" then
|
||||
a_command_str = "(" & b_c_count & ")"
|
||||
Else
|
||||
a_command_str = ""
|
||||
End if
|
||||
Else
|
||||
a_command_str = ""
|
||||
End if
|
||||
|
||||
If b_temp6 <> "" then
|
||||
b_temp6_str = replace(left(b_temp6,10), "-", ".")
|
||||
End if
|
||||
|
||||
If b_temp7 = "" Or IsNull(b_temp7) then
|
||||
b_temp7 = "접수"
|
||||
End if
|
||||
%>
|
||||
<tr>
|
||||
<%If is_ad_cms = "Y" then '//관리권한이 있을때만 보인다%>
|
||||
<td<%=tr_clr%>><input type="checkbox" name="chk" value="<%=b_num%>" title="해당 게시글 선택" /></td>
|
||||
<%End if%>
|
||||
<td<%=tr_clr%>><%=num%></td>
|
||||
|
||||
<%If a_lt_b = "Y" then %>
|
||||
<td<%=tr_clr%>><%=replace(left(b_regdate,10), "-", ".")%></td>
|
||||
<%End if%>
|
||||
|
||||
<td class="title<%=tr_clr2%>">
|
||||
<%=b_type_str%>
|
||||
<%If b_type = "N" And a_cate = "Y" then response.write "<span class='category_color'>" & b_cate_str(b_cate) & "</span>"%>
|
||||
<a href="view.asp?a_num=<%=a_num%>&b_num=<%=b_num%>&<%=page_info%>"><%=b_subject%></a>
|
||||
<span class="reply_count"><%=a_command_str%></span>
|
||||
<%=get_newimg2(left(b_regdate,10), a_new)%>
|
||||
<%=file_str%>
|
||||
<%=b_open_str%>
|
||||
|
||||
</td>
|
||||
|
||||
<%If a_type = "Y" then %>
|
||||
<!--td<%=tr_clr%>><%=b_open_str%></td-->
|
||||
<%End if%>
|
||||
|
||||
<%If a_lt_a = "Y" then %>
|
||||
<td<%=tr_clr%>><%=b_name%></td>
|
||||
<%End if%>
|
||||
|
||||
<td<%=tr_clr%>><%=b_temp6_str%></td>
|
||||
|
||||
<td<%=tr_clr%>><span style="font-weight:bold;font-size:0.9em;"><%=b_temp7%></span></td>
|
||||
|
||||
|
||||
<%If a_lt_c = "Y" then %>
|
||||
<td<%=tr_clr%>><%=b_count%></td>
|
||||
<%End if%>
|
||||
</tr>
|
||||
<%
|
||||
num =num-1
|
||||
next
|
||||
|
||||
End if
|
||||
%>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<!-- //리스트 테이블 -->
|
||||
|
||||
|
||||
<!-- 버튼 -->
|
||||
<div class="board_button">
|
||||
<%If is_ad_cms = "Y" then '//관리권한이 있을때만 보인다%>
|
||||
<div class="fl">
|
||||
<ul>
|
||||
<li class="pl"><img src="/manager/img/line01.gif" width="36" height="21" alt="" /></li>
|
||||
<li class="pt"><div class="board_bt01"><a href="javascript:checkAll();" ><span>전체 선택/해제</span></a></div><div class="board_bt01"><a href="javascript:delete2();" ><span>선택 게시글삭제</span></a></div><div class="board_bt01"><a href="javascript:bmove();" ><span>선택 게시글이동</span></a></div></li>
|
||||
|
||||
<li class="pt7 pl4"><span class="gray">|</span>
|
||||
<select id="tot_level_chk" name="tot_level_chk" title="선택한 데이터 사용여부 선택">
|
||||
<option value="Y" selected="selected">사용</option>
|
||||
<option value="N">중지</option>
|
||||
</select>으로
|
||||
</li>
|
||||
<li class="pt7 pl2"><div class="board_bt01"><a href="javascript:tot_levelchage('<%=page_info%>');" ><span>변경</span></a></div></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<%End if%>
|
||||
<div class="fr">
|
||||
<span class="bt"><a href="list.asp?a_num=<%=a_num%>"><img src="/content/board/nninc_simple/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
<%If is_write = "Y" then%>
|
||||
<span class="bt"><a href="write.asp?a_num=<%=a_num%>" ><img src="/content/board/nninc_simple/img/write_bt.gif" width="62" height="23" alt="쓰기" /></a></span>
|
||||
<%End if%>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
<%If is_ad_cms = "Y" then%>
|
||||
</form>
|
||||
<%End if%>
|
||||
|
||||
|
||||
<!-- 페이징 -->
|
||||
<div class="board_paginate">
|
||||
<%page2("list.asp?a_num=" & a_num)%>
|
||||
</div>
|
||||
<!-- //페이징 -->
|
||||
|
||||
<!-- 게시물 검색 -->
|
||||
<div class="board_search">
|
||||
<form id="frm_sch" action="list.asp?a_num=<%=a_num%>" method="post">
|
||||
<fieldset>
|
||||
<legend>게시물 검색</legend>
|
||||
<ul>
|
||||
<li class="board_search_start"></li>
|
||||
<li><img src="/content/board/nninc_simple/img/search_ic.gif" width="21" height="25" alt="" /></li>
|
||||
<li><select id="p_search" name="p_search" title="검색형태 선택" >
|
||||
<option value="b_subject" <%=chkSelecT(v_search, "b_subject")%>>제목</option>
|
||||
<option value="b_content" <%=chkSelecT(v_search, "b_content")%>>내용</option>
|
||||
</select></li>
|
||||
<li><input type="text" size="25" title="검색어를 입력하세요" id="p_keyword" name="p_keyword" class="board_input" value="<%=v_keyword%>" /></li>
|
||||
<li><input type="image" src="/content/board/nninc_simple/img/search_bt.gif" id="search_bt" name="search_bt" class="search_bt" alt="검색" /></li>
|
||||
<li class="board_search_end"></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<!-- //게시물 검색 -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //리스트 -->
|
||||
<!--#include virtual="/content/board/bottom.asp"-->
|
||||
|
||||
@@ -0,0 +1,424 @@
|
||||
<?
|
||||
|
||||
|
||||
//****************파라미터정보***************************
|
||||
If ($a_ad_cms == "Y") {
|
||||
$a_ad_cms_url = "ad_cms.php?a_num=".$a_num."&".$page_info;
|
||||
} Else {
|
||||
$a_ad_cms_url = "#";
|
||||
}
|
||||
//*******************************************************
|
||||
|
||||
//****************페이징정보*****************************
|
||||
$v_pagesize = $a_displaysu; //리스트 화면에 보여줄 갯수
|
||||
$v_block = 10; //페이징 갯수
|
||||
$length = 30; //내용 길이
|
||||
//*******************************************************
|
||||
|
||||
//****************테이블 기본 환경설정*******************
|
||||
$is_tablename = $a_tablename; //테이블명
|
||||
|
||||
$R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_temp5, b_temp6, b_temp7, b_temp8, b_file1, b_file2, b_file3, b_file4, b_file5,b_c_count"; //레코드필드
|
||||
|
||||
$pk_Field = "b_num";
|
||||
|
||||
$opt_where_str = ""; //기본조건이 있을때 사용..없으면 '' 처리
|
||||
|
||||
//$orderby_str = " ORDER BY "&pk_Field&" DESC "; //정렬
|
||||
$orderby_str = " ORDER BY b_ref desc, b_step asc "; //정렬
|
||||
//*******************************************************
|
||||
|
||||
|
||||
//****************옵션 부분******************************
|
||||
if (trim($p_keyword) != "" && $p_search != "") { //검색어가 있다면
|
||||
$search_str = " AND ". $v_search ." like '%". str_replace("'","''",$v_keyword)."%'";
|
||||
}
|
||||
|
||||
If ($is_ad_cms != "Y") { //관리자가아닐때 실행할것들...
|
||||
|
||||
if ($a_member == "Y") { //회원제 사용일때
|
||||
$search_str2 = " AND b_id = '".$_SESSION["ss_m_id"]."' ";
|
||||
|
||||
if ($_SESSION["ss_m_id"] == "") {
|
||||
goMessage("로그인 후 사용하세요", "/content/07guide/02_01.php");
|
||||
}
|
||||
}
|
||||
$search_str5 =" AND b_look = 'Y' ";
|
||||
}
|
||||
|
||||
|
||||
//if ($a_reply == "N" or ($a_reply == "Y" and $a_replyOpt == "2") ) { //답변기능을 사용하지 않을때.
|
||||
$search_str3 =" and b_type = 'N' ";
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
//기간설정 사용시..
|
||||
if ($a_date_list == "Y") {
|
||||
|
||||
If ($a_sdate != "" And $a_edate == "") {
|
||||
$search_str4 = " and left(b_regdate,10) >= '".$a_sdate."' ";
|
||||
} ElseIf ($a_sdate != "" And $a_edate != "") {
|
||||
$search_str4 = " and left(b_regdate,10) >= '".$a_sdate."' and left(b_regdate,10) <= '".$a_edate."'";
|
||||
}
|
||||
}
|
||||
|
||||
//분류기능 사용시..
|
||||
if ($a_cate == "Y" and $v_cate != "") {
|
||||
$search_str6 = " AND b_cate = ".$v_cate;
|
||||
}
|
||||
//*******************************************************
|
||||
|
||||
//****************전체 레코드 수 뽑기********************
|
||||
$SQL_T = "select count(".$pk_Field.") as ".$pk_Field." from ".$is_tablename." where ".$pk_Field." <> '0'";
|
||||
$SQL_T = $SQL_T.$search_str.$search_str2.$search_str3.$search_str4.$search_str5.$search_str6; //검색옵션
|
||||
$mysql->ParseExec($SQL_T);
|
||||
$mysql->FetchInto(&$row);
|
||||
|
||||
$recordcount = $row[$pk_Field];
|
||||
|
||||
$v_totalpage = floor(($recordcount-1)/$v_pagesize)+1; //'전체덩어리갯수
|
||||
|
||||
if($v_page == ""){
|
||||
$v_page = 1;
|
||||
}elseif($v_page < 1){
|
||||
$v_page = 1;
|
||||
}elseif($v_page > $v_totalpage){
|
||||
$v_page = $v_totalpage;
|
||||
}
|
||||
//*******************************************************
|
||||
|
||||
|
||||
$strSQL = "select ".$R_Fields." from ".$is_tablename. " where ".$pk_Field." <> '0' ";
|
||||
$strSQL = $strSQL . $search_str . $search_str2 . $search_str3 . $search_str4 . $search_str5.$search_str6; //검색옵션
|
||||
$strSQL = $strSQL.$orderby_str." limit ".($v_pagesize * ($v_page-1)).",".$v_pagesize;
|
||||
//echo $strSQL;
|
||||
$mysql->ParseExec($strSQL);
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<?include("top.php"); //상단파일?>
|
||||
|
||||
<!-- 리스트 -->
|
||||
<div id="board" style="width:<?=$a_width?>;">
|
||||
|
||||
|
||||
<div class="board_total">
|
||||
<div class="board_total_left">
|
||||
<?if($a_ad_cms == "Y"){?>
|
||||
|
||||
<?if($_SESSION["ss_m_id"] == ""){?>
|
||||
<a href="manager.php?a_num=<?=$a_num?>"><img src="/content/board/nninc_simple/img/key.gif" alt="" /></a>
|
||||
<?}else{?>
|
||||
<a href="logout.php?a_num=<?=$a_num?>"><img src="/content/board/nninc_simple/img/unkey.gif" alt="" /></a>
|
||||
<?}?>
|
||||
|
||||
|
||||
전체 <strong><?=$recordcount?></strong>개 (페이지 <strong class="board_orange"><?=$v_page?></strong>/<?=$v_totalpage?>)
|
||||
|
||||
<?}else{?>
|
||||
<img src="/content/board/nninc_simple/img/total_ic.gif" alt="" /> 전체 <strong><?=$recordcount?></strong>개 (페이지 <strong class="board_orange"><?=$v_page?></strong>/<?=$v_totalpage?>)
|
||||
<?}?>
|
||||
</div>
|
||||
<div class="board_total_right">
|
||||
<?include("code.php"); //분류?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?if($is_ad_cms == "Y"){?>
|
||||
<form id= "frm_list" action="" method='post'>
|
||||
<div>
|
||||
<input type="hidden" name="status" />
|
||||
<input type="hidden" name="a_num" value="<?=$a_num?>" />
|
||||
|
||||
<input type="hidden" id="chk_all" name="chk_all" /><!-- 전체체크 사용하려구.. -->
|
||||
|
||||
</div>
|
||||
<?}?>
|
||||
<div>
|
||||
<input type="hidden" name="status" />
|
||||
<input type="hidden" name="a_num" value="<?=$a_num?>" />
|
||||
|
||||
<input type="hidden" id="chk_all" name="chk_all" /><!-- 전체체크 사용하려구.. -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- 리스트 테이블 -->
|
||||
<div class="table_blist">
|
||||
|
||||
<table cellspacing="0" >
|
||||
<caption><?=str_replace( " | ", "",$tit_name);?></caption>
|
||||
<colgroup>
|
||||
<?If ($is_ad_cms == "Y") { //관리권한이 있을때만 보인다?>
|
||||
<col width="50" />
|
||||
<?}?>
|
||||
<col width="60" />
|
||||
|
||||
<?If ($a_lt_b == "Y") { ?>
|
||||
<col width="90" />
|
||||
<?}?>
|
||||
|
||||
<col width="" />
|
||||
|
||||
<?If ($a_type == "Y") { ?>
|
||||
<col width="90" />
|
||||
<?}?>
|
||||
|
||||
<?If ($a_lt_a == "Y") { ?>
|
||||
<col width="70" />
|
||||
<?}?>
|
||||
|
||||
|
||||
<col width="80" />
|
||||
|
||||
<col width="70" />
|
||||
|
||||
<?If ($a_lt_c == "Y") { ?>
|
||||
<col width="50" />
|
||||
<?}?>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<?If ($is_ad_cms == "Y") { //관리권한이 있을때만 보인다?>
|
||||
<th scope="col">선택</th>
|
||||
<?}?>
|
||||
<th scope="col">번호</th>
|
||||
<?If ($a_lt_b == "Y") { ?>
|
||||
<th scope="col">등록일</th>
|
||||
<?}?>
|
||||
|
||||
<th scope="col">제목</th>
|
||||
|
||||
<?If ($a_type == "Y") { ?>
|
||||
<th scope="col">공개여부</th>
|
||||
<?}?>
|
||||
<?If ($a_lt_a == "Y") { ?>
|
||||
<th scope="col">글쓴이</th>
|
||||
<?}?>
|
||||
|
||||
<th scope="col">처리기한</th>
|
||||
|
||||
<th scope="col" class="th_none">처리상황</th>
|
||||
|
||||
<?If ($a_lt_c == "Y") { ?>
|
||||
<th scope="col" class="th_none">조회</th>
|
||||
<?}?>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<?
|
||||
If ($v_totalpage > 0) { //------ 내용이 있으면 리스트 출력
|
||||
|
||||
if($v_page == 1){
|
||||
$num = $recordcount;
|
||||
}else{
|
||||
$num = $recordcount - (($v_page -1) * $v_pagesize);
|
||||
}
|
||||
|
||||
while($mysql->FetchInto(&$rs)) {
|
||||
|
||||
//필드갯수만큼 ($Query_Fields).가지고온다..
|
||||
|
||||
$R_Fields = str_replace(" ", "", $R_Fields);
|
||||
$R_Fields_arr = explode(",",$R_Fields);
|
||||
|
||||
for($i=0;$i <= count($R_Fields_arr)-1;$i++){
|
||||
eval("\$".$R_Fields_arr[$i]." = \$rs[".$R_Fields_arr[$i]."];");
|
||||
}
|
||||
|
||||
|
||||
|
||||
//첨부파일표시
|
||||
if($a_upload == "Y" and $a_lt_e == "Y"){
|
||||
|
||||
If ( $b_file1 != "" Or $b_file2 != "" Or $b_file3 != "" Or $b_file4 != "" Or $b_file5 != "") {
|
||||
$file_str = "<img src='/content/board/nninc_qna/img/icon_file.gif' alt='첨부파일' />";
|
||||
} Else {
|
||||
$file_str = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//답변표시
|
||||
If ($b_type == "R") {
|
||||
|
||||
$b_type_str = ""; //초기화
|
||||
|
||||
For ($xx=1;$xx <= $b_level;$xx++) {
|
||||
|
||||
if($xx != 1){$b_type_str = $b_type_str." ";}
|
||||
}
|
||||
$b_type_str = $b_type_str."<img src='/content/board/nninc_qna/img/reply_ic.gif' width='40' height='16' alt='' />";
|
||||
|
||||
} Else {
|
||||
$b_type_str = "";
|
||||
}
|
||||
|
||||
|
||||
//공개/비공개
|
||||
If ($a_type == "Y") {//사용하면
|
||||
|
||||
if($b_open == "N"){//비공개이면
|
||||
|
||||
$b_open_str = "<span style='color:#1775C4;font-weight:bold;font-size:0.9em'>비공개</span>";
|
||||
|
||||
$b_name = "***";
|
||||
}else{//공개이면
|
||||
$b_open_str = "<span style='color:#F66E00;font-weight:bold;font-size:0.9em'>공개</span>";
|
||||
}
|
||||
|
||||
} Else {
|
||||
$b_open_str = "";
|
||||
}
|
||||
|
||||
|
||||
|
||||
//사용/중지
|
||||
If ($b_look == "Y") {
|
||||
$tr_clr = "FFFFFF";
|
||||
} ElseIf ($b_look == "N") {
|
||||
$tr_clr = "#FFEFD2";
|
||||
}
|
||||
|
||||
//댓글사용시
|
||||
If ($a_command == "Y") {
|
||||
if ($b_c_count != "0"){
|
||||
$a_command_str = "(".$b_c_count.")";
|
||||
} Else {
|
||||
$a_command_str = "";
|
||||
}
|
||||
} Else {
|
||||
$a_command_str = "";
|
||||
}
|
||||
|
||||
if($b_temp6 != ""){
|
||||
$b_temp6_str = str_replace("-", ".", substr($b_temp6,0,10));
|
||||
}
|
||||
|
||||
if($b_temp7 == ""){
|
||||
$b_temp7 = "접수";
|
||||
}
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<?If ($is_ad_cms == "Y") { //관리권한이 있을때만 보인다?>
|
||||
<td><input type="checkbox" name="chk[]" value="<?=$b_num?>" title="해당 게시글 선택" /></td>
|
||||
<?}?>
|
||||
<td><?=$num?></td>
|
||||
|
||||
<?If ($a_lt_b == "Y") { ?>
|
||||
<td><?=str_replace("-", ".", substr($b_regdate,0,10))?></td>
|
||||
<?}?>
|
||||
|
||||
<td class="title">
|
||||
<?=$b_type_str?>
|
||||
<?if($b_type=="N"){ echo "<span class='category_color'>".$b_cate_str[$b_cate]."</span>";}?>
|
||||
<a href="view.php?a_num=<?=$a_num?>&b_num=<?=$b_num?>&<?=$page_info?>"><?=$b_subject?></a>
|
||||
<span class="reply_count"><?=$a_command_str?></span>
|
||||
<?=get_newimg2(substr($b_regdate,0,10), $a_new)?>
|
||||
<?=$file_str?>
|
||||
</td>
|
||||
|
||||
<?If ($a_type == "Y") { ?>
|
||||
<td><?=$b_open_str?></td>
|
||||
<?}?>
|
||||
|
||||
<?If ($a_lt_a == "Y") { ?>
|
||||
<td><?=$b_name?></td>
|
||||
<?}?>
|
||||
|
||||
<td><?=$b_temp6_str?></td>
|
||||
|
||||
<td><span style="font-weight:bold;font-size:0.9em;"><?=$b_temp7?></span></td>
|
||||
|
||||
|
||||
<?If ($a_lt_c == "Y") { ?>
|
||||
<td><?=$b_count?></td>
|
||||
<?}?>
|
||||
</tr>
|
||||
<?
|
||||
$num = $num - 1;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
else {
|
||||
?>
|
||||
<tr>
|
||||
<td class="center" colspan="10">등록된 내용이 없습니다.</td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
?>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<!-- //리스트 테이블 -->
|
||||
|
||||
<?if($is_ad_cms == "Y"){?>
|
||||
</form>
|
||||
<? } ?>
|
||||
|
||||
|
||||
<!-- 버튼 -->
|
||||
<div class="board_button">
|
||||
<?If ($is_ad_cms == "Y") { //관리권한이 있을때만 보인다?>
|
||||
<div class="fl">
|
||||
<ul>
|
||||
<li class="pl"><img src="/manager/img/line01.gif" width="36" height="21" alt="" /></li>
|
||||
<li class="pt"><div class="board_bt01"><a href="javascript:checkAll();" ><span>전체 선택/해제</span></a></div><div class="board_bt01"><a href="javascript:delete2();" ><span>선택 게시글삭제</span></a></div></li>
|
||||
</ul>
|
||||
</div>
|
||||
<?}?>
|
||||
<div class="fr">
|
||||
<span class="bt"><a href="list.php?a_num=<?=$a_num?>" ><img src="/content/board/nninc_qna/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
<?if($is_write == "Y"){?>
|
||||
<span class="bt"><a href="write.php?a_num=<?=$a_num?>" ><img src="/content/board/nninc_qna/img/write_bt.gif" width="62" height="23" alt="쓰기" /></a></span>
|
||||
<?}?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
<!-- 페이징 -->
|
||||
<div class="board_paginate">
|
||||
<?page2("list.php?a_num=".$a_num)?>
|
||||
</div>
|
||||
<!-- //페이징 -->
|
||||
|
||||
<!-- 게시물 검색 -->
|
||||
<div class="board_search">
|
||||
<form id="frm_sch" action="list.php?a_num=<?=$a_num?>" method="post">
|
||||
<fieldset>
|
||||
<legend>게시물 검색</legend>
|
||||
<ul>
|
||||
<li class="board_search_start"></li>
|
||||
<li><img src="/content/board/nninc_qna/img/search_ic.gif" width="21" height="25" alt="" /></li>
|
||||
<li><select id="p_search" name="p_search" title="검색형태 선택" >
|
||||
<option value="b_subject" <?if ($v_search == "b_subject") { echo("selected='selected'"); } ?>>제목</option>
|
||||
<option value="b_content" <?if ($v_search == "b_content") { echo("selected='selected'"); } ?>>내용</option>
|
||||
</select></li>
|
||||
<li><input type="text" size="25" title="검색어를 입력하세요" id="p_keyword" name="p_keyword" class="board_input" value="<?=$v_keyword?>" /></li>
|
||||
<li><input type="image" src="/content/board/nninc_qna/img/search_bt.gif" id="search_bt" name="search_bt" class="search_bt" alt="검색" /></li>
|
||||
<li class="board_search_end"></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
<!-- //게시물 검색 -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //리스트 -->
|
||||
|
||||
<?include("bottom.php"); //하단파일?>
|
||||
|
||||
@@ -0,0 +1,198 @@
|
||||
<%
|
||||
|
||||
'//파라미터정보 *************************************************************************************
|
||||
b_num = InputValue(request("b_num"))
|
||||
b_type = InputValue(request("b_type"))
|
||||
'//**************************************************************************************************
|
||||
|
||||
|
||||
'//수정모드
|
||||
|
||||
w_mode = "M"
|
||||
|
||||
If is_ad_cms <> "Y" then '//관리자가아닐때 체크
|
||||
|
||||
|
||||
If SESSION("pwd_chk_" & a_num & "_" & b_num) <> "ok" then '//체크통과확인
|
||||
|
||||
Call locationhref("pwd.asp?prepage=modi&a_num=" & a_num & "&b_num=" & b_num & "&" & page_info)
|
||||
|
||||
|
||||
End if
|
||||
|
||||
End if
|
||||
|
||||
|
||||
|
||||
'//레코드필드
|
||||
R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_temp5, b_temp6, b_temp7,b_temp8, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword"
|
||||
|
||||
R_tablename_str = a_tablename
|
||||
|
||||
R_WHERE_str = " WHERE b_num=" & b_num
|
||||
|
||||
Call SelectQuery (R_Fields, R_tablename_str, R_WHERE_str)
|
||||
|
||||
|
||||
|
||||
|
||||
If b_temp6 = "" Or IsNull(b_temp6) then
|
||||
|
||||
b_temp6_y = Year(now)
|
||||
b_temp6_m = Right("0" & Month(now), 2)
|
||||
b_temp6_d = Right("0" & Day(now), 2)
|
||||
|
||||
else
|
||||
b_temp6_arr = split(b_temp6, "-")
|
||||
|
||||
b_temp6_y = b_temp6_arr(0)
|
||||
b_temp6_m = b_temp6_arr(1)
|
||||
b_temp6_d = b_temp6_arr(2)
|
||||
|
||||
End if
|
||||
|
||||
|
||||
|
||||
|
||||
%>
|
||||
<!--#include virtual="/content/board/top.asp"-->
|
||||
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
var xed;
|
||||
|
||||
|
||||
function w_chk2(){
|
||||
|
||||
if (CheckSpaces(document.getElementById('frm').b_temp5, '답변부서')) {return false;}
|
||||
else if (CheckSpaces(document.getElementById('frm').b_temp8, '답변내용')) {return false;}
|
||||
//else if (CheckSpaces(document.getElementById('frm').b_subject, '제목')) {return false;}
|
||||
|
||||
|
||||
|
||||
loading_st(1);
|
||||
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<!-- 쓰기 -->
|
||||
<div id="board" style="width:<%=a_width%>;">
|
||||
|
||||
<form id="frm" method="post" action="/content/board/<%=a_level%>/reply_ok.asp?a_num=<%=a_num%>&<%=page_info%>" onsubmit="return w_chk2();">
|
||||
<div>
|
||||
<input type="hidden" name="b_num" value="<%=b_num%>" /><!-- (수정일때사용) -->
|
||||
<input type="hidden" name="b_type" value="<%=b_type%>" />
|
||||
<input type="hidden" name="w_mode" value="<%=w_mode%>" />
|
||||
|
||||
<input type="hidden" name="b_open" value="Y" />
|
||||
|
||||
|
||||
<input type="hidden" name="b_ref" value="<%=b_ref%>" />
|
||||
<input type="hidden" name="b_step" value="<%=b_step%>" />
|
||||
<input type="hidden" name="b_level" value="<%=b_level%>" />
|
||||
</div>
|
||||
|
||||
|
||||
<div class="guide">
|
||||
<span><img src="/content/board/nninc_qna/img/ic_vcheck.gif" width="7" height="10" alt="*" /> 표시가 된 곳은 필수 항목입니다.</span>
|
||||
</div>
|
||||
|
||||
<!-- 쓰기 테이블 -->
|
||||
<div class="table_bwrite">
|
||||
|
||||
|
||||
|
||||
|
||||
<table cellspacing="0">
|
||||
<caption><%=replace( tit_name, " | ", "" )%></caption>
|
||||
<colgroup>
|
||||
<col width="130" />
|
||||
<col width="" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"></th>
|
||||
<th scope="col" class="th_end">답변쓰기</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="b_temp5">답변부서</label></th>
|
||||
<td>
|
||||
<input type="text" size="50" id="b_temp5" name="b_temp5" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<%=b_temp5%>" maxlength="50" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">처리기한</th>
|
||||
<td>
|
||||
<select id="b_temp6_y" name="b_temp6_y" >
|
||||
<%For z= Year(now)-2 To Year(now)+5 %>
|
||||
<option value="<%=z%>" <%=chkSelect(b_temp6_y, z)%>><%=z%></option>
|
||||
<%next%>
|
||||
</select><label for="b_temp6_y">년</label>
|
||||
<select id="b_temp6_m" name="b_temp6_m" >
|
||||
<%For z=1 To 12
|
||||
z_value = Right( "0" & z, 2 )
|
||||
%>
|
||||
<option value="<%=z_value%>" <%=chkSelect(b_temp6_m, z_value)%>><%=z_value%></option>
|
||||
<%next%>
|
||||
</select><label for="b_temp6_y">월</label>
|
||||
<select id="b_temp6_d" name="b_temp6_d">
|
||||
<%For z=1 To 31
|
||||
z_value = Right( "0" & z, 2 )
|
||||
%>
|
||||
<option value="<%=z_value%>" <%=chkSelect(b_temp6_d, z_value )%>><%=z_value%></option>
|
||||
<label for="b_temp6_y">일</label>
|
||||
<%next%>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="b_temp7">처리상황</label></th>
|
||||
<td>
|
||||
<select id="b_temp7" name="b_temp7">
|
||||
|
||||
<option value="접수" <%=chkSelect(b_temp7, "접수")%>>접수</option>
|
||||
|
||||
<option value="진행중" <%=chkSelect(b_temp7, "진행중")%> >진행중</option>
|
||||
|
||||
<option value="완료" <%=chkSelect(b_temp7, "완료")%>>완료</option>
|
||||
|
||||
<option value="취하" <%=chkSelect(b_temp7, "취하")%>>취하</option>
|
||||
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td colspan="2" class="content">
|
||||
<textarea cols="50" rows="15" id="b_temp8" name="b_temp8" title="답변 내용 입력" style="width:98%;" onfocus="focus_on1(this);" onblur="focus_off1(this);" ><%=b_temp8%></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 테이블 -->
|
||||
|
||||
<!-- 버튼 -->
|
||||
<div class="board_button2">
|
||||
<span><input type="image" src="/content/board/nninc_qna/img/save_bt.gif" alt="저장"/></span>
|
||||
<span><a href="list.asp?a_num=<%=a_num%>&<%=page_info%>" ><img src="/content/board/nninc_qna/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 -->
|
||||
<!--#include virtual="/content/board/bottom.asp"-->
|
||||
|
||||
@@ -0,0 +1,205 @@
|
||||
<?
|
||||
|
||||
|
||||
//파라미터정보 *************************************************************************************
|
||||
$b_num = InputValue($b_num);
|
||||
$b_type = InputValue($b_type);
|
||||
|
||||
//**************************************************************************************************
|
||||
|
||||
|
||||
//수정모드
|
||||
|
||||
$w_mode = "M";
|
||||
|
||||
If ($is_ad_cms != "Y") { //관리자가아닐때 체크
|
||||
|
||||
|
||||
If ($_SESSION["pwd_chk_".$a_num."_".$b_num] != "ok") { //체크통과했으면..
|
||||
|
||||
locationhref("pwd.php?prepage=modi&a_num=".$a_num."&b_num=".$b_num."&".$page_info);
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
//레코드필드
|
||||
$R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_temp5, b_temp6, b_temp7,b_temp8, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword";
|
||||
|
||||
$R_tablename_str = $a_tablename;
|
||||
|
||||
$R_WHERE_str = " WHERE b_num=".$b_num;
|
||||
|
||||
SelectQuery ($R_Fields, $R_tablename_str, $R_WHERE_str);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if($b_temp6 == ""){
|
||||
|
||||
$b_temp6e_y = date("Y");
|
||||
$b_temp6e_m = date("m");
|
||||
$b_temp6_d = date("d");
|
||||
|
||||
}else{
|
||||
|
||||
$b_temp6_arr = explode("-", $b_temp6);
|
||||
|
||||
$b_temp6_y = $b_temp6_arr[0];
|
||||
$b_temp6_m = $b_temp6_arr[1];
|
||||
$b_temp6_d = $b_temp6_arr[2];
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<?include("top.php"); //상단파일?>
|
||||
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
var xed;
|
||||
|
||||
|
||||
function w_chk2(){
|
||||
|
||||
if (CheckSpaces(document.getElementById('frm').b_temp5, '답변부서')) {return false;}
|
||||
else if (CheckSpaces(document.getElementById('frm').b_temp8, '답변내용')) {return false;}
|
||||
//else if (CheckSpaces(document.getElementById('frm').b_subject, '제목')) {return false;}
|
||||
|
||||
|
||||
|
||||
loading_st(1);
|
||||
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<!-- 쓰기 -->
|
||||
<div id="board" style="width:<?=$a_width?>;">
|
||||
|
||||
<form id="frm" method="post" action="/content/board/<?=$a_level?>/reply_ok.php?a_num=<?=$a_num?>&<?=$page_info?>" enctype="multipart/form-data" onsubmit="return w_chk2();">
|
||||
<div>
|
||||
<input type="hidden" name="b_num" value="<?=$b_num?>" /><!-- (수정일때사용) -->
|
||||
<input type="hidden" name="b_type" value="<?=$b_type?>" />
|
||||
<input type="hidden" name="w_mode" value="<?=$w_mode?>" />
|
||||
|
||||
<input type="hidden" name="b_open" value="Y" />
|
||||
|
||||
|
||||
<input type="hidden" name="b_ref" value="<?=$b_ref?>" />
|
||||
<input type="hidden" name="b_step" value="<?=$b_step?>" />
|
||||
<input type="hidden" name="b_level" value="<?=$b_level?>" />
|
||||
</div>
|
||||
|
||||
|
||||
<div class="guide">
|
||||
<span><img src="/content/board/nninc_qna/img/ic_vcheck.gif" width="7" height="10" alt="*" /> 표시가 된 곳은 필수 항목입니다.</span>
|
||||
</div>
|
||||
|
||||
<!-- 쓰기 테이블 -->
|
||||
<div class="table_bwrite">
|
||||
|
||||
|
||||
|
||||
|
||||
<table cellspacing="0">
|
||||
<caption><?=str_replace( " | ", "",$tit_name);?></caption>
|
||||
<colgroup>
|
||||
<col width="130" />
|
||||
<col width="" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"></th>
|
||||
<th scope="col" class="th_end">답변쓰기</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="b_temp5">답변부서</label></th>
|
||||
<td>
|
||||
<input type="text" size="50" id="b_temp5" name="b_temp5" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_temp5?>" maxlength="50" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">처리기한</th>
|
||||
<td>
|
||||
<select id="b_temp6_y" name="b_temp6_y" >
|
||||
<?For ($z=2009; $z <=(date("Y")+5); $z++) {?>
|
||||
<option value="<?=$z?>" <?If ($z == $b_temp6_y ) { echo "selected='selected'"; }?>><?=$z?></option>
|
||||
<label for="b_temp6_y">년</label>
|
||||
<?}?>
|
||||
</select>
|
||||
<select id="b_temp6_m" name="b_temp6_m" >
|
||||
<?For ($z=1; $z <=12; $z++) {?>
|
||||
<option value="<?=$z?>" <?If ($z == $b_temp6_m ) { echo "selected='selected'"; }?>><?=$z?></option>
|
||||
<label for="b_temp6_y">월</label>
|
||||
<?}?>
|
||||
</select>
|
||||
<select id="b_temp6_d" name="b_temp6_d">
|
||||
<?For ($z=1; $z <=31; $z++) {?>
|
||||
<option value="<?=$z?>" <?If ($z == $b_temp6_d ) { echo "selected='selected'"; }?>><?=$z?></option>
|
||||
<label for="b_temp6_y">일</label>
|
||||
<?}?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="b_temp7">처리상황</label></th>
|
||||
<td>
|
||||
<select id="b_temp7" name="b_temp7">
|
||||
|
||||
<option value="접수" <?if ($b_temp7 == "접수") { echo("selected='selected'"); } ?>>접수</option>
|
||||
|
||||
<option value="진행중" <?if ($b_temp7 == "진행중") { echo("selected='selected'"); } ?> >진행중</option>
|
||||
|
||||
<option value="완료" <?if ($b_temp7 == "완료") { echo("selected='selected'"); } ?>>완료</option>
|
||||
|
||||
<option value="취하" <?if ($b_temp7 == "취하") { echo("selected='selected'"); } ?>>취하</option>
|
||||
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td colspan="2" class="content">
|
||||
<textarea cols="50" rows="15" id="b_temp8" name="b_temp8" title="답변 내용 입력" style="width:98%;" onfocus="focus_on1(this);" onblur="focus_off1(this);" ><?=$b_temp8?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 테이블 -->
|
||||
|
||||
<!-- 버튼 -->
|
||||
<div class="board_button2">
|
||||
<span><input type="image" src="/content/board/nninc_qna/img/save_bt.gif" alt="저장"/></span>
|
||||
<span><a href="list.php?a_num=<?=$a_num?>&<?=$page_info?>" ><img src="/content/board/nninc_qna/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 -->
|
||||
|
||||
<?include("bottom.php"); //하단파일?>
|
||||
|
||||
@@ -0,0 +1,85 @@
|
||||
<!--#include virtual="/common/lib/dbcon.asp"-->
|
||||
<!--#include virtual="/common/lib/func.asp"-->
|
||||
<!--#include virtual="/content/board/config.asp"-->
|
||||
<%
|
||||
|
||||
R_Fields = "b_num, b_temp5, b_temp6_y, b_temp6_m, b_temp6_d,b_temp7"
|
||||
|
||||
|
||||
Call RequestAll(R_Fields, "")
|
||||
|
||||
b_temp8 = InputValue2(request.Form("b_temp8"))
|
||||
|
||||
|
||||
b_temp6 = b_temp6_y & "-"& Right("0"& b_temp6_m, 2) & "-" & right("0"& b_temp6_d, 2)
|
||||
|
||||
R_Fields = "b_temp5, b_temp6, b_temp7, b_temp8" & R_Fields2
|
||||
|
||||
|
||||
Call UpdateQuery (R_Fields, a_tablename, " where b_num=" & b_num )
|
||||
|
||||
|
||||
ok_url = "../list.asp?a_num=" & a_num & "&" & page_info
|
||||
ok_url2 = "list.asp?a_num=" & a_num & "&" & page_info
|
||||
|
||||
|
||||
|
||||
|
||||
' SMS 발송
|
||||
If a_sendsms = "Y" Then
|
||||
|
||||
rtn_url = "http://"&Request.ServerVariables("HTTP_HOST")&"/content/board/"&ok_url2
|
||||
|
||||
arr_bbsname = split(a_bbsname, ">")
|
||||
sms_bbsname = "[남부교육지원청]"&arr_bbsname(ubound(arr_bbsname)-1)&" "
|
||||
|
||||
sql = "SELECT b_phone1,b_phone2,b_phone3 FROM "&a_tablename&" WHERE b_num="&b_num
|
||||
Set rs_sms=dbcon.execute(sql)
|
||||
|
||||
If Not rs_sms.eof And Not rs_sms.bof Then
|
||||
|
||||
if rs_sms(0) = "010" Or rs_sms(0) = "011" Or rs_sms(0) = "016" Or rs_sms(0) = "017" Or rs_sms(0) = "018" Or rs_sms(0) = "019" Then
|
||||
|
||||
msg = sms_bbsname&"게시판에 "&now()&"에 답변이 등록 되었습니다."
|
||||
b_phone = rs_sms(0)&rs_sms(1)&rs_sms(2)
|
||||
|
||||
If b_phone <> "" then '작성자(민원인)에게 sms발송
|
||||
sendSms b_phone, msg, rtn_url,""
|
||||
End If
|
||||
|
||||
End If
|
||||
|
||||
End If
|
||||
rs_sms.close : Set rs_sms = nothing
|
||||
End if
|
||||
|
||||
|
||||
|
||||
' email 발송
|
||||
If a_sendmail = "Y" Then
|
||||
|
||||
arr_bbsname = split(a_bbsname, ">")
|
||||
sms_bbsname = "[남부교육지원청]"&arr_bbsname(ubound(arr_bbsname)-1)&" "
|
||||
|
||||
|
||||
sql = "SELECT b_email FROM "&a_tablename&" WHERE b_num="&b_num
|
||||
Set rs_mail=dbcon.execute(sql)
|
||||
|
||||
If Not rs_mail.eof And Not rs_mail.bof then
|
||||
|
||||
msg = sms_bbsname&"게시판에 "&now()&"에 답변이 등록 되었습니다."
|
||||
b_email = rs_mail(0)
|
||||
|
||||
If b_email <> "" Then '작성자(민원인)에게 메일발송
|
||||
sendMail "web@dgnbe.go.kr", b_email, cc, bcc, msg, msg
|
||||
End if
|
||||
End If
|
||||
rs_mail.close : Set rs_mail = nothing
|
||||
|
||||
End if
|
||||
|
||||
|
||||
|
||||
|
||||
Call loding ("0", ok_url)
|
||||
%>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?
|
||||
include_once($_SERVER[DOCUMENT_ROOT]."/common/lib/dbcon.php");
|
||||
include_once($_SERVER[DOCUMENT_ROOT]."/common/lib/func.php");
|
||||
|
||||
|
||||
|
||||
$mysql = new Mysql_DB;
|
||||
$mysql->Connect();
|
||||
|
||||
include_once($_SERVER[DOCUMENT_ROOT]."/content/board/config.php"); //권한체크
|
||||
|
||||
|
||||
|
||||
$R_Fields = "b_num, b_temp5, b_temp6_y, b_temp6_m, b_temp6_d,b_temp7";
|
||||
|
||||
|
||||
RequestAll($R_Fields, "");
|
||||
|
||||
$b_temp8 = InputValue2($b_temp8);
|
||||
|
||||
|
||||
|
||||
|
||||
$b_temp6 = $b_temp6_y."-".sprintf('%02s',$b_temp6_m)."-".sprintf('%02s',$b_temp6_d);
|
||||
|
||||
|
||||
$R_Fields = "b_temp5, b_temp6, b_temp7, b_temp8".$R_Fields2;
|
||||
|
||||
|
||||
UpdateQuery ($R_Fields, $a_tablename, " where b_num=".$b_num."");
|
||||
|
||||
|
||||
$ok_url = "../list.php?a_num=".$a_num."&".$page_info;
|
||||
|
||||
|
||||
loding ("0",$ok_url);
|
||||
?>
|
||||
@@ -0,0 +1,304 @@
|
||||
<%
|
||||
|
||||
'//파라미터정보 *************************************************************************************
|
||||
b_num = InputValue(request("b_num"))
|
||||
b_type = InputValue(request("b_type"))
|
||||
'//**************************************************************************************************
|
||||
|
||||
|
||||
'//조회수 추가
|
||||
sql = "update " & a_tablename & " set b_count = b_count + 1 Where b_num = " & b_num
|
||||
dbcon.execute sql
|
||||
|
||||
|
||||
|
||||
'//레코드필드
|
||||
R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_temp5, b_temp6, b_temp7, b_temp8, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword,b_c_count"
|
||||
|
||||
R_tablename_str = a_tablename
|
||||
R_WHERE_str = " WHERE b_num=" & b_num
|
||||
|
||||
Call SelectQuery (R_Fields, R_tablename_str, R_WHERE_str)
|
||||
|
||||
If is_ad_cms <> "Y" then '//관리자가아닐때 체크
|
||||
|
||||
'//공개/비공개 체크*************************************************************************************
|
||||
if a_type = "Y" Or a_type = "T" then '//공개여부 사용일때
|
||||
|
||||
If b_open = "N" Or a_type = "T" then '//비공개일때
|
||||
|
||||
If SESSION("pwd_chk_" & a_num & "_" & b_num) <> "ok" Then
|
||||
Call locationhref( "pwd.asp?prepage=vie&a_num=" & a_num & "&b_num=" & b_num & "&" & page_info)
|
||||
End if
|
||||
|
||||
End if
|
||||
|
||||
End if
|
||||
'//**************************************************************************************************
|
||||
|
||||
End if
|
||||
|
||||
|
||||
'If a_edit = "N" then '//에디터 사용하지 않을때...
|
||||
'
|
||||
' b_content = getTextmode(b_content)
|
||||
' b_temp8 = getTextmode(b_temp8)
|
||||
'
|
||||
'End If
|
||||
|
||||
If a_edit = "N" then '//에디터 사용하지 않을때...
|
||||
'2011-02-11 이전 게시물 태그제거
|
||||
|
||||
If Left(b_regdate,10) < "2011-02-11" Then
|
||||
b_content = Replace( b_content, " " , " " )
|
||||
b_content = Replace( b_content, "</P>" , "vbcrlf" )
|
||||
b_content = Replace( b_content, vbcrlf , "vbcrlf" )
|
||||
b_content = remove_tags( b_content )
|
||||
b_content = Replace( b_content, "vbcrlf" , vbcrlf )
|
||||
End if
|
||||
b_content = getTextmode(b_content)
|
||||
End If
|
||||
|
||||
b_temp8 = getTextmode(b_temp8)
|
||||
|
||||
|
||||
|
||||
' 게시글 이동시 내용에 게시판으로 링크를 걸어야 하는게 있는데.. 에디터 사용여부에 따라서 태그가 먹질 않아서.. (/content/board/move_ok.asp 참고)
|
||||
b_content = Replace(b_content, "[[board_link_s]]", "<a href=""/content/board/list.asp?a_num=")
|
||||
b_content = Replace(b_content, "[[board_link_m]]", """>")
|
||||
b_content = Replace(b_content, "[[board_link_e]]", "</a>")
|
||||
b_content = Replace(b_content, "[[br_tag]]", "<br/>")
|
||||
|
||||
|
||||
|
||||
'//이전글 ------------------------------------------------------------------------------------------------
|
||||
sql_p_opt1 = " WHERE b_look = 'Y' AND b_num <> " & b_num & " AND b_ref <= " & b_ref & " AND b_step >=" & b_step
|
||||
sql_p_orderby = " ORDER BY b_ref DESC, b_step ASC"
|
||||
|
||||
|
||||
'//답변글 사용하지 않을때..적용
|
||||
If a_reply = "N" then sql_p_opt2 = " AND b_type='N'"
|
||||
|
||||
sql_p = "SELECT top 1 b_num, b_subject FROM " & a_tablename
|
||||
sql_p = sql_p & sql_p_opt1 & sql_p_opt2 & sql_p_orderby
|
||||
Set rs_prev = dbcon.execute( sql_p )
|
||||
|
||||
If rs_prev.bof Or rs_prev.eof then
|
||||
prev_b_num = ""
|
||||
else
|
||||
prev_b_num = rs_prev("b_num")
|
||||
prev_b_subject = rs_prev("b_subject")
|
||||
End If
|
||||
Set rs_prev = nothing
|
||||
|
||||
'//이전글끝 ------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
'//다음글 ------------------------------------------------------------------------------------------------
|
||||
sql_p_opt1 = " WHERE b_look = 'Y' AND b_num <> " & b_num & " AND b_ref >= " & b_ref & " AND b_step <=" & b_step
|
||||
sql_p_orderby = " ORDER BY b_ref ASC, b_step DESC"
|
||||
|
||||
|
||||
'//답변글 사용하지 않을때..적용
|
||||
If a_reply = "N" then sql_p_opt2 = " AND b_type='N'"
|
||||
|
||||
sql_p = "SELECT top 1 b_num, b_subject FROM " & a_tablename
|
||||
sql_p = sql_p & sql_p_opt1 & sql_p_opt2 & sql_p_orderby
|
||||
Set rs_next = dbcon.execute( sql_p )
|
||||
|
||||
If rs_next.bof Or rs_next.eof then
|
||||
next_b_num = ""
|
||||
else
|
||||
next_b_num = rs_next("b_num")
|
||||
next_b_subject = rs_next("b_subject")
|
||||
End If
|
||||
|
||||
Set rs_next = nothing
|
||||
|
||||
'//다음글끝 ------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
|
||||
%>
|
||||
<!--#include virtual="/content/board/top.asp"-->
|
||||
<!-- 보기 -->
|
||||
<div id="board" style="width:<%=a_width%>;">
|
||||
|
||||
<!-- 보기 테이블 -->
|
||||
<div class="table_bview">
|
||||
|
||||
<table cellspacing="0">
|
||||
<caption><%=replace( tit_name," | ", "")%></caption>
|
||||
<colgroup>
|
||||
<col width="130" />
|
||||
<col width="" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"></th>
|
||||
<th scope="col" class="th_end"><%If a_cate = "Y" Then response.write "<span class='category_color'>" & b_cate_str( b_cate ) & "</span>"%> <%=b_subject%></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">작성자</th>
|
||||
<td><%=b_name%></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">작성일</th>
|
||||
<td><%=b_regdate%></td>
|
||||
</tr>
|
||||
<% If is_ad_cms = "Y" And a_email = "Y" then%>
|
||||
<tr>
|
||||
<th scope="row">이메일</th>
|
||||
<td><%=b_email%></td>
|
||||
</tr>
|
||||
<% End If %>
|
||||
<% If is_ad_cms = "Y" And a_phone = "Y" then%>
|
||||
<tr>
|
||||
<th scope="row">전화번호</th>
|
||||
<td><%=b_phone1&"-"&b_phone2&"-"&b_phone3%></td>
|
||||
</tr>
|
||||
<% End If %>
|
||||
|
||||
<!-- <tr>
|
||||
<th scope="row">조회</th>
|
||||
<td><?=$b_count?></td>
|
||||
</tr> -->
|
||||
|
||||
<%
|
||||
'//사용자필드
|
||||
for z=1 To 4
|
||||
a_ftemp = eval("a_ftemp" & z )
|
||||
a_ftemp_str = eval("a_ftemp" & z & "_str")
|
||||
b_temp = eval("b_temp" & z )
|
||||
|
||||
If a_ftemp = "Y" then
|
||||
%>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<dl class="info">
|
||||
<dt><%=a_ftemp_str%></dt>
|
||||
<dd><%=b_temp%></dd>
|
||||
</dl>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<%
|
||||
End if
|
||||
next
|
||||
%>
|
||||
<%If a_upload = "Y" and (b_file1 <> "" or b_file2 <> "" or b_file3 <> "" or b_file4 <> "" or b_file5 <> "" ) then '//첨부파일 사용일때{%>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<dl class="info">
|
||||
<dt>첨부파일</dt>
|
||||
<dd>
|
||||
<%
|
||||
For z=1 To 5
|
||||
b_file_name = eval("b_file" & z)
|
||||
b_file_name_tmp = b_file_name
|
||||
|
||||
If b_file_name <> "" Then '//파일이 있으면..
|
||||
|
||||
strDir = server.mappath("/data/board/") & "\" & a_tablename & "\"
|
||||
'response.write b_file_name
|
||||
%>
|
||||
|
||||
<img src="/content/board/nninc_simple/img/file/<%=get_FileName1(b_file_name_tmp)%>" alt="<%=b_file_name%>" /><a href="down.asp?a_tablename=<%=a_tablename%>&filename=<%=b_file_name%>" ><%=b_file_name%></a> <span class="size">(<%=Folderfilesize(strDir& b_file_name)%> byte)</span>
|
||||
|
||||
|
||||
<%
|
||||
End if
|
||||
next
|
||||
%>
|
||||
</dd>
|
||||
</dl>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<%End if%>
|
||||
<tr>
|
||||
<th scope="row">내용</th>
|
||||
<td style="padding:10px;"><%=b_content%></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<%If b_temp8 <> "" then%>
|
||||
<tr>
|
||||
<td colspan="2" class="answer"><strong>답변</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">답변자(부서)</th>
|
||||
<td><%=b_temp5%></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">처리기간</th>
|
||||
<td><%=b_temp6%></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">처리현황</th>
|
||||
<td><strong><%=b_temp7%></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">내용</th>
|
||||
<td style="padding:10px;"><%=b_temp8%></td>
|
||||
</tr>
|
||||
|
||||
<%End if%>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<!-- //보기 테이블 -->
|
||||
|
||||
<!-- 버튼 -->
|
||||
|
||||
|
||||
<div class="board_button">
|
||||
|
||||
<div class="fr pt10">
|
||||
<%If is_reply = "Y" then '//답변%>
|
||||
<span><a href="reply.asp?a_num=<%=a_num%>&b_num=<%=b_num%>&<%=page_info%>" ><img src="/content/board/nninc_qna/img/reply_bt.gif" width="62" height="23" alt="답변" /></a></span>
|
||||
<%End if%>
|
||||
<%If is_write = "Y" then '//쓰기/수정권한%>
|
||||
<span><a href="write.asp?a_num=<%=a_num%>" ><img src="/content/board/default_calendar/img/write_bt.gif" width="62" height="23" alt="쓰기" /></a></span>
|
||||
|
||||
<span><a href="write.asp?a_num=<%=a_num%>&b_num=<%=b_num%>&<%=page_info%>" ><img src="/content/board/default_calendar/img/modify_bt.gif" width="62" height="23" alt="수정" /></a></span>
|
||||
<%End if%>
|
||||
|
||||
<%If is_delete = "Y" then
|
||||
msg = "정말 삭제하시겠습니까?"
|
||||
querystring = "msg=" & server.urlencode( msg )
|
||||
querystring = querystring & "&ok=" & server.urlencode("/content/board/delete_ok.asp?a_num=" & a_num & "&b_num=" & b_num & "&" & page_info)
|
||||
querystring = querystring & "&no=" & server.urlencode(nowpage)
|
||||
go_url = "/content/board/message.asp?a_num=" & a_num & "&" & querystring
|
||||
%>
|
||||
<span><a href="<%=go_url%>" ><img src="/content/board/default_calendar/img/delete_bt.gif" width="62" height="23" alt="삭제" /></a></span>
|
||||
<%End if%>
|
||||
|
||||
<span><a href="list.asp?a_num=<%=a_num%>&<%=page_info%>" ><img src="/content/board/default_calendar/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 댓글 -->
|
||||
<%If a_command = "Y" Then%>
|
||||
<!--#include virtual="/content/board/command.asp"-->
|
||||
<%End if%>
|
||||
<!-- //댓글 -->
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //보기 -->
|
||||
<!--#include virtual="/content/board/bottom.asp"-->
|
||||
@@ -0,0 +1,290 @@
|
||||
<?
|
||||
|
||||
//파라미터정보 *************************************************************************************
|
||||
$b_num = InputValue($b_num);
|
||||
$b_type = InputValue($b_type);
|
||||
//**************************************************************************************************
|
||||
|
||||
|
||||
|
||||
//조회수 추가
|
||||
$sql = "update ".$a_tablename." set b_count = b_count + 1 Where b_num = ".$b_num;
|
||||
$mysql->ParseExec($sql);
|
||||
|
||||
|
||||
|
||||
//레코드필드
|
||||
$R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_temp5, b_temp6, b_temp7, b_temp8, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword,b_c_count";
|
||||
|
||||
$R_tablename_str = $a_tablename;
|
||||
$R_WHERE_str = " WHERE b_num=".$b_num;
|
||||
|
||||
SelectQuery ($R_Fields, $R_tablename_str, $R_WHERE_str);
|
||||
|
||||
|
||||
|
||||
If ($is_ad_cms != "Y") { //관리자가아닐때 체크
|
||||
|
||||
//공개/비공개 체크*************************************************************************************
|
||||
if ($a_type == "Y") { //공개여부 사용일때
|
||||
|
||||
|
||||
|
||||
if($b_open == "N"){ //비공개일때
|
||||
|
||||
If ($_SESSION["pwd_chk_".$a_num."_".$b_num] != "ok") {
|
||||
|
||||
locationhref("pwd.php?prepage=vie&a_num=".$a_num."&b_num=".$b_num."&".$page_info);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
//**************************************************************************************************
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
if($a_edit == "N"){ //에디터 사용하지 않을때...
|
||||
$b_content = getTextmode($b_content);
|
||||
$b_temp8 = getTextmode($b_temp8);
|
||||
}
|
||||
|
||||
|
||||
|
||||
//이전글 ------------------------------------------------------------------------------------------------
|
||||
$sql_p_opt1 = " WHERE b_look = 'Y' AND b_num <> ".$b_num." AND b_ref <= ".$b_ref." AND b_step >=".$b_step;
|
||||
$sql_p_orderby = " ORDER BY b_ref DESC, b_step ASC";
|
||||
|
||||
//답변글 사용하지 않을때..적용
|
||||
If ($a_reply == "N") { $sql_p_opt2 = " AND b_type='N'"; }
|
||||
|
||||
$sql_p = "SELECT b_num, b_subject FROM ".$a_tablename;
|
||||
$sql_p = $sql_p . $sql_p_opt1 . $sql_p_opt2 . $sql_p_orderby." limit 0,1";;
|
||||
|
||||
$mysql->ParseExec($sql_p);
|
||||
|
||||
|
||||
If ($mysql->RowCount() == 0) { //없으면
|
||||
$prev_b_num = "";
|
||||
} else {
|
||||
$mysql->FetchInto(&$rs_prev);
|
||||
|
||||
$prev_b_num = $rs_prev[b_num];
|
||||
$prev_b_subject = $rs_prev[b_subject];
|
||||
|
||||
}
|
||||
//이전글끝 ------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
//다음글 ------------------------------------------------------------------------------------------------
|
||||
$sql_p_opt1 = " WHERE b_look = 'Y' AND b_num <> ".$b_num." AND b_ref >= ".$b_ref." AND b_step <=".$b_step;
|
||||
$sql_p_orderby = " ORDER BY b_ref ASC, b_step DESC";
|
||||
|
||||
//답변글 사용하지 않을때..적용
|
||||
If ($a_reply == "N") { $sql_p_opt2 = " AND b_type='N'"; }
|
||||
|
||||
$sql_p = "SELECT b_num, b_subject FROM ".$a_tablename;
|
||||
$sql_p = $sql_p . $sql_p_opt1 . $sql_p_opt2 . $sql_p_orderby ." limit 0,1";
|
||||
|
||||
$mysql->ParseExec($sql_p);
|
||||
|
||||
//Set rs_next = dbcon.execute(sql_p)
|
||||
|
||||
|
||||
|
||||
If ($mysql->RowCount() == 0) { //없으면
|
||||
$next_b_num = "";
|
||||
} else {
|
||||
$mysql->FetchInto(&$rs_next);
|
||||
|
||||
$next_b_num = $rs_next[b_num];
|
||||
$next_b_subject = $rs_next[b_subject];
|
||||
|
||||
}
|
||||
|
||||
//다음글끝 ------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<?include("top.php"); //상단파일?>
|
||||
|
||||
<!-- 보기 -->
|
||||
<div id="board" style="width:<?=$a_width?>;">
|
||||
|
||||
<!-- 보기 테이블 -->
|
||||
<div class="table_bview">
|
||||
|
||||
<table cellspacing="0">
|
||||
<caption><?=str_replace( " | ", "",$tit_name);?></caption>
|
||||
<colgroup>
|
||||
<col width="130" />
|
||||
<col width="" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"></th>
|
||||
<th scope="col" class="th_end"><?echo "<span class='category_color'>".$b_cate_str[$b_cate]."</span>";?> <?=$b_subject?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">작성자</th>
|
||||
<td><?=$b_name?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">작성일</th>
|
||||
<td><?=$b_regdate?></td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<th scope="row">조회</th>
|
||||
<td><?=$b_count?></td>
|
||||
</tr> -->
|
||||
|
||||
<?
|
||||
//사용자필드
|
||||
for ($z=1; $z<=4; $z++) {
|
||||
|
||||
|
||||
eval("\$a_ftemp_str = \$a_ftemp".$z."_str;");
|
||||
|
||||
eval("\$b_temp = \$b_temp".$z.";");
|
||||
|
||||
|
||||
eval("\$a_ftemp = \$a_ftemp".$z.";");
|
||||
|
||||
If ($a_ftemp == "Y") {
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row"><?=$a_ftemp_str?></th>
|
||||
<td><?=$b_temp?></td>
|
||||
</tr>
|
||||
|
||||
<?
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?If ($a_upload == "Y" and ($b_file1 != "" or $b_file2 != "" or $b_file3 != "" or $b_file4 != "" or $b_file5 != "" )) { //첨부파일 사용일때{?>
|
||||
<tr>
|
||||
<th scope="row">첨부파일</th>
|
||||
<td>
|
||||
<?
|
||||
For ($z=1; $z <=5; $z++) {
|
||||
|
||||
eval("\$b_file_name = \$b_file".$z.";");
|
||||
|
||||
If ($b_file_name != "") {//파일이 있으면..
|
||||
|
||||
|
||||
$strDir = $_SERVER[DOCUMENT_ROOT]."/data/board/".$a_tablename."/";
|
||||
|
||||
$b_file_name_encode = mb_convert_encoding($b_file_name, "EUC-KR", "UTF-8");
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<img src="/content/board/nninc_qna/img/file/<?=get_FileName1($b_file_name)?>" alt="<?=$b_file_name?>" /><a href="down.php?a_tablename=<?=$a_tablename?>&filename=<?=$b_file_name?>"><?=$b_file_name?></a> <span class="size">(<?=byteConvert(filesize($strDir.$b_file_name_encode))?> byte)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<?
|
||||
}
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<?}?>
|
||||
<tr>
|
||||
<th scope="row">내용</th>
|
||||
<td style="padding:10px;"><?=$b_content?></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<?if( $b_temp8 != ""){?>
|
||||
<tr>
|
||||
<td colspan="2" class="answer"><strong>답변</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">답변부서</th>
|
||||
<td><?=$b_temp5?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">처리기간</th>
|
||||
<td><?=$b_temp6?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">처리현황</th>
|
||||
<td><strong><?=$b_temp7?></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">내용</th>
|
||||
<td style="padding:10px;"><?=$b_temp8?></td>
|
||||
</tr>
|
||||
|
||||
<?}?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<!-- //보기 테이블 -->
|
||||
|
||||
<!-- 버튼 -->
|
||||
|
||||
|
||||
<div class="board_button">
|
||||
|
||||
|
||||
<div class="fr pt10">
|
||||
|
||||
|
||||
<?If ($is_reply == "Y" And $a_reply == "Y") { //답변?>
|
||||
<span><a href="reply.php?a_num=<?=$a_num?>&b_num=<?=$b_num?>&<?=$page_info?>" ><img src="/content/board/nninc_qna/img/reply_bt.gif" width="62" height="23" alt="답변" /></a></span>
|
||||
<?}?>
|
||||
|
||||
<?If ($is_write == "Y") { //쓰기/수정권한?>
|
||||
<span><a href="write.php?a_num=<?=$a_num?>" ><img src="/content/board/nninc_qna/img/write_bt.gif" width="62" height="23" alt="쓰기" /></a></span>
|
||||
|
||||
<span><a href="write.php?a_num=<?=$a_num?>&b_num=<?=$b_num?>&<?=$page_info?>" ><img src="/content/board/nninc_qna/img/modify_bt.gif" width="62" height="23" alt="수정" /></a></span>
|
||||
<?}?>
|
||||
|
||||
<?If ($is_delete == "Y") {
|
||||
$msg = "정말 삭제하시겠습니까?";
|
||||
$querystring = "msg=".htmlentities(urlencode($msg));
|
||||
$querystring .= "&ok=".htmlentities(urlencode("/content/board/delete_ok.php?a_num=".$a_num."&b_num=".$b_num."&".$page_info));
|
||||
$querystring .= "&no=".htmlentities(urlencode($NOWPAGE));
|
||||
$gourl = "/content/board/message.php?".$querystring;
|
||||
?>
|
||||
<span><a href="<?=$gourl?>" ><img src="/content/board/nninc_qna/img/delete_bt.gif" width="62" height="23" alt="삭제" /></a></span>
|
||||
<?}?>
|
||||
|
||||
<span><a href="list.php?a_num=<?=$a_num?>&<?=$page_info?>" ><img src="/content/board/nninc_qna/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 댓글 -->
|
||||
<?If ($a_command == "Y") {include("command.php");}?>
|
||||
<!-- //댓글 -->
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //보기 -->
|
||||
|
||||
<?include("bottom.php"); //하단파일?>
|
||||
@@ -0,0 +1,368 @@
|
||||
<?
|
||||
|
||||
|
||||
//파라미터정보 *************************************************************************************
|
||||
$b_num = InputValue($b_num);
|
||||
$b_type = InputValue($b_type);
|
||||
|
||||
//**************************************************************************************************
|
||||
|
||||
|
||||
|
||||
|
||||
If ($b_num == "") { //일반등록
|
||||
|
||||
$w_mode= "W";
|
||||
|
||||
|
||||
If ($b_type == "") { $b_type = "N"; }//값이 있으면 답변타입이다..
|
||||
If ($b_type == "N") { $b_content = $a_writecontent; }
|
||||
|
||||
$b_open = "Y";
|
||||
|
||||
|
||||
}else If ($b_num != "" And $b_type == "R") { //답변글쓰기 일때
|
||||
|
||||
$w_mode= "WR";
|
||||
|
||||
//레코드필드
|
||||
$R_Fields = "b_num, b_subject, b_content, b_ref, b_step, b_level";
|
||||
|
||||
$R_tablename_str = $a_tablename;
|
||||
|
||||
$R_WHERE_str = " WHERE b_num=".$b_num;
|
||||
|
||||
SelectQuery ($R_Fields, $R_tablename_str, $R_WHERE_str);
|
||||
|
||||
$b_subject = "RE:".$b_subject;
|
||||
|
||||
$b_content = "<br /><br /><br /><br />------------------ 원문 -------------------------<br /><br />".$b_content;
|
||||
|
||||
|
||||
|
||||
|
||||
}Else If($b_num != ""){ //그냥 수정일때..
|
||||
|
||||
$w_mode = "M";
|
||||
|
||||
If ($is_ad_cms != "Y") { //관리자가아닐때 체크
|
||||
|
||||
|
||||
If ($_SESSION["pwd_chk_".$a_num."_".$b_num] != "ok") { //체크통과했으면..
|
||||
|
||||
echo( "
|
||||
<script type='text/javascript'>;
|
||||
location.href='pwd.php?prepage=modi&a_num=".$a_num."&b_num=".$b_num."&".$page_info."'
|
||||
</script>
|
||||
");
|
||||
exit;
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
//레코드필드
|
||||
$R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword";
|
||||
|
||||
$R_tablename_str = $a_tablename;
|
||||
|
||||
$R_WHERE_str = " WHERE b_num=".$b_num;
|
||||
|
||||
SelectQuery ($R_Fields, $R_tablename_str, $R_WHERE_str);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<?include("top.php"); //상단파일?>
|
||||
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
var xed;
|
||||
<?if($a_edit == "Y"){//에디터가 사용일때?>
|
||||
window.onload = function() {
|
||||
|
||||
xed = new xq.Editor("b_content");
|
||||
xed.config.imagePathForDefaultToolbar = '/common/xeditor/images/toolbar/ko/'; /*한글아이콘적용*/
|
||||
|
||||
<?=editor_opt1()?>
|
||||
|
||||
|
||||
|
||||
|
||||
//xed.addPlugin('EditorResize'); /*리사이징업로드관련*/
|
||||
|
||||
xed.addPlugin('FileUpload'); /*이미지업로드관련1*/
|
||||
xed.setFileUploadTarget('/common/xeditor/single_upload_submit.php?up_path=/data/board/<?=$a_tablename?>', '/common/xeditor/upload.php?up_path=/data/board/<?=$a_tablename?>'); /*이미지업로드관련2*/
|
||||
|
||||
xed.setEditMode('wysiwyg');
|
||||
xed.setWidth("100%");
|
||||
xed.setHeight("200px");
|
||||
|
||||
};
|
||||
<?}?>
|
||||
|
||||
|
||||
function w_chk(){
|
||||
|
||||
if (CheckSpaces(document.getElementById('frm').b_name, '이름')) {return false;}
|
||||
else if (CheckSpaces(document.getElementById('frm').b_pwd, '비밀번호')) {return false;}
|
||||
else if (CheckSpaces(document.getElementById('frm').b_subject, '제목')) {return false;}
|
||||
|
||||
|
||||
|
||||
loading_st(1);
|
||||
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<!-- 쓰기 -->
|
||||
<div id="board" style="width:<?=$a_width?>;">
|
||||
|
||||
<form id="frm" method="post" action="write_ok.php?a_num=<?=$a_num?>&<?=$page_info?>" enctype="multipart/form-data" onsubmit="return w_chk();">
|
||||
<div>
|
||||
<input type="hidden" name="b_num" value="<?=$b_num?>" /><!-- (수정일때사용) -->
|
||||
<input type="hidden" name="b_type" value="<?=$b_type?>" />
|
||||
<input type="hidden" name="w_mode" value="<?=$w_mode?>" />
|
||||
<?If ($a_type == "N") { //공개여부?>
|
||||
<input type="hidden" name="b_open" value="Y" />
|
||||
<?}?>
|
||||
|
||||
<input type="hidden" name="b_ref" value="<?=$b_ref?>" />
|
||||
<input type="hidden" name="b_step" value="<?=$b_step?>" />
|
||||
<input type="hidden" name="b_level" value="<?=$b_level?>" />
|
||||
</div>
|
||||
|
||||
|
||||
<div class="guide">
|
||||
<span><img src="/content/board/nninc_qna/img/ic_vcheck.gif" width="7" height="10" alt="*" /> 표시가 된 곳은 필수 항목입니다.</span>
|
||||
</div>
|
||||
|
||||
<!-- 쓰기 테이블 -->
|
||||
<div class="table_bwrite">
|
||||
|
||||
|
||||
|
||||
|
||||
<table cellspacing="0" >
|
||||
<caption><?=str_replace( " | ", "",$tit_name);?></caption>
|
||||
<colgroup>
|
||||
<col width="130" />
|
||||
<col width="" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"></th>
|
||||
<th scope="col" class="th_end">글쓰기</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_name"><img height="10" width="7" alt="*" src="/content/board/nninc_qna/img/ic_vcheck.gif"/> 이름</label></th>
|
||||
<td><input type="text" size="20" title="이름을 입력하세요" id="b_name" name="b_name" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_name?>" maxlength="30" /> <span class="text1">* 한글만 사용하실 수 있습니다. </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_pwd"><img height="10" width="7" alt="*" src="/content/board/nninc_qna/img/ic_vcheck.gif"/> 비밀번호</label></th>
|
||||
<td><input type="password" size="22" title="비밀번호를 입력하세요" id="b_pwd" name="b_pwd" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_pwd?>" maxlength="30" /> <span class="text1">* 10자 이내의 영문/숫자만 사용하실 수 있습니다. </span></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<?If ($a_type == "Y") { //공개/비공개?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_phone1">공개여부</label></th>
|
||||
<td>
|
||||
<label for="b_open_Y"><input type="radio" id="b_open_Y" name="b_open" value="Y" title="공개 선택" <?if ($b_open == "Y") { echo("checked='checked'"); } ?> />공개</label>
|
||||
<label for="b_open_N"><input type="radio" id="b_open_N" name="b_open" value="N" title="비공개 선택" <?if ($b_open == "N") { echo("checked='checked'"); } ?> />비공개</label>
|
||||
</td>
|
||||
</tr>
|
||||
<?}?>
|
||||
|
||||
<?If ($a_phone == "Y") { //전화번호?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_phone1">전화번호</label></th>
|
||||
<td><input type="text" size="4" title="연락처 첫번째 입력" id="b_phone1" name="b_phone1" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_phone1?>" maxlength="4" /> - <input type="text" size="4" title="연락처 두번째 입력" id="b_phone2" name="b_phone2" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_phone2?>" maxlength="4" /> - <input type="text" size="4" title="연락처 세번째 입력" id="b_phone3" name="b_phone3" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_phone3?>" maxlength="4" /></td>
|
||||
</tr>
|
||||
<?}?>
|
||||
|
||||
<?If ($a_email == "Y") {//이메일?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_email">이메일</label></th>
|
||||
<td><input type="text" size="50" title="이메일을 입력하세요" id="b_email" name="b_email" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_email?>" maxlength="200" /> <span class="text1">* <strong>@</strong>포함한 이메일주소를 입력하세요.</span></td>
|
||||
</tr>
|
||||
<?}?>
|
||||
|
||||
<?If ($a_home == "Y") {//홈페이지?>
|
||||
<!--
|
||||
<tr>
|
||||
<th scope="row"><label for="b_homepage">홈페이지</label></th>
|
||||
<td><span class="eng">http://</span> <input type="text" size="45" title="홈페이지를 입력하세요" id="b_homepage" name="b_homepage" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_homepage?>" maxlength="" /></td>
|
||||
</tr>
|
||||
-->
|
||||
<?}?>
|
||||
|
||||
|
||||
|
||||
|
||||
<?
|
||||
//사용자필드
|
||||
for ($z=1; $z<=4; $z++) {
|
||||
|
||||
|
||||
eval("\$a_ftemp_str = \$a_ftemp".$z."_str;");
|
||||
|
||||
eval("\$b_temp = \$b_temp".$z.";");
|
||||
|
||||
eval("\$a_ftemp = \$a_ftemp".$z.";");
|
||||
|
||||
|
||||
|
||||
If ($a_ftemp == "Y") {
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_temp<?=$z?>"><?=$a_ftemp_str?></label></th>
|
||||
<td><input type="text" size="50" title="<?=$a_ftemp_str?>(을)를 입력하세요" id="b_temp<?=$z?>" name="b_temp<?=$z?>" class="board_input" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_temp?>" maxlength="50" /></td>
|
||||
</tr>
|
||||
|
||||
<?
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<?If ($a_cate == "Y" and $b_type != "R") { //분류?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_noticechk_Y">분류</label></th>
|
||||
<td>
|
||||
<select name="b_cate_tot" >
|
||||
<option value="" selected="selected" >분류선택</option>
|
||||
<?
|
||||
$mysql_c = new Mysql_DB;
|
||||
$mysql_c->Connect();
|
||||
|
||||
//분류 부분
|
||||
$R_Fields_code = "ct_idx, ct_code, ct_name, ct_ref, ct_depth, ct_chk, ct_wdate, ct_codeno, ct_file, a_num";
|
||||
$SQL = "Select ".$R_Fields_code." FROM board_code WHERE ct_chk = 'Y' AND a_num='".$a_num."' ORDER BY ct_code ASC";
|
||||
$mysql_c->ParseExec($SQL);
|
||||
|
||||
If ($mysql_c->RowCount() > 0) {
|
||||
while($mysql_c->FetchInto(&$rs_code)) {
|
||||
|
||||
$ct_idx = $rs_code["ct_idx"];
|
||||
$ct_name = $rs_code["ct_name"];
|
||||
?>
|
||||
|
||||
<option value="<?=$ct_idx?>,<?=$ct_name?>" <?=chkSelect($ct_idx,$b_cate)?>><?=$ct_name?></option>
|
||||
|
||||
<?
|
||||
}
|
||||
}
|
||||
$mysql_c->Disconnect();
|
||||
?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<?}?>
|
||||
<tr>
|
||||
<th scope="row"><label for="b_subject"><img height="10" width="7" alt="*" src="/content/board/nninc_qna/img/ic_vcheck.gif"/> 제목</label></th>
|
||||
<td><input type="text" size="100" title="제목을 입력하세요" id="b_subject" name="b_subject" class="board_input subject" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="<?=$b_subject?>" maxlength="200" /></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td colspan="2" class="content">
|
||||
<?if($a_edit == "Y"){//에디터가 사용일때?>
|
||||
|
||||
<?
|
||||
//$_SESSION["fck_filepath"] = "/userfiles/"; //첨부파일경로
|
||||
//$_SESSION["fck_filepath"] = "/data/popup/"; //첨부파일경로
|
||||
|
||||
$sBasePath = "/fckeditor/" ; //에디터경로
|
||||
|
||||
$oFCKeditor = new FCKeditor('b_content') ; //개체명을 인자값으로..
|
||||
$oFCKeditor->BasePath = $sBasePath;
|
||||
$oFCKeditor->Value = $b_content; //내용
|
||||
$oFCKeditor->ToolbarSet = "Basic3"; //툴바 기본 : Basic, 고급 : Default
|
||||
$oFCKeditor->Width = '100%' ;
|
||||
$oFCKeditor->Height = '250' ;
|
||||
$oFCKeditor->Create();
|
||||
|
||||
?>
|
||||
|
||||
<?}else{?>
|
||||
<textarea cols="50" rows="15" id="b_content" name="b_content" title="게시글 내용 입력" style="width:98%;" onfocus="focus_on1(this);" onblur="focus_off1(this);" ><?=$b_content?></textarea>
|
||||
<?}?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<?
|
||||
|
||||
If ($a_upload == "Y") { //첨부파일 사용일때
|
||||
|
||||
for ($z=1;$z <= $a_upload_len;$z++) {
|
||||
eval("\$b_file_name = \$b_file".$z.";");
|
||||
|
||||
|
||||
if($z == 1){
|
||||
|
||||
//$link_url = "<a href='javascript:add();'><img src='/content/board/nninc_qna/img/file_add.gif' alt='파일추가하기' /></a>";
|
||||
|
||||
//$is_tr_css = "";
|
||||
}else{
|
||||
//$link_url = "<a href='javascript:del(\"$z\");'><img src='/content/board/nninc_qna/img/file_del.gif' alt='파일빼기' /></a>";
|
||||
//$is_tr_css = "id='filediv$z' style='display:none'";
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
<tr <?//=$is_tr_css?>>
|
||||
<th scope="row"><label for="b_file<?=$z?>">첨부파일 <?=$z?></label> <?=$link_url?></th>
|
||||
<td>
|
||||
<input type="file" size="70" id="b_file<?=$z?>" name="b_file<?=$z?>" title="삽입할 파일 찾아보기" class="board_input_file" onfocus="focus_on1(this);" onblur="focus_off1(this);" value="" />
|
||||
|
||||
|
||||
<?If ($b_file_name != "") {?>
|
||||
|
||||
<br /><?=$b_file_name?> <input type='checkbox' id='b_file_chk<?=$z?>' name='b_file_chk<?=$z?>' value='Y' title="삭제" value='<?=$b_file_name?>' />삭제
|
||||
<?}?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 테이블 -->
|
||||
|
||||
<!-- 버튼 -->
|
||||
<div class="board_button2">
|
||||
<span><input type="image" src="/content/board/nninc_qna/img/save_bt.gif" alt="저장"/></span>
|
||||
<span><a href="list.php?a_num=<?=$a_num?>&<?=$page_info?>" ><img src="/content/board/nninc_qna/img/list_bt.gif" width="62" height="23" alt="목록" /></a></span>
|
||||
</div>
|
||||
<!-- //버튼 -->
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<!-- //쓰기 -->
|
||||
|
||||
<?include("bottom.php"); //하단파일?>
|
||||
|
||||