ÿØÿà 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/service/ |
Upload File : |
<? if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 //전화번호 $ex5_filed = explode("-",$write[wr_5]); $ext5_00 = $ex5_filed[0]; $ext5_01 = $ex5_filed[1]; $ext5_02 = $ex5_filed[2]; ?> <body> <link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" rel="stylesheet" /> <style type="text/css"> <!-- .ui-datepicker { font:12px dotum; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 50px;} .ui-datepicker-trigger { margin:0 0 -5px 2px; } .ed2 { border:0px solid #CCCCCC; background-color:#dddddd; height:20px; } --> </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script> <script type="text/javascript"> /* Korean initialisation for the jQuery calendar extension. */ /* Written by DaeKwon Kang (ncrash.dk@gmail.com). */ jQuery(function($){ $.datepicker.regional['ko'] = { closeText: '닫기', prevText: '이전달', nextText: '다음달', currentText: '오늘', monthNames: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)', '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'], monthNamesShort: ['1월','2월','3월','4월','5월','6월', '7월','8월','9월','10월','11월','12월'], dayNames: ['일','월','화','수','목','금','토'], dayNamesShort: ['일','월','화','수','목','금','토'], dayNamesMin: ['일','월','화','수','목','금','토'], weekHeader: 'Wk', dateFormat: 'yy-mm-dd', firstDay: 0, isRTL: false, showMonthAfterYear: true, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ko']); $('#wr_7').datepicker({ showOn: 'button', buttonImage: '<?=$g4[path]?>/img/calendar.gif', buttonImageOnly: true, buttonText: "달력", changeMonth: true, changeYear: true, showButtonPanel: true, yearRange: 'c-99:c+99' }); }); </script> <script language="JavaScript"> <!-- function sidochange() { var f = document.fwrite; gugunview(f.sido.value); dongview(f.sido.value, f.gugun.value); } function gugunchange() { var f = document.fwrite; dongview(f.sido.value, f.gugun.value); } function dongview(sido, gugun) { var f = document.fwrite; f.dong.options.length = 1; f.dong.options[0].text = "읍/면/동"; f.dong.options[0].selected = true; if (!sido || !gugun) { return; } sojae = sojaeji[sido+"->"+gugun].split(","); f.dong.options.length = sojae.length+1; for (i=0; i<sojae.length; i++) { f.dong.options[i+1].value = sojae[i]; f.dong.options[i+1].text = sojae[i]; } } function gugunview(sido) { var f = document.fwrite; f.gugun.options.length = 1; f.gugun.options[0].text = "시/군/구"; f.gugun.options[0].selected = true; if (!sido) { return; } sojae = sojaeji[sido].split(","); f.gugun.options.length = sojae.length+1; for (i=0; i<sojae.length; i++) { f.gugun.options[i+1].value = sojae[i]; f.gugun.options[i+1].text = sojae[i]; } } function sidoview() { var f = document.fwrite; f.sido.options.length = 1; f.sido.options[0].text = "시/도"; sojae = sojaeji["시도"].split(","); f.sido.options.length = sojae.length+1; for (i=0; i<sojae.length; i++) { f.sido.options[i+1].value = sojae[i]; f.sido.options[i+1].text = sojae[i]; } } //--> </script> <script language="JavaScript"> <!-- function sidochange1() { var f = document.fwrite; gugunview1(f.sido1.value); dongview1(f.sido1.value, f.gugun1.value); } function gugunchange1() { var f = document.fwrite; dongview1(f.sido1.value, f.gugun1.value); } function dongview1(sido1, gugun1) { var f = document.fwrite; f.dong1.options.length = 1; f.dong1.options[0].text = "읍/면/동"; f.dong1.options[0].selected = true; if (!sido1 || !gugun1) { return; } sojae1 = sojaeji[sido1+"->"+gugun1].split(","); f.dong1.options.length = sojae1.length+1; for (i=0; i<sojae1.length; i++) { f.dong1.options[i+1].value = sojae1[i]; f.dong1.options[i+1].text = sojae1[i]; } } function gugunview1(sido1) { var f = document.fwrite; f.gugun1.options.length = 1; f.gugun1.options[0].text = "시/군/구"; f.gugun1.options[0].selected = true; if (!sido1) { return; } sojae1 = sojaeji[sido1].split(","); f.gugun1.options.length = sojae1.length+1; for (i=0; i<sojae1.length; i++) { f.gugun1.options[i+1].value = sojae1[i]; f.gugun1.options[i+1].text = sojae1[i]; } } function sidoview1() { var f = document.fwrite; f.sido1.options.length = 1; f.sido1.options[0].text = "시/도"; sojae1 = sojaeji["시도"].split(","); f.sido1.options.length = sojae1.length+1; for (i=0; i<sojae1.length; i++) { f.sido1.options[i+1].value = sojae1[i]; f.sido1.options[i+1].text = sojae1[i]; } } //--> </script> <script language="JavaScript" src='<?=$g4_path?>/js/sojaeji.js'></script> <script language="javascript"> // 글자수 제한 var char_min = parseInt(<?=$write_min?>); // 최소 var char_max = parseInt(<?=$write_max?>); // 최대 </script> <!-- 김선용 2005.4 - ff(불여우) 에서는 innerhtml 사용시 폼이 <table> 아래에 있으면 인식하지 못합니다. --> <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?>"> <input type=hidden name=wr_32 value="모바일퀵"> <input type=hidden name=wr_31 value="미확인"> <input type=hidden name=wr_name value="모바일퀵"> <input type=hidden name=wr_subject itemname="제목" value="모바일퀵견적접수"> <table style="border-collapse:collapse;" cellspacing="0" width="100%"> <tr> <td width="100%" style="border-bottom-width:1; border-bottom-color:#eeeeee; border-bottom-style:solid;padding-bottom:5px;"> <IMG src="<?=$g4_path?>/images/q1.gif" align=absmiddle width=16%><input class=ed2 maxlength=20 size=10 name=wr_3 itemname="신청자" required value="<?=$write[wr_3]?>" style="font-size:12px; width:20%; word-break:break-all;"> </td> </tr> <tr> <td width="100%" style="border-bottom-width:1; border-bottom-color:#eeeeee; border-bottom-style:solid;padding-bottom:5px;"> <IMG align=absMiddle src="<?=$g4_path?>/images/q5.gif" width=16% align=absmiddle><input class=ed2 type=text id=wr_7 name='wr_7' style="width:20%;" size=10 maxlength=15 required itemname='이사날짜' value='<?=$write[wr_7]?>' readonly title='옆의 달력 아이콘을 클릭하여 날짜를 입력하세요.'> <input class=ed2 maxlength=20 size=10 name=wr_60 itemname="시간" required value="<?=$write[wr_60]?>" style="font-size:12px; width:30px; word-break:break-all;"> 시 </td> </tr> <tr> <td style="border-top-width:1; border-bottom-width:1; border-top-color:#eeeeee; border-bottom-color:#eeeeee; border-top-style:solid; border-bottom-style:solid;padding-bottom:5px;padding-top:5px;"> <IMG align=absMiddle src="<?=$g4_path?>/images/q2.gif" width=16% align=absmiddle><input name='ext5_00' class=ed2 value='<?=$ext5_00?>' type='text' size='4' maxlength='4' onkeydown='onlyNumber(this);' itemname='휴대전화 첫번째자리' required class=input style="font-size:12px;"> - <input name='ext5_01' class=ed2 value='<?=$ext5_01?>' type='text' size='4' maxlength='4' onkeydown='onlyNumber(this);' itemname='휴대전화 두번째자리' required class=input style="font-size:12px;"> - <input name='ext5_02' class=ed2 value='<?=$ext5_02?>' type='text' size='4' maxlength='4' onkeydown='onlyNumber(this);' itemname='휴대전화 세번째자리' required class=input style="font-size:12px;"> </td> </tr> <tr> <td style="border-top-width:1; border-bottom-width:1; border-top-color:#eeeeee; border-bottom-color:#eeeeee; border-top-style:solid; border-bottom-style:solid;padding-bottom:5px;padding-top:5px;"> <IMG align=absMiddle src="<?=$g4_path?>/images/q6.gif" width=16% align=absmiddle> <nobr> <span style="font-size:11px; letter-spacing:-1;"><font face="돋움" color="#333333"><input type=radio name="ca_name" value="가정이사" <? if( $u=w || $write[ca_name] == "가정이사") echo "checked"; ?> >가정이사<input type=radio name="ca_name" value="사무실이사" <? if($write[ca_name] == "사무실이사") echo "checked"; ?> >사무실이사<input type=radio name="ca_name" value="원룸이사" <? if($write[ca_name] == "원룸이사") echo "checked"; ?> >원룸이사<input type=radio name="ca_name" value="청소서비스" <? if($write[ca_name] == "청소서비스") echo "checked"; ?> >청소서비스</font></span></nobr> </td> </tr> <tr> <td style="border-top-width:1; border-bottom-width:1; border-top-color:#eeeeee; border-bottom-color:#eeeeee; border-top-style:solid; border-bottom-style:solid;padding-bottom:5px;padding-top:5px;"> <IMG src="<?=$g4_path?>/images/q3.gif" width=16% align=absmiddle> <select name=wr_23 id="sido" onchange="sidochange()" style="width:50px;height:15px;"></select> <select name=wr_24 id="gugun" onchange="gugunchange()" style="width:80px;height:15px;"></select> <select name=wr_25 id="dong" style="width:80px;height:15px;"></select> <script language="JavaScript"> <!-- sidoview(); gugunview(""); dongview("", ""); //--> </script> </td> </tr> <tr> <td style="border-top-width:1; border-bottom-width:1; border-top-color:#eeeeee; border-bottom-color:#eeeeee; border-top-style:solid; border-bottom-style:solid;padding-bottom:5px;padding-top:5px;"> <IMG src="<?=$g4_path?>/images/q4.gif" align=absmiddle width=16%> <select name=wr_27 id="sido1" onchange="sidochange1()" style="width:50px;height:15px;"></select> <select name=wr_28 id="gugun1" onchange="gugunchange1()" style="width:80px;height:15px;"></select> <select name=wr_29 id="dong1" style="width:80px;height:15px;"></select> <script language="JavaScript"> <!-- sidoview1(); gugunview1(""); dongview1("", ""); //--> </script> </td> </tr> <tr> <td style="border-top-width:1; border-bottom-width:1; border-top-color:#eeeeee; border-bottom-color:#eeeeee; border-top-style:solid; border-bottom-style:solid;padding-bottom:10px;padding-top:10px;" align=center> <input type=image id="btn_submit" src="<?=$g4_path?>/images/btn_quickgo.gif" border=0 accesskey='s' width=80%> </td> </tr> </table> <input type=hidden id=wr_content name=wr_content class=tx style='width:97%; word-break:break-all;' rows=5 itemname="wr_content" value="모바일퀵"></textarea> </form> <!---- 숫자만 입력받는 스크립터 --//--> <script> function onlyNumber(objtext1){ var inText = objtext1.value; var ret; for (var i = 0; i < inText.length; i++) { ret = inText.charCodeAt(i); if (!((ret > 47) && (ret < 58))) { alert("숫자만을 입력하세요"); objtext1.value = ""; objtext1.focus(); return false; } } if (objtext1.value.length==8) { document.form1.RNI_idnum2.focus() ; } return true; } </script> <script language="javascript"> 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) { <? if ($g4[https_url]) echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';"; else echo "f.action = './write_update.php';"; ?> <? if ($is_guest) { ?> if (document.getElementById('agree')) { if (!document.getElementById('agree').checked) { alert("개인정보수집에 대한 내용을 읽고 이에 동의하셔야 합니다."); 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 (document.getElementById('tx_wr_content')) { if (!ed_wr_content.outputBodyText()) { alert('내용을 입력하십시오.'); ed_wr_content.returnFalse(); return false; } } <? if ($is_dhtml_editor) echo cheditor3('wr_content'); ?> var subject = ""; var content = ""; $.ajax({ url: "<?=$board_skin_path?>/ajax.filter.php", type: "POST", data: { "subject": f.wr_subject.value, "content": f.wr_content.value }, dataType: "json", async: false, cache: false, success: function(data, textStatus) { subject = data.subject; content = data.content; } }); if (subject) { alert("제목에 금지단어('"+subject+"')가 포함되어있습니다"); f.wr_subject.focus(); return false; } if (content) { alert("내용에 금지단어('"+content+"')가 포함되어있습니다"); if (typeof(ed_wr_content) != "undefined") ed_wr_content.returnFalse(); else f.wr_content.focus(); return false; } document.getElementById('btn_submit').disabled = true; return true; } </script> <script type="text/javascript" src="<?="$g4[path]/js/board.js"?>"></script> <script type="text/javascript"> window.onload=function() { drawFont(); } </script>