MINI MINI MANI MO

Path : /home/lhcar/www/mobile/
File Upload :
Current File : /home/lhcar/www/mobile/sub08.php

<?
require_once "./_common/common.php";
include $_SERVER['DOCUMENT_ROOT'].'/_config/global.php';
include $_SERVER['DOCUMENT_ROOT'].'/_config/_class/phpfun.class.php';
$phpfun = new phpfun();
$SID = session_id();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>


<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="css/scale.css" rel="stylesheet" type="text/css">
</head>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>

<script>
function left_c_ok(){
	f=document.cform_c_left;
	if(!f.name.value||f.name.value=="이름"){
		alert("이름을 입력해 주세요.");
	}else if(!f.phone.value||f.phone.value=="휴대전화"){
		alert("휴대전화 번호를 입력해 주세요.");
	}else if(f.left_agree.checked==false){
		alert("개인정보처리방침에 동의해 주세요.");
	}else{
		f.action="/counsel_save.php";
		f.submit();
	}
}
</script>

<div id="top">
<? include "inc/sub_top.html"; ?>
</div>

<tr>	
			<td><? include "inc/customer_menu.php"; ?></td>
</tr>
<tr>
	<td>	
			<!-- navi start-->
							<table id="navi"  width="100%"  height="60"  border="0" cellpadding="0" cellspacing="0">
  <tr>	
									<td>
										<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<?if(!$tt){$ts1="color: #FF0000;font-weight:bolder;";$ts2="color: #000000";}else{$ts2="color: #FF0000;font-weight:bolder;";$ts1="color: #000000";}?>
											<tr>
												    <td align="center"><strong>간편상담</strong></td>
										  </tr></table></td>
												
											</tr>
                                            <tr><td height="1" bgcolor="#0066CC"></td></tr>
                                            <tr><td height="10" ></td></tr>
										</table>								  </td>
							    </tr>
							 </table>
	  <!-- navi end-->
	</td>
</tr>

<tr>
	<td>	
			<div align="center">
			  <!-- contents start--><table width="98%" border="0" cellspacing="0" cellpadding="0">
             
<form name="cform_c_left" method="post" enctype="multipart/form-data" target="HiddenFrm">
<input type="hidden" name="Mode" value="counsel">
<input type="hidden" name="gubun" value="5">
              <tr>
                <td height="5" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="ex">
                  <tr>
                    <td height="35" colspan="2" align="center" class="tab_bg" style="border-bottom:1px solid #EEEEEE;">폐차가격을 신속히 알려드립니다</td>
                  </tr>
                  <tr>
                    <td width="25%" height="35" align="center" bgcolor="f6f6f6" class="tab_bg" style="border-bottom:1px solid #EEEEEE;">이름</td>
                    <td align="left" style="padding-left:7px;border-bottom:1px solid #EEEEEE; line-height:16px;"><input type="text" name="name"  style="width:98%" /></td>
                  </tr>
                  <tr>
                    <td height="35" align="center" bgcolor="f6f6f6" class="tab_bg" style="border-bottom:1px solid #EEEEEE;">휴대전화</td>
                    <td align="left" style="padding-left:7px;border-bottom:1px solid #EEEEEE; line-height:16px;"><input type="number" name="phone"  style="width:98%" /></td>
                  </tr>
                  <tr>
                    <td height="35" align="center" bgcolor="f6f6f6" class="tab_bg" style="border-bottom:1px solid #EEEEEE;">차량번호</td>
                    <td align="left" style="padding-left:7px;border-bottom:1px solid #EEEEEE; line-height:16px;"><input type="text" name="type2_etc"  style="width:98%" /></td>
                  </tr>
                  <tr>
                    <td height="35" align="center" bgcolor="f6f6f6" class="tab_bg" style="border-bottom:1px solid #EEEEEE;">보관지역</td>
                    <td align="left" style="padding-left:7px;border-bottom:1px solid #EEEEEE; line-height:16px;"><select name="type2">
                      <option value="">:: 지역선택 ::</option>
<?
	for($i=0;$i<count($Arr_addr1);$i++){
?>
            <option value="<?=$Arr_addr1[$i]?>"><?=$Arr_addr1[$i]?></option>
<?
	}
?>
                    </select></td>
                  </tr>
                  <tr>
                    <td height="35" colspan="2" align="center"><input type="checkbox" name="left_agree" id="checkbox" />
                      개인정보처리방침 동의</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="5" colspan="2">&nbsp;</td>
              </tr>
              <tr>
                <td height="5" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="15%">&nbsp;</td>
                      <td align="center"><table width="100" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td height="35" align="center" bgcolor="#00356A" style="color:#FFFFFF" onclick="left_c_ok();">상담신청하기</td>
                        </tr>
                      </table></td>
                      <td width="15%" align="right">&nbsp;</td>
                    </tr>
                </table></td>
              </tr>
              <tr>
                <td height="5" colspan="2">&nbsp;</td>
              </tr>
</form>
      </table>
	  </div>
			
			<!-- contents end-->	</td>
</tr>

<div id="btm">
<? include "inc/btm.html"; ?>
</div>
  


OHA YOOOO