문의게시판을 만드는 중인데...;;; 정보
문의게시판을 만드는 중인데...;;;
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://www.iunews.co.kr/bbs/write.php?bo_table=junggi
내용부분이 필요 없고...
파일 부분은 관리모드에서 설정 했고...;;;
자동 등록 방지도 없애야 되거든요...;;;
(스펨은 각오중 ㅡㅡ)
어차피 list.skin.php 랑 view.skin.php 가 관리자만 볼 수 있게 할꺼고요
비회원이나 일반화원의 경우 wright.skin.php 화면이 고정되게 할꺼니깐요...;;
어느부분을 없애야 될까요?
보이는 부분만 주석처리로 해놓고 테스트 해보니 글쓰기가 안눌러 지거나 아예 에러가 나버린다는...;;;
참고로 지금 보시는 소스 윗부분 주석 처리 된 부분은 필요 없는 부분중 주석 처리 후 에러 안나는 부분만 냅둔거예요 ^^;;;
아래 내용은 해당 게시판 wright.skin.php 내용이랍니다
===================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$g4_path = ".";
include_once("./_common.php");
include "$g4[path]/bbs/norobot.inc.php";
?>
<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>
<style type="text/css">
.style1 {font-style: italic}
</style>
<form name="fwrite" method="post" action="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" style="margin:0px;">
<input type=hidden name=null>
<input type=hidden name=w value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id value="<?=$wr_id?>">
<input type=hidden name=sca value="<?=$sca?>">
<input type=hidden name=sfl value="<?=$sfl?>">
<input type=hidden name=stx value="<?=$stx?>">
<input type=hidden name=spt value="<?=$spt?>">
<input type=hidden name=sst value="<?=$sst?>">
<input type=hidden name=sod value="<?=$sod?>">
<input type=hidden name=page value="<?=$page?>">
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<colgroup width=100>
<colgroup width=''>
<tr><td colspan=2 height=2 bgcolor="#0A7299"></td></tr>
<tr><td style='padding-left:20px' colspan=2 height=38 bgcolor="#FBFBFB"><strong><?=$title_msg?></strong></td></tr
<tr><td colspan="2" style="background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; height:3px;"></td></tr>
<!--<?// if ($is_name) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 이름</td>
<td><input class='field_pub_01' maxlength=20 size=15 name=wr_name itemname="이름" required value="<?//=$name?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?// if ($is_password) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 패스워드</td>
<td><input class='field_pub_01' type=password maxlength=20 size=15 name=wr_password itemname="패스워드" <?//=$password_required?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?// if ($is_email) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 이메일</td>
<td><input class='field_pub_01' maxlength=100 size=50 name=wr_email email itemname="이메일" value="<?//=$email?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?// if ($is_homepage) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 홈페이지</td>
<td><input class='field_pub_01' size=50 name=wr_homepage itemname="홈페이지" value="<?//=$homepage?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?
//$option = "";
//$option_hidden = "";
//if ($is_notice || $is_html || $is_secret || $is_mail) {
// $option = "";
// if ($is_notice) {
// $option .= "<input type=checkbox name=notice value='1' $notice_checked>공지 ";
// }
//
// if ($is_html) {
// if ($is_dhtml_editor) {
// $option_hidden .= "<input type=hidden value='html1' name='html'>";
// } else {
// $option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title>html</span> ";
// }
// }
// if ($is_secret) {
// if ($is_admin || $is_secret==1) {
// $option .= "<input type=checkbox value='secret' name='secret' $secret_checked><span class=w_title>비밀글</span> ";
// } else {
// $option_hidden .= "<input type=hidden value='secret' name='secret'>";
// }
// }
// if ($is_mail) {
// $option .= "<input type=checkbox value='mail' name='mail' $recv_email_checked>답변메일받기 ";
// }
//}
//echo $option_hidden;
//if ($option) {
?>
<tr>
<td style='padding-left:20px; height:30px;'>· 옵션</td>
<td><?//=$option?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?// if ($is_category) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 업체분류</td>
<td><select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
-->
<tr>
<td style='padding-left:20px; height:30px;'>· 회사명</td>
<td><input class="field_pub_01" style="width:30%;" name=wr_subject id="wr_subject" itemname="제목"required value="<?=$subject?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 대표자</td>
<td><input name=wr_1 style="width:30%;" itemname="wr_1" value="<?=$write[wr_1]?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 부서 및 직위</td>
<td><input name=wr_2 style="width:30%;" itemname="wr_2" value="<?=$write[wr_2]?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<!-- 추가 -->
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 구독희망책자</td>
<td> <select name='wr_18' required itemname="구독희망책자">
<option value=''>구독희망책자</option>
<option value='유체분체기술' <? if($write[wr_18] == 유체분체기술) echo " selected "; ?>>유체분체기술</option>
<option value='RFID-Tech' <? if($write[wr_18] == RFID-Tech) echo " selected "; ?>>RFID-Tech</option>
<option value='유체분체기업총람' <? if($write[wr_18] == 유체분체기업총람) echo " selected "; ?>>유체분체기업총람</option>
</select></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 구독기간</td>
<td>
<select name='wr_14' required itemname="시작하는해">
<option value=''>년</option>
<option value='2008' <? if($write[wr_14] == 시작_01) echo " selected "; ?>>2008</option>
<option value='2009' <? if($write[wr_14] == 시작_02) echo " selected "; ?>>2009</option>
<option value='2010' <? if($write[wr_14] == 시작_03) echo " selected "; ?>>2010</option>
<option value='2011' <? if($write[wr_14] == 시작_04) echo " selected "; ?>>2011</option>
<option value='2012' <? if($write[wr_14] == 시작_05) echo " selected "; ?>>2012</option>
<option value='2013' <? if($write[wr_14] == 시작_06) echo " selected "; ?>>2013</option>
<option value='2014' <? if($write[wr_14] == 시작_07) echo " selected "; ?>>2014</option>
<option value='2015' <? if($write[wr_14] == 시작_08) echo " selected "; ?>>2015</option>
<option value='2016' <? if($write[wr_14] == 시작_09) echo " selected "; ?>>2016</option>
<option value='2017' <? if($write[wr_14] == 시작_10) echo " selected "; ?>>2017</option>
<option value='2018' <? if($write[wr_14] == 시작_11) echo " selected "; ?>>2018</option>
<option value='2019' <? if($write[wr_14] == 시작_12) echo " selected "; ?>>2019</option>
<option value='2020' <? if($write[wr_14] == 시작_13) echo " selected "; ?>>2020</option>
</select> 년 <select name='wr_15' required itemname="시작하는달">
<option value=''>월</option>
<option value='1' <? if($write[wr_15] == 시작_14) echo " selected "; ?>>1</option>
<option value='2' <? if($write[wr_15] == 시작_15) echo " selected "; ?>>2</option>
<option value='3' <? if($write[wr_15] == 시작_16) echo " selected "; ?>>3</option>
<option value='4' <? if($write[wr_15] == 시작_17) echo " selected "; ?>>4</option>
<option value='5' <? if($write[wr_15] == 시작_18) echo " selected "; ?>>5</option>
<option value='6' <? if($write[wr_15] == 시작_19) echo " selected "; ?>>6</option>
<option value='7' <? if($write[wr_15] == 시작_20) echo " selected "; ?>>7</option>
<option value='8' <? if($write[wr_15] == 시작_21) echo " selected "; ?>>8</option>
<option value='9' <? if($write[wr_15] == 시작_22) echo " selected "; ?>>9</option>
<option value='10' <? if($write[wr_15] == 시작_23) echo " selected "; ?>>10</option>
<option value='11' <? if($write[wr_15] == 시작_24) echo " selected "; ?>>11</option>
<option value='12' <? if($write[wr_15] == 시작_25) echo " selected "; ?>>12</option>
</select> 월 ~ <select name='wr_16' required itemname="끝나는해">
<option value=''>년</option>
<option value='2008' <? if($write[wr_16] == 끝_01) echo " selected "; ?>>2008</option>
<option value='2009' <? if($write[wr_16] == 끝_02) echo " selected "; ?>>2009</option>
<option value='2010' <? if($write[wr_16] == 끝_03) echo " selected "; ?>>2010</option>
<option value='2011' <? if($write[wr_16] == 끝_04) echo " selected "; ?>>2011</option>
<option value='2012' <? if($write[wr_16] == 끝_05) echo " selected "; ?>>2012</option>
<option value='2013' <? if($write[wr_16] == 끝_06) echo " selected "; ?>>2013</option>
<option value='2014' <? if($write[wr_16] == 끝_07) echo " selected "; ?>>2014</option>
<option value='2015' <? if($write[wr_16] == 끝_08) echo " selected "; ?>>2015</option>
<option value='2016' <? if($write[wr_16] == 끝_09) echo " selected "; ?>>2016</option>
<option value='2017' <? if($write[wr_16] == 끝_10) echo " selected "; ?>>2017</option>
<option value='2018' <? if($write[wr_16] == 끝_11) echo " selected "; ?>>2018</option>
<option value='2019' <? if($write[wr_16] == 끝_12) echo " selected "; ?>>2019</option>
<option value='2020' <? if($write[wr_16] == 끝_13) echo " selected "; ?>>2020</option>
</select> 년 <select name='wr_17' required itemname="끝나는달">
<option value=''>월</option>
<option value='1' <? if($write[wr_17] == 끝_14) echo " selected "; ?>>1</option>
<option value='2' <? if($write[wr_17] == 끝_15) echo " selected "; ?>>2</option>
<option value='3' <? if($write[wr_17] == 끝_16) echo " selected "; ?>>3</option>
<option value='4' <? if($write[wr_17] == 끝_17) echo " selected "; ?>>4</option>
<option value='5' <? if($write[wr_17] == 끝_18) echo " selected "; ?>>5</option>
<option value='6' <? if($write[wr_17] == 끝_19) echo " selected "; ?>>6</option>
<option value='7' <? if($write[wr_17] == 끝_20) echo " selected "; ?>>7</option>
<option value='8' <? if($write[wr_17] == 끝_21) echo " selected "; ?>>8</option>
<option value='9' <? if($write[wr_17] == 끝_22) echo " selected "; ?>>9</option>
<option value='10' <? if($write[wr_17] == 끝_23) echo " selected "; ?>>10</option>
<option value='11' <? if($write[wr_17] == 끝_24) echo " selected "; ?>>11</option>
<option value='12' <? if($write[wr_17] == 끝_25) echo " selected "; ?>>12</option>
</select>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 신청인</td>
<td><input name=wr_2 style="width:30%;" itemname="wr_13" value="<?=$write[wr_13]?>" required></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<!-- 추가 끝-->
<td style='padding-left:20px; height:30px;'>· 전화</td>
<td><select name='wr_3' required itemname="전화">
<option value=''>지역</option>
<option value='02' <? if($write[wr_3] == 서울) echo " selected "; ?>>02</option>
<option value='031' <? if($write[wr_3] == 경기) echo " selected "; ?>>031</option>
<option value='032' <? if($write[wr_3] == 인천) echo " selected "; ?>>032</option>
<option value='033' <? if($write[wr_3] == 강원) echo " selected "; ?>>033</option>
<option value='041' <? if($write[wr_3] == 충남) echo " selected "; ?>>041</option>
<option value='042' <? if($write[wr_3] == 대전) echo " selected "; ?>>042</option>
<option value='043' <? if($write[wr_3] == 충북) echo " selected "; ?>>043</option>
<option value='051' <? if($write[wr_3] == 부산) echo " selected "; ?>>051</option>
<option value='052' <? if($write[wr_3] == 울산) echo " selected "; ?>>052</option>
<option value='053' <? if($write[wr_3] == 대구) echo " selected "; ?>>053</option>
<option value='054' <? if($write[wr_3] == 경북) echo " selected "; ?>>054</option>
<option value='055' <? if($write[wr_3] == 경남) echo " selected "; ?>>055</option>
<option value='061' <? if($write[wr_3] == 전남) echo " selected "; ?>>061</option>
<option value='062' <? if($write[wr_3] == 광주) echo " selected "; ?>>062</option>
<option value='063' <? if($write[wr_3] == 전북) echo " selected "; ?>>063</option>
<option value='064' <? if($write[wr_3] == 제주) echo " selected "; ?>>064</option>
<option value='080' <? if($write[wr_3] == 기타) echo " selected "; ?>>080</option>
</select> - <input name=wr_4 style="width:40;" value="<?=$write[wr_4]?>" size="12" maxlength="4" required itemname="wr_4"> - <input name=wr_5 style="width:40;" value="<?=$write[wr_5]?>" size="12" maxlength="4" required itemname="wr_5"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· FAX</td>
<td><select name='wr_6' required itemname="팩스">
<option value=''>지역</option>
<option value='02' <? if($write[wr_6] == 서울) echo " selected "; ?>>02</option>
<option value='031' <? if($write[wr_6] == 경기) echo " selected "; ?>>031</option>
<option value='032' <? if($write[wr_6] == 인천) echo " selected "; ?>>032</option>
<option value='033' <? if($write[wr_6] == 강원) echo " selected "; ?>>033</option>
<option value='041' <? if($write[wr_6] == 충남) echo " selected "; ?>>041</option>
<option value='042' <? if($write[wr_6] == 대전) echo " selected "; ?>>042</option>
<option value='043' <? if($write[wr_6] == 충북) echo " selected "; ?>>043</option>
<option value='051' <? if($write[wr_6] == 부산) echo " selected "; ?>>051</option>
<option value='052' <? if($write[wr_6] == 울산) echo " selected "; ?>>052</option>
<option value='053' <? if($write[wr_6] == 대구) echo " selected "; ?>>053</option>
<option value='054' <? if($write[wr_6] == 경북) echo " selected "; ?>>054</option>
<option value='055' <? if($write[wr_6] == 경남) echo " selected "; ?>>055</option>
<option value='061' <? if($write[wr_6] == 전남) echo " selected "; ?>>061</option>
<option value='062' <? if($write[wr_6] == 광주) echo " selected "; ?>>062</option>
<option value='063' <? if($write[wr_6] == 전북) echo " selected "; ?>>063</option>
<option value='064' <? if($write[wr_6] == 제주) echo " selected "; ?>>064</option>
<option value='080' <? if($write[wr_6] == 기타) echo " selected "; ?>>080</option>
</select> - <input name=wr_7 style="width:40;" value="<?=$write[wr_7]?>" size="12" maxlength="4" itemname="wr_7" required>
-
<input name=wr_8 style="width:40;" value="<?=$write[wr_8]?>" size="12" maxlength="4" itemname="wr_8" required></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td rowspan="3" style='padding-left:20px; height:30px;'>· 주소</td>
<td><input size=4 maxlength=3 name=wr_9 readonly itemname="우편번호앞자리" value="<?=$write[wr_9]?>"> - <input size=4 maxlength=3 name=wr_10 readonly itemname="우편번호뒷자리" value="<?=$write[wr_10]?>"> <a href="javascript:;" onclick="win_zip('fwrite', 'wr_9', 'wr_10', 'wr_11', 'wr_12');"> 주소검색</a><br /> </td>
</tr>
<tr>
<td>
<input name=wr_11 readonly required itemname="주소" style="width:50%;" value="<?=$write[wr_11]?>" /></td>
</tr>
<tr>
<td>
<input name=wr_12 class="style1" value="<?=$write[wr_12]?>" style="width:50%;" required itemname="상세주소"></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px;'>· 내용</td>
<td style='padding:5 0 5 0;'>
<? if (!$is_dhtml_editor) { ?>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=50% align=left valign=bottom>
<span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
<span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
<span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span></td>
<td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<? }?></td>
</tr>
</table>
<? } ?>
<textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all;' rows=15 itemname="내용" required
<? if ($is_dhtml_editor) echo ' geditor '; ?>
<? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<? }?>><?=$content?></textarea>
<? if ($write_min || $write_max) { ?><script language="javascript"> check_byte('wr_content', 'char_count'); </script><? }?> </td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? if ($is_link) { ?>
<? for ($i=1; $i<=$g4[link_count]; $i++) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 관련기사 #<?=$i?></td>
<td><input type='text' class='field_pub_01' size=50 name='wr_link<?=$i?>' itemname='링크 #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'></td>
</tr
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<? } ?>
<? if ($is_file) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><table cellpadding=0 cellspacing=0><tr><td style=" padding-top: 10px;">· 파일 <span onclick="add_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>+</span> <span onclick="del_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>-</span></td></tr></table></td>
<td style='padding:5 0 5 0;'><table id="variableFiles" cellpadding=0 cellspacing=0></table><? print_r2($file); ?>
<script language="JavaScript">
var flen = 0;
function add_file(delete_code)
{
var upload_count = <?=(int)$board[bo_upload_count]?>;
if (upload_count && flen >= upload_count)
{
alert("이 게시판은 "+upload_count+"개 까지만 파일 업로드가 가능합니다.");
return;
}
var objTbl;
var objRow;
var objCell;
if (document.getElementById)
objTbl = document.getElementById("variableFiles");
else
objTbl = document.all["variableFiles"];
objRow = objTbl.insertRow(objTbl.rows.length);
objCell = objRow.insertCell(0);
objCell.innerHTML = "<input type='file' class='field_pub_01' name='bf_file[]' title='파일 용량 <?=$upload_max_filesize?> 이하만 업로드 가능'>";
if (delete_code)
objCell.innerHTML += delete_code;
else
{
<? if ($is_file_content) { ?>
objCell.innerHTML += "<br><input type='text' class='field_pub_01' size=50 name='bf_content[]' title='업로드 이미지 파일에 해당 되는 내용을 입력하세요.'>";
<? } ?>
;
}
flen++;
}
<?=$file_script; //수정시에 필요한 스크립트?>
function del_file()
{
// file_length 이하로는 필드가 삭제되지 않아야 합니다.
var file_length = <?=(int)$file_length?>;
var objTbl = document.getElementById("variableFiles");
if (objTbl.rows.length - 1 > file_length)
{
objTbl.deleteRow(objTbl.rows.length - 1);
flen--;
}
}
</script></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<? if ($is_trackback) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 트랙백주소</td>
<td><input class='field_pub_01' size=50 name=wr_trackback itemname="트랙백" value="<?=$trackback?>">
<? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">핑 보냄<? } ?></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<? if ($is_norobot) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· <?=$norobot_str?></td>
<td><input class='field_pub_01' type=input size=10 name=wr_key itemname="자동등록방지" required> * 왼쪽의 글자중 <font color="red">빨간글자만</font> 순서대로 입력하세요.
</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<tr><td colspan=2 height=2 bgcolor="#0A7299"></td></tr>
<form name="fwrite" method="post" enctype="multipart/form-data" style="margin:0px;">
<input type=hidden name=bo_table value="contact">
<input type=hidden name=wr_key value="<?=$norobot_key?>">
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center" valign="top" style="padding-top:30px;">
<input type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 accesskey='s'>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/btn_list.gif" border=0></a></td>
</tr>
</table>
</td></tr></table>
</form>
<script language="javascript">
with (document.fwrite) {
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_subject) != "undefined")
wr_subject.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
if (typeof(ca_name) != "undefined")
if (w.value == "u")
ca_name.value = "<?=$write[ca_name]?>";
}
function html_auto_br(obj) {
if (obj.checked) {
result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");
if (result)
obj.value = "html2";
else
obj.value = "html1";
}
else
obj.value = "";
}
function fwrite_check(f) {
var s = "";
if (s = word_filter_check(f.wr_subject.value)) {
alert("제목에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
if (s = word_filter_check(f.wr_content.value)) {
alert("내용에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
if (document.getElementById('char_count')) {
if (char_min > 0 || char_max > 0) {
var cnt = parseInt(document.getElementById('char_count').innerHTML);
if (char_min > 0 && char_min > cnt) {
alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");
return;
}
else if (char_max > 0 && char_max < cnt) {
alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
return;
}
}
}
if (typeof(f.wr_key) != "undefined") {
if (hex_md5(f.wr_key.value) != md5_norobot_key) {
alert("자동등록방지용 빨간글자가 순서대로 입력되지 않았습니다.");
f.wr_key.focus();
return;
}
}
document.getElementById('btn_submit').disabled = true;
document.getElementById('btn_list').disabled = true;
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
f.submit();
}
</script>
<script language="JavaScript" src="<?="$g4[path]/js/board.js"?>"></script>
<? if ($is_dhtml_editor) {?><script language="JavaScript" src="<?="$g4[path]/geditor/geditor.js"?>"></script><?}?>
<script language="JavaScript">
window.onload=function() {
drawFont();
}
</script>
==========================================================
오류 주소 : http://www.iunews.co.kr/bbs/write.php?bo_table=junggi
내용부분이 필요 없고...
파일 부분은 관리모드에서 설정 했고...;;;
자동 등록 방지도 없애야 되거든요...;;;
(스펨은 각오중 ㅡㅡ)
어차피 list.skin.php 랑 view.skin.php 가 관리자만 볼 수 있게 할꺼고요
비회원이나 일반화원의 경우 wright.skin.php 화면이 고정되게 할꺼니깐요...;;
어느부분을 없애야 될까요?
보이는 부분만 주석처리로 해놓고 테스트 해보니 글쓰기가 안눌러 지거나 아예 에러가 나버린다는...;;;
참고로 지금 보시는 소스 윗부분 주석 처리 된 부분은 필요 없는 부분중 주석 처리 후 에러 안나는 부분만 냅둔거예요 ^^;;;
아래 내용은 해당 게시판 wright.skin.php 내용이랍니다
===================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$g4_path = ".";
include_once("./_common.php");
include "$g4[path]/bbs/norobot.inc.php";
?>
<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>
<style type="text/css">
.style1 {font-style: italic}
</style>
<form name="fwrite" method="post" action="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" style="margin:0px;">
<input type=hidden name=null>
<input type=hidden name=w value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id value="<?=$wr_id?>">
<input type=hidden name=sca value="<?=$sca?>">
<input type=hidden name=sfl value="<?=$sfl?>">
<input type=hidden name=stx value="<?=$stx?>">
<input type=hidden name=spt value="<?=$spt?>">
<input type=hidden name=sst value="<?=$sst?>">
<input type=hidden name=sod value="<?=$sod?>">
<input type=hidden name=page value="<?=$page?>">
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<colgroup width=100>
<colgroup width=''>
<tr><td colspan=2 height=2 bgcolor="#0A7299"></td></tr>
<tr><td style='padding-left:20px' colspan=2 height=38 bgcolor="#FBFBFB"><strong><?=$title_msg?></strong></td></tr
<tr><td colspan="2" style="background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; height:3px;"></td></tr>
<!--<?// if ($is_name) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 이름</td>
<td><input class='field_pub_01' maxlength=20 size=15 name=wr_name itemname="이름" required value="<?//=$name?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?// if ($is_password) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 패스워드</td>
<td><input class='field_pub_01' type=password maxlength=20 size=15 name=wr_password itemname="패스워드" <?//=$password_required?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?// if ($is_email) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 이메일</td>
<td><input class='field_pub_01' maxlength=100 size=50 name=wr_email email itemname="이메일" value="<?//=$email?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?// if ($is_homepage) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 홈페이지</td>
<td><input class='field_pub_01' size=50 name=wr_homepage itemname="홈페이지" value="<?//=$homepage?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?
//$option = "";
//$option_hidden = "";
//if ($is_notice || $is_html || $is_secret || $is_mail) {
// $option = "";
// if ($is_notice) {
// $option .= "<input type=checkbox name=notice value='1' $notice_checked>공지 ";
// }
//
// if ($is_html) {
// if ($is_dhtml_editor) {
// $option_hidden .= "<input type=hidden value='html1' name='html'>";
// } else {
// $option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title>html</span> ";
// }
// }
// if ($is_secret) {
// if ($is_admin || $is_secret==1) {
// $option .= "<input type=checkbox value='secret' name='secret' $secret_checked><span class=w_title>비밀글</span> ";
// } else {
// $option_hidden .= "<input type=hidden value='secret' name='secret'>";
// }
// }
// if ($is_mail) {
// $option .= "<input type=checkbox value='mail' name='mail' $recv_email_checked>답변메일받기 ";
// }
//}
//echo $option_hidden;
//if ($option) {
?>
<tr>
<td style='padding-left:20px; height:30px;'>· 옵션</td>
<td><?//=$option?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
<?// if ($is_category) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 업체분류</td>
<td><select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<?// } ?>
-->
<tr>
<td style='padding-left:20px; height:30px;'>· 회사명</td>
<td><input class="field_pub_01" style="width:30%;" name=wr_subject id="wr_subject" itemname="제목"required value="<?=$subject?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 대표자</td>
<td><input name=wr_1 style="width:30%;" itemname="wr_1" value="<?=$write[wr_1]?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 부서 및 직위</td>
<td><input name=wr_2 style="width:30%;" itemname="wr_2" value="<?=$write[wr_2]?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<!-- 추가 -->
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 구독희망책자</td>
<td> <select name='wr_18' required itemname="구독희망책자">
<option value=''>구독희망책자</option>
<option value='유체분체기술' <? if($write[wr_18] == 유체분체기술) echo " selected "; ?>>유체분체기술</option>
<option value='RFID-Tech' <? if($write[wr_18] == RFID-Tech) echo " selected "; ?>>RFID-Tech</option>
<option value='유체분체기업총람' <? if($write[wr_18] == 유체분체기업총람) echo " selected "; ?>>유체분체기업총람</option>
</select></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 구독기간</td>
<td>
<select name='wr_14' required itemname="시작하는해">
<option value=''>년</option>
<option value='2008' <? if($write[wr_14] == 시작_01) echo " selected "; ?>>2008</option>
<option value='2009' <? if($write[wr_14] == 시작_02) echo " selected "; ?>>2009</option>
<option value='2010' <? if($write[wr_14] == 시작_03) echo " selected "; ?>>2010</option>
<option value='2011' <? if($write[wr_14] == 시작_04) echo " selected "; ?>>2011</option>
<option value='2012' <? if($write[wr_14] == 시작_05) echo " selected "; ?>>2012</option>
<option value='2013' <? if($write[wr_14] == 시작_06) echo " selected "; ?>>2013</option>
<option value='2014' <? if($write[wr_14] == 시작_07) echo " selected "; ?>>2014</option>
<option value='2015' <? if($write[wr_14] == 시작_08) echo " selected "; ?>>2015</option>
<option value='2016' <? if($write[wr_14] == 시작_09) echo " selected "; ?>>2016</option>
<option value='2017' <? if($write[wr_14] == 시작_10) echo " selected "; ?>>2017</option>
<option value='2018' <? if($write[wr_14] == 시작_11) echo " selected "; ?>>2018</option>
<option value='2019' <? if($write[wr_14] == 시작_12) echo " selected "; ?>>2019</option>
<option value='2020' <? if($write[wr_14] == 시작_13) echo " selected "; ?>>2020</option>
</select> 년 <select name='wr_15' required itemname="시작하는달">
<option value=''>월</option>
<option value='1' <? if($write[wr_15] == 시작_14) echo " selected "; ?>>1</option>
<option value='2' <? if($write[wr_15] == 시작_15) echo " selected "; ?>>2</option>
<option value='3' <? if($write[wr_15] == 시작_16) echo " selected "; ?>>3</option>
<option value='4' <? if($write[wr_15] == 시작_17) echo " selected "; ?>>4</option>
<option value='5' <? if($write[wr_15] == 시작_18) echo " selected "; ?>>5</option>
<option value='6' <? if($write[wr_15] == 시작_19) echo " selected "; ?>>6</option>
<option value='7' <? if($write[wr_15] == 시작_20) echo " selected "; ?>>7</option>
<option value='8' <? if($write[wr_15] == 시작_21) echo " selected "; ?>>8</option>
<option value='9' <? if($write[wr_15] == 시작_22) echo " selected "; ?>>9</option>
<option value='10' <? if($write[wr_15] == 시작_23) echo " selected "; ?>>10</option>
<option value='11' <? if($write[wr_15] == 시작_24) echo " selected "; ?>>11</option>
<option value='12' <? if($write[wr_15] == 시작_25) echo " selected "; ?>>12</option>
</select> 월 ~ <select name='wr_16' required itemname="끝나는해">
<option value=''>년</option>
<option value='2008' <? if($write[wr_16] == 끝_01) echo " selected "; ?>>2008</option>
<option value='2009' <? if($write[wr_16] == 끝_02) echo " selected "; ?>>2009</option>
<option value='2010' <? if($write[wr_16] == 끝_03) echo " selected "; ?>>2010</option>
<option value='2011' <? if($write[wr_16] == 끝_04) echo " selected "; ?>>2011</option>
<option value='2012' <? if($write[wr_16] == 끝_05) echo " selected "; ?>>2012</option>
<option value='2013' <? if($write[wr_16] == 끝_06) echo " selected "; ?>>2013</option>
<option value='2014' <? if($write[wr_16] == 끝_07) echo " selected "; ?>>2014</option>
<option value='2015' <? if($write[wr_16] == 끝_08) echo " selected "; ?>>2015</option>
<option value='2016' <? if($write[wr_16] == 끝_09) echo " selected "; ?>>2016</option>
<option value='2017' <? if($write[wr_16] == 끝_10) echo " selected "; ?>>2017</option>
<option value='2018' <? if($write[wr_16] == 끝_11) echo " selected "; ?>>2018</option>
<option value='2019' <? if($write[wr_16] == 끝_12) echo " selected "; ?>>2019</option>
<option value='2020' <? if($write[wr_16] == 끝_13) echo " selected "; ?>>2020</option>
</select> 년 <select name='wr_17' required itemname="끝나는달">
<option value=''>월</option>
<option value='1' <? if($write[wr_17] == 끝_14) echo " selected "; ?>>1</option>
<option value='2' <? if($write[wr_17] == 끝_15) echo " selected "; ?>>2</option>
<option value='3' <? if($write[wr_17] == 끝_16) echo " selected "; ?>>3</option>
<option value='4' <? if($write[wr_17] == 끝_17) echo " selected "; ?>>4</option>
<option value='5' <? if($write[wr_17] == 끝_18) echo " selected "; ?>>5</option>
<option value='6' <? if($write[wr_17] == 끝_19) echo " selected "; ?>>6</option>
<option value='7' <? if($write[wr_17] == 끝_20) echo " selected "; ?>>7</option>
<option value='8' <? if($write[wr_17] == 끝_21) echo " selected "; ?>>8</option>
<option value='9' <? if($write[wr_17] == 끝_22) echo " selected "; ?>>9</option>
<option value='10' <? if($write[wr_17] == 끝_23) echo " selected "; ?>>10</option>
<option value='11' <? if($write[wr_17] == 끝_24) echo " selected "; ?>>11</option>
<option value='12' <? if($write[wr_17] == 끝_25) echo " selected "; ?>>12</option>
</select>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· 신청인</td>
<td><input name=wr_2 style="width:30%;" itemname="wr_13" value="<?=$write[wr_13]?>" required></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<!-- 추가 끝-->
<td style='padding-left:20px; height:30px;'>· 전화</td>
<td><select name='wr_3' required itemname="전화">
<option value=''>지역</option>
<option value='02' <? if($write[wr_3] == 서울) echo " selected "; ?>>02</option>
<option value='031' <? if($write[wr_3] == 경기) echo " selected "; ?>>031</option>
<option value='032' <? if($write[wr_3] == 인천) echo " selected "; ?>>032</option>
<option value='033' <? if($write[wr_3] == 강원) echo " selected "; ?>>033</option>
<option value='041' <? if($write[wr_3] == 충남) echo " selected "; ?>>041</option>
<option value='042' <? if($write[wr_3] == 대전) echo " selected "; ?>>042</option>
<option value='043' <? if($write[wr_3] == 충북) echo " selected "; ?>>043</option>
<option value='051' <? if($write[wr_3] == 부산) echo " selected "; ?>>051</option>
<option value='052' <? if($write[wr_3] == 울산) echo " selected "; ?>>052</option>
<option value='053' <? if($write[wr_3] == 대구) echo " selected "; ?>>053</option>
<option value='054' <? if($write[wr_3] == 경북) echo " selected "; ?>>054</option>
<option value='055' <? if($write[wr_3] == 경남) echo " selected "; ?>>055</option>
<option value='061' <? if($write[wr_3] == 전남) echo " selected "; ?>>061</option>
<option value='062' <? if($write[wr_3] == 광주) echo " selected "; ?>>062</option>
<option value='063' <? if($write[wr_3] == 전북) echo " selected "; ?>>063</option>
<option value='064' <? if($write[wr_3] == 제주) echo " selected "; ?>>064</option>
<option value='080' <? if($write[wr_3] == 기타) echo " selected "; ?>>080</option>
</select> - <input name=wr_4 style="width:40;" value="<?=$write[wr_4]?>" size="12" maxlength="4" required itemname="wr_4"> - <input name=wr_5 style="width:40;" value="<?=$write[wr_5]?>" size="12" maxlength="4" required itemname="wr_5"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'>· FAX</td>
<td><select name='wr_6' required itemname="팩스">
<option value=''>지역</option>
<option value='02' <? if($write[wr_6] == 서울) echo " selected "; ?>>02</option>
<option value='031' <? if($write[wr_6] == 경기) echo " selected "; ?>>031</option>
<option value='032' <? if($write[wr_6] == 인천) echo " selected "; ?>>032</option>
<option value='033' <? if($write[wr_6] == 강원) echo " selected "; ?>>033</option>
<option value='041' <? if($write[wr_6] == 충남) echo " selected "; ?>>041</option>
<option value='042' <? if($write[wr_6] == 대전) echo " selected "; ?>>042</option>
<option value='043' <? if($write[wr_6] == 충북) echo " selected "; ?>>043</option>
<option value='051' <? if($write[wr_6] == 부산) echo " selected "; ?>>051</option>
<option value='052' <? if($write[wr_6] == 울산) echo " selected "; ?>>052</option>
<option value='053' <? if($write[wr_6] == 대구) echo " selected "; ?>>053</option>
<option value='054' <? if($write[wr_6] == 경북) echo " selected "; ?>>054</option>
<option value='055' <? if($write[wr_6] == 경남) echo " selected "; ?>>055</option>
<option value='061' <? if($write[wr_6] == 전남) echo " selected "; ?>>061</option>
<option value='062' <? if($write[wr_6] == 광주) echo " selected "; ?>>062</option>
<option value='063' <? if($write[wr_6] == 전북) echo " selected "; ?>>063</option>
<option value='064' <? if($write[wr_6] == 제주) echo " selected "; ?>>064</option>
<option value='080' <? if($write[wr_6] == 기타) echo " selected "; ?>>080</option>
</select> - <input name=wr_7 style="width:40;" value="<?=$write[wr_7]?>" size="12" maxlength="4" itemname="wr_7" required>
-
<input name=wr_8 style="width:40;" value="<?=$write[wr_8]?>" size="12" maxlength="4" itemname="wr_8" required></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td rowspan="3" style='padding-left:20px; height:30px;'>· 주소</td>
<td><input size=4 maxlength=3 name=wr_9 readonly itemname="우편번호앞자리" value="<?=$write[wr_9]?>"> - <input size=4 maxlength=3 name=wr_10 readonly itemname="우편번호뒷자리" value="<?=$write[wr_10]?>"> <a href="javascript:;" onclick="win_zip('fwrite', 'wr_9', 'wr_10', 'wr_11', 'wr_12');"> 주소검색</a><br /> </td>
</tr>
<tr>
<td>
<input name=wr_11 readonly required itemname="주소" style="width:50%;" value="<?=$write[wr_11]?>" /></td>
</tr>
<tr>
<td>
<input name=wr_12 class="style1" value="<?=$write[wr_12]?>" style="width:50%;" required itemname="상세주소"></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px;'>· 내용</td>
<td style='padding:5 0 5 0;'>
<? if (!$is_dhtml_editor) { ?>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=50% align=left valign=bottom>
<span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
<span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
<span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span></td>
<td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<? }?></td>
</tr>
</table>
<? } ?>
<textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all;' rows=15 itemname="내용" required
<? if ($is_dhtml_editor) echo ' geditor '; ?>
<? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<? }?>><?=$content?></textarea>
<? if ($write_min || $write_max) { ?><script language="javascript"> check_byte('wr_content', 'char_count'); </script><? }?> </td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? if ($is_link) { ?>
<? for ($i=1; $i<=$g4[link_count]; $i++) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 관련기사 #<?=$i?></td>
<td><input type='text' class='field_pub_01' size=50 name='wr_link<?=$i?>' itemname='링크 #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'></td>
</tr
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<? } ?>
<? if ($is_file) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><table cellpadding=0 cellspacing=0><tr><td style=" padding-top: 10px;">· 파일 <span onclick="add_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>+</span> <span onclick="del_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>-</span></td></tr></table></td>
<td style='padding:5 0 5 0;'><table id="variableFiles" cellpadding=0 cellspacing=0></table><? print_r2($file); ?>
<script language="JavaScript">
var flen = 0;
function add_file(delete_code)
{
var upload_count = <?=(int)$board[bo_upload_count]?>;
if (upload_count && flen >= upload_count)
{
alert("이 게시판은 "+upload_count+"개 까지만 파일 업로드가 가능합니다.");
return;
}
var objTbl;
var objRow;
var objCell;
if (document.getElementById)
objTbl = document.getElementById("variableFiles");
else
objTbl = document.all["variableFiles"];
objRow = objTbl.insertRow(objTbl.rows.length);
objCell = objRow.insertCell(0);
objCell.innerHTML = "<input type='file' class='field_pub_01' name='bf_file[]' title='파일 용량 <?=$upload_max_filesize?> 이하만 업로드 가능'>";
if (delete_code)
objCell.innerHTML += delete_code;
else
{
<? if ($is_file_content) { ?>
objCell.innerHTML += "<br><input type='text' class='field_pub_01' size=50 name='bf_content[]' title='업로드 이미지 파일에 해당 되는 내용을 입력하세요.'>";
<? } ?>
;
}
flen++;
}
<?=$file_script; //수정시에 필요한 스크립트?>
function del_file()
{
// file_length 이하로는 필드가 삭제되지 않아야 합니다.
var file_length = <?=(int)$file_length?>;
var objTbl = document.getElementById("variableFiles");
if (objTbl.rows.length - 1 > file_length)
{
objTbl.deleteRow(objTbl.rows.length - 1);
flen--;
}
}
</script></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<? if ($is_trackback) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· 트랙백주소</td>
<td><input class='field_pub_01' size=50 name=wr_trackback itemname="트랙백" value="<?=$trackback?>">
<? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">핑 보냄<? } ?></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<? if ($is_norobot) { ?>
<tr>
<td style='padding-left:20px; height:30px;'>· <?=$norobot_str?></td>
<td><input class='field_pub_01' type=input size=10 name=wr_key itemname="자동등록방지" required> * 왼쪽의 글자중 <font color="red">빨간글자만</font> 순서대로 입력하세요.
</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<tr><td colspan=2 height=2 bgcolor="#0A7299"></td></tr>
<form name="fwrite" method="post" enctype="multipart/form-data" style="margin:0px;">
<input type=hidden name=bo_table value="contact">
<input type=hidden name=wr_key value="<?=$norobot_key?>">
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center" valign="top" style="padding-top:30px;">
<input type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 accesskey='s'>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/btn_list.gif" border=0></a></td>
</tr>
</table>
</td></tr></table>
</form>
<script language="javascript">
with (document.fwrite) {
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_subject) != "undefined")
wr_subject.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
if (typeof(ca_name) != "undefined")
if (w.value == "u")
ca_name.value = "<?=$write[ca_name]?>";
}
function html_auto_br(obj) {
if (obj.checked) {
result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");
if (result)
obj.value = "html2";
else
obj.value = "html1";
}
else
obj.value = "";
}
function fwrite_check(f) {
var s = "";
if (s = word_filter_check(f.wr_subject.value)) {
alert("제목에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
if (s = word_filter_check(f.wr_content.value)) {
alert("내용에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
if (document.getElementById('char_count')) {
if (char_min > 0 || char_max > 0) {
var cnt = parseInt(document.getElementById('char_count').innerHTML);
if (char_min > 0 && char_min > cnt) {
alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");
return;
}
else if (char_max > 0 && char_max < cnt) {
alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
return;
}
}
}
if (typeof(f.wr_key) != "undefined") {
if (hex_md5(f.wr_key.value) != md5_norobot_key) {
alert("자동등록방지용 빨간글자가 순서대로 입력되지 않았습니다.");
f.wr_key.focus();
return;
}
}
document.getElementById('btn_submit').disabled = true;
document.getElementById('btn_list').disabled = true;
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
f.submit();
}
</script>
<script language="JavaScript" src="<?="$g4[path]/js/board.js"?>"></script>
<? if ($is_dhtml_editor) {?><script language="JavaScript" src="<?="$g4[path]/geditor/geditor.js"?>"></script><?}?>
<script language="JavaScript">
window.onload=function() {
drawFont();
}
</script>
==========================================================
댓글 전체