포토리뷰 작업 중
This commit is contained in:
@@ -1100,36 +1100,36 @@
|
||||
<div class="photoReviewList">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp1.jpg" alt="리뷰 이미지">
|
||||
<div class="count">3</div>
|
||||
</a>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp2.jpg" alt="리뷰 이미지">
|
||||
</a>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp3.jpg" alt="리뷰 이미지">
|
||||
</a>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp4.jpg" alt="리뷰 이미지">
|
||||
<div class="count">2</div>
|
||||
</a>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp5.jpg" alt="리뷰 이미지">
|
||||
</a>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp6.jpg" alt="리뷰 이미지">
|
||||
</a>
|
||||
</button>
|
||||
</li>
|
||||
<li onclick="javascript:open_layer_popup('photoReviewAll_Popup')">
|
||||
<button class="allPhotoReview">
|
||||
@@ -1386,7 +1386,7 @@
|
||||
<h2>Q&A (14)</h2>
|
||||
<div class="qnaBtn">
|
||||
<div class="oneButton">
|
||||
<button class="" onClick="javascript:open_layer_popup('inquiry_popup');"><p>문의하기</p></button>
|
||||
<button onClick="open_layer_popup('inquiry_popup');"><p>문의하기</p></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1844,7 +1844,6 @@
|
||||
</dd>
|
||||
</dl>
|
||||
<script>
|
||||
|
||||
// 이미지 삭제 스크립트
|
||||
// 이미 DB에 등록되어 있는 경우는 별도 처리가 필요해 보입니다.
|
||||
// IE는 고려하지 않았습니다.
|
||||
@@ -1860,8 +1859,8 @@
|
||||
|
||||
<div class="carswBtn">
|
||||
<div class="towButton">
|
||||
<a href="javascript:;" class="cartBtn leftBtn" onClick="javascript:close_layer_popup('reviewWrite_Popup');"><p>취소</p></a>
|
||||
<a href="javascript:;" class="PurchaseBtn rightBtn"><p>리뷰등록</p></a>
|
||||
<button type="button" class="leftBtn" onClick="close_layer_popup('reviewWrite_Popup');"><p>취소</p></button>
|
||||
<button type="button" class="rightBtn"><p>리뷰등록</p></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user