ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/skin/board/ziplinekorea_service/ |
Upload File : |
<? if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 if ($is_dhtml_editor) { include_once("$g4[path]/lib/cheditor4.lib.php"); echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>"; echo cheditor1('wr_content', '100%', '250'); } ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <style type="text/css"> .write_head { height:30px; text-align:center; color:#8492A0; } .field { border:1px solid #ccc; } .table1 { border:1px solid #f1f1f1; } .w1 { height:30px; background:#fbfbfb; padding:5px 5px 5px 5px; } .w2 { height:30px; color:#888888; background:#fbfbfb; padding:7px 5px 0px 5px; } .w_input { font-family:; font-size:9pt; color:#454545; border-top:1px solid #ababab; border-bottom:1px solid #dfdfdf; border-left:1px solid #ababab; border-right:1px solid #dfdfdf; height:21px;} </style> <script language="javascript"> // 글자수 제한 var char_min = parseInt(<?=$write_min?>); // 최소 var char_max = parseInt(<?=$write_max?>); // 최대 </script> <form name="fwrite" method="post" onsubmit="return fwrite_submit(this);" 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?>" cellpadding=0 cellspacing=0> <tr> <td> <div style="border:1px solid #ddd; height:34px; background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x;"> <div style="font-weight:bold; font-size:12px; margin:10px 0 0 10px;"><?=$title_msg?></div> </div> <div style="height:3px; background:url(<?=$board_skin_path?>/img/title_shadow.gif) repeat-x; line-height:1px; font-size:1px;"> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <? if(!$member[mb_id]){ ?> <? if ($is_name) { ?> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1"> <tr> <td width="2" class="w1"></td> <td width="100" class="w1"><b>업체명</b> (담당자)</td> <td class="w1"><input class='w_input' maxlength=20 size=12 name=wr_name itemname="이름" required value="<?=$name?>"></td> </tr> <tr> <td width="2" class="w1"></td> <td width="100" class="w1"><b>연락가능번호</b></td> <td class="w1"><option value="010"<?if($name_mail[1]=="010")echo"selected";?>>naver.com</option> <option value="daum.net"<?if($name_mail[1]=="daum.net")echo"selected";?>>daum.net</option> <option value="nate.com"<?if($name_mail[1]=="nate.com")echo"selected";?>>nate.com</option> <option value="empal.com"<?if($name_mail[1]=="empal.com")echo"selected";?>>empal.com</option> <option value="gmail.com"<?if($name_mail[1]=="gmail.com")echo"selected";?>>gmail.com</option> <option value="korea.com"<?if($name_mail[1]=="korea.com")echo"selected";?>>korea.com</option> <option value="chol.com"<?if($name_mail[1]=="chol.com")echo"selected";?>>chol.com</option> <option value="paran.com"<?if($name_mail[1]=="paran.com")echo"selected";?>>paran.com</option> <option value="hanmail.net"<?if($name_mail[1]=="hanmail.net")echo"selected";?>>hanmail.net</option> - <input class='w_input' maxlength=20 size=12 name=wr_7 itemname="이름" required value="<?=$wr_7?>"> - <input class='w_input' maxlength=20 size=12 name=wr_8 itemname="이름" required value="<?=$wr_8?>"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <? } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1"> <tr> <td width="2" class="w1"></td> <td width="100" class="w1"><b>이메일</b></td> <td class="w1"> <input name="mb_email1" id="mb_email1" class="ed" type="text" value="<?=$mb_mail[0]?>" title="이메일ID입력" style="width:90px;" class="ed" itemname="이메일ID입력" required/> @ <select id="sel_mail" name="sel_mail" onchange="if(this.value=='self') this.form.mb_email2.style.display=''; else this.form.mb_email2.style.display='none'";> <option value='' selected="selected">선택하세요</option> <option value="naver.com"<?if($name_mail[1]=="naver.com")echo"selected";?>>naver.com</option> <option value="daum.net"<?if($name_mail[1]=="daum.net")echo"selected";?>>daum.net</option> <option value="nate.com"<?if($name_mail[1]=="nate.com")echo"selected";?>>nate.com</option> <option value="empal.com"<?if($name_mail[1]=="empal.com")echo"selected";?>>empal.com</option> <option value="gmail.com"<?if($name_mail[1]=="gmail.com")echo"selected";?>>gmail.com</option> <option value="korea.com"<?if($name_mail[1]=="korea.com")echo"selected";?>>korea.com</option> <option value="chol.com"<?if($name_mail[1]=="chol.com")echo"selected";?>>chol.com</option> <option value="paran.com"<?if($name_mail[1]=="paran.com")echo"selected";?>>paran.com</option> <option value="hanmail.net"<?if($name_mail[1]=="hanmail.net")echo"selected";?>>hanmail.net</option> <option value="hotmail.com"<?if($name_mail[1]=="hotmail.com")echo"selected";?>>hotmail.com</option> <option value="self">직접입력</option> </select> <input name="mb_email2" id="mb_email2" class="ed" style="display:none;" type="text" value="<?=$mb_mail[1]?>" title="이메일서비스입력" /> <input class=ed type=hidden id='reg_mb_email' name='mb_email' size=38 maxlength=100 value='<?=$member[mb_email]?>' onblur="reg_mb_email_check()"> <span id='msg_mb_email'></span> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <!-- <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1"> <tr> <td width="2" class="w1"></td> <td width="100" class="w1"></td> <td width="90" class="w1"> </td> <? if ($is_password) { ?> <td width="60" class="w1">비밀번호</td> <td width="90" class="w1"> <input class='w_input' type=password maxlength=20 size=12 name=wr_password itemname="패스워드" <?=$password_required?>></td> <? } ?> <? if ($is_guest) { ?> <td width="120" rowspan="2" class="w1"> <img id='kcaptcha_image' border='0' width=120 height=60 onclick="imageClick();" style="cursor:pointer;" title="글자가 잘안보이는 경우 클릭하시면 새로운 글자가 나옵니다."></td> <td class="w2"><span style="color:#333333;font-weight:bold; ">자동등록방지</span><br>좌측의 코드를 입력하세요.</td> <? } ?> <td class="w1"> </td> </tr> <tr> <td width="2" class="w1"></td> <? if ($is_email) { ?> <td width="45" class="w1">이메일</td> <td width="90" class="w1"> <input class='w_input' maxlength=20 size=12 name=wr_email email itemname="이메일" value="<?=$email?>"></td> <? } ?> <? if ($is_homepage) { ?> <td width="60" class="w1">홈페이지</td> <td width="90" class="w1"> <input class='w_input' maxlength=20 size=12 name=wr_homepage itemname="홈페이지" value="<?=$homepage?>"></td> <? } ?> <!-- <? if ($is_guest) { ?> <td class="w1"> <input class='w_input' type=input size=22 name=wr_key itemname="자동등록방지" required></td> <? } ?> <td class="w1"> </td> </tr> </table>--> <? } ?> <? $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; ?> <!-- <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1"> <tr> <td width="2" class="w1"></td> <? if ($is_category) { ?> <td width="70" class="w1">분 류</td> <td width="90" class="w1"> <select name=ca_name required itemname="분류"> <option value="">선택하세요<?=$category_option?></select></td> <? } ?> <?if ($option) {?> <td width="70" class="w1">옵 션</td> <td class="w1"><?=$option?></td> <? } ?> <td class="w1"> </td> </tr> </table> --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1"> <tr> <td width="2" class="w1"></td> <td width="100" class="w1"><b>지 역</b></td> <td class="w1"> <input type="radio" name=wr_subject value="경기북부" <?if($write[wr_subject]=="경기북부")echo"checked";?> checked>경기북부 <input type="radio" name=wr_subject value="경기남부" <?if($write[wr_subject]=="경기남부")echo"checked";?> >경기남부 <input type="radio" name=wr_subject value="충북" <?if($write[wr_subject]=="충북")echo"checked";?> >충북 <input type="radio" name=wr_subject value="충남" <?if($write[wr_subject]=="충남")echo"checked";?> >충남 <input type="radio" name=wr_subject value="강원" <?if($write[wr_subject]=="강원")echo"checked";?> >강원 <input type="radio" name=wr_subject value="경북" <?if($write[wr_subject]=="경북")echo"checked";?> >경북 <input type="radio" name=wr_subject value="경남" <?if($write[wr_subject]=="경남")echo"checked";?> >경남 <input type="radio" name=wr_subject value="전북" <?if($write[wr_subject]=="전북")echo"checked";?> >전북 <input type="radio" name=wr_subject value="전라" <?if($write[wr_subject]=="전라")echo"checked";?> >전라 <input type="radio" name=wr_subject value="그외지역" <?if($write[wr_subject]=="그외지역")echo"checked";?> >그외지역 </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1"> <tr> <td width="2" class="w1"></td> <td width="100" class="w1"><b>사업자구분</b></td> <td class="w1"> <input type="radio" name=wr_5 value="1" <?if($write[wr_5]=="1")echo"checked";?> checked>지자체 <input type="radio" name=wr_5 value="2" <?if($write[wr_5]=="2")echo"checked";?> >개인 <input type="radio" name=wr_5 value="3" <?if($write[wr_5]=="3")echo"checked";?> >기타 </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1"> <tr> <td width="2" class="w1"></td> <td width="100" class="w1"><b>투자규모</b></td> <td class="w1"> <input type="radio" name=wr_6 value="1" <?if($write[wr_6]=="1")echo"checked";?> checked>5억원이하 <input type="radio" name=wr_6 value="2" <?if($write[wr_6]=="2")echo"checked";?> >5~10억원 <input type="radio" name=wr_6 value="3" <?if($write[wr_6]=="3")echo"checked";?> >10~20억원 <input type="radio" name=wr_6 value="3" <?if($write[wr_6]=="3")echo"checked";?> >20억원이상 </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1"> <tr> <td width="2" class="w1"></td> <td width="100" class="w1"><b>기타문의사항</b></td> <td class="w1"> <? if ($is_dhtml_editor) { ?> <?=cheditor2('wr_content', $content);?> <? } else { ?> <table width=100% cellpadding=0 cellspacing=0 style="display:none;"> <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=10 itemname="내용" required <? 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> </table> <? if ($is_link) { ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1" id="table1"> <tr> <td width="2" class="w1"></td> <td width="45" class="w1"> <span onclick="add_file();" style="cursor:pointer;"> <img src="<?=$board_skin_path?>/img/btn_file_add.gif"></span> <span onclick="del_file();" style="cursor:pointer;"> <img src="<?=$board_skin_path?>/img/btn_file_minus.gif"></span></td> <td class="w1"> <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='ed' 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='ed' 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> </table> <? } ?> <? if ($is_trackback) { ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="6"> <td></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table1" id="table1"> <tr> <td width="2" class="w1"></td> <td width="45" class="w1">트랙백</td> <td class="w1"> <input class='w_pnput' style="width:100%;" name=wr_trackback itemname="트랙백" value="<?=$trackback?>"><? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">핑 보냄<? } ?></td> </tr> </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 type="text/javascript"> var md5_norobot_key = ''; </script> <script type="text/javascript" src="<?="$g4[path]/js/prototype.js"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"></script> <script type="text/javascript"> function imageClick() { var url = "<?=$g4[bbs_path]?>/kcaptcha_session.php"; var para = ""; var myAjax = new Ajax.Request( url, { method: 'post', asynchronous: true, parameters: para, onComplete: imageClickResult }); } function imageClickResult(req) { var result = req.responseText; var img = document.createElement("IMG"); img.setAttribute("src", "<?=$g4[bbs_path]?>/kcaptcha_image.php?t=" + (new Date).getTime()); document.getElementById('kcaptcha_image').src = img.getAttribute('src'); md5_norobot_key = result; } <? if (!$is_member) { ?>Event.observe(window, "load", imageClick);<? } ?> <? // 관리자라면 분류 선택에 '공지' 옵션을 추가함 if ($is_admin) { echo " if (typeof(document.fwrite.ca_name) != 'undefined') { document.fwrite.ca_name.options.length += 1; document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].value = '공지'; document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].text = '공지'; }"; } ?> 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_submit(f) { var s = ""; if (s = word_filter_check(f.wr_subject.value)) { alert("제목에 금지단어('"+s+"')가 포함되어있습니다"); return false; } if (s = word_filter_check(f.wr_content.value)) { alert("내용에 금지단어('"+s+"')가 포함되어있습니다"); return false; } 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 false; } else if (char_max > 0 && char_max < cnt) { alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다."); return false; } } } <? if ($is_dhtml_editor) echo cheditor3('wr_content'); ?> if (document.getElementById('tx_wr_content')) { if (!ed_wr_content.outputBodyText()) { alert('내용을 입력하십시오.'); ed_wr_content.returnFalse(); return false; } } if (typeof(f.wr_key) != 'undefined') { if (hex_md5(f.wr_key.value) != md5_norobot_key) { alert('자동등록방지용 글자가 제대로 입력되지 않았습니다.'); f.wr_key.select(); f.wr_key.focus(); return false; } } 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';"; ?> return true; } </script> <script language="JavaScript" src="<?="$g4[path]/js/board.js"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"?>"></script> <script language="JavaScript"> window.onload=function() { drawFont(); } </script>