159 lines
6.5 KiB
PHP
159 lines
6.5 KiB
PHP
<?php $bland_code = "kia"; ?>
|
|
<!--
|
|
//메타의 각 브랜드 별 코드는 hyundai,genesis 입니다.
|
|
//브랜드 별 경로에 따라 해당 코드를 변경해주세요.
|
|
-->
|
|
<?php $gnbStyleCode = "hskey"; ?>
|
|
<!--
|
|
페이지 별 붙박이 코드입니다. 해당 변수는 JSP로만 변경해주시고, 값은 그대로 유지만 시켜주시면 됩니다.
|
|
-->
|
|
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>제품상세명 > 제품리스트 > 회사명</title>
|
|
<!--
|
|
//위에 순서대로 title 이 변경되어야 합니다.
|
|
-->
|
|
<?php
|
|
include($_SERVER['DOCUMENT_ROOT']."/kr/include/meta.php");
|
|
?>
|
|
<!--상품상세 페이지 css 분리-->
|
|
<link rel="stylesheet" charset="UTF-8" href="/kr/assets/css/service.css?v1" type="text/css" />
|
|
<?php
|
|
include($_SERVER['DOCUMENT_ROOT']."/kr/include/style.php");
|
|
?>
|
|
|
|
</head>
|
|
<body id="faq">
|
|
<div class="csKey"> </div>
|
|
|
|
<!--//header-->
|
|
<?php
|
|
include($_SERVER['DOCUMENT_ROOT']."/kr/include/header.php");
|
|
?>
|
|
<!--//header-->
|
|
|
|
<div class="pageTitle">
|
|
<h1>1:1 문의</h1>
|
|
</div>
|
|
|
|
<!--//content-warp-->
|
|
<div class="contentWarp">
|
|
<div class="csWarp">
|
|
<div class="csInner">
|
|
<div class="formBox">
|
|
<dl class="important">
|
|
<dt>사용자 ID</dt>
|
|
<dd>
|
|
<input type="text" value="FoDtestID" disabled>
|
|
</dd>
|
|
</dl>
|
|
<dl class="important">
|
|
<dt>이름</dt>
|
|
<dd>
|
|
<input type="text" value="홍길동" disabled>
|
|
</dd>
|
|
</dl>
|
|
<dl class="important">
|
|
<dt>휴대전화</dt>
|
|
<dd>
|
|
<div class="phone">
|
|
<input type="text">
|
|
<input type="text">
|
|
<input type="text">
|
|
</div>
|
|
</dd>
|
|
</dl>
|
|
<dl class="important">
|
|
<dt>이메일</dt>
|
|
<dd>
|
|
<div class="mail">
|
|
<input type="text">
|
|
<span>@</span>
|
|
<input type="text">
|
|
<select name="" id="">
|
|
<option value="">직접입력</option>
|
|
<option value="">직접입력</option>
|
|
<option value="">직접입력</option>
|
|
<option value="">직접입력</option>
|
|
<option value="">직접입력</option>
|
|
<option value="">직접입력</option>
|
|
</select>
|
|
</div>
|
|
</dd>
|
|
</dl>
|
|
<dl class="important">
|
|
<dt>문의유형</dt>
|
|
<dd>
|
|
<select name="" id="">
|
|
<option value="">문의 유형을 선택해주세요.</option>
|
|
<option value="">회원</option>
|
|
<option value="">상품구매</option>
|
|
<option value="">사이트문의</option>
|
|
</select>
|
|
</dd>
|
|
</dl>
|
|
<dl class="important">
|
|
<dt>제목</dt>
|
|
<dd>
|
|
<input type="text" placeholder="제목을 입력해주세요.">
|
|
</dd>
|
|
</dl>
|
|
<dl class="important">
|
|
<dt>내용</dt>
|
|
<dd>
|
|
<textarea name="" id="" cols="30" rows="10" placeholder="내용을 입력해주세요."></textarea>
|
|
</dd>
|
|
</dl>
|
|
<dl class="insertFile">
|
|
<dt>첨부파일</dt>
|
|
<dd class="flieWarp">
|
|
<div class="fileList">
|
|
<ul>
|
|
<li>
|
|
<p><span>FoD_Contact_Image_file.jpg</span></p>
|
|
<button><i class="icon-close"></i></button>
|
|
</li>
|
|
<li>
|
|
<p><span>FoD_Contact_Image_file.jpg</span></p>
|
|
<button><i class="icon-close"></i></button>
|
|
</li>
|
|
</ul>
|
|
<p class="textInfo">*5MB 이하의 사진 이미지, 문서 파일을 최대 5개까지 등록할 수 있습니다.</p>
|
|
</div>
|
|
<div class="fileAddBtn">
|
|
<button><i class="icon-reset"></i><span>초기화</span></button>
|
|
<label for="fileBtn"><i class="icon-plus"></i><span>항목추가</span></label>
|
|
<input type="file" id="fileBtn" style="display:none">
|
|
</div>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="csBtn">
|
|
<div class="oneButton">
|
|
<button class=""><p>문의하기</p></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--//content-warp-->
|
|
|
|
|
|
<!--//footer-->
|
|
<?php
|
|
include($_SERVER['DOCUMENT_ROOT']."/kr/include/footer.php");
|
|
?>
|
|
<!--//footer-->
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|