쇼핑몰: #195 상품상세 선택/추가 옵션 마크업 1차 분기 후 충돌 수정 및 validation 통과

This commit is contained in:
whitedot
2013-05-24 16:25:10 +09:00
2 changed files with 6 additions and 16 deletions

View File

@ -532,8 +532,8 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col
#sit_inf_explan img {max-width:100%;height:auto}
#sit_inf_open {width:100%;border:0;border-collapse:collapse}
#sit_inf_open th {padding:7px 10px;border:1px solid #fff;background:#f5f6fa;text-align:left}
#sit_inf_open td {padding:7px 10px;border:1px solid #fff;background:#f5f6fa}
#sit_inf_open th {padding:7px 10px;border:1px solid #fff;background:#f5f6fa;vertical-align:top;text-align:left}
#sit_inf_open td {padding:7px 10px;border:1px solid #fff;background:#f5f6fa;vertical-align:top}
/* 상품 상세보기 - 사용후기 */
#sit_ps {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9}

View File

@ -339,7 +339,7 @@ else
</tbody>
</table>
<div class="sit_sel_btn">
<button type="button" id="sit_sel_submit" class="btn_frmline">추가</button>
<button type="button" id="sit_selopt_submit" class="btn_frmline">추가</button>
</div>
</section>
<!-- ########## 선택옵션이 있을 때만 출력 끝 -->
@ -359,24 +359,14 @@ else
</tbody>
</table>
<div class="sit_sel_btn">
<button type="button" id="sit_sel_submit" class="btn_frmline">추가</button>
<button type="button" id="sit_selsub_submit" class="btn_frmline">추가</button>
</div>
</section>
<!-- ########## 추가옵션이 있을 때만 출력 끝 -->
<!-- <tr> ##### 삭제대상 - 지운아빠 2013-05-24
<th scope="row">수량</th>
<td>
<input type="text" name="ct_qty" value="1" class="sit_ov_input" size="4" maxlength="4" autocomplete="off" onkeyup="amount_change()">
<button type="button" onclick="javascript:qty_add(+1);" class="btn_frmline"><span class="sound_only">수량 1개 </span>증가</button>
<button type="button" onclick="javascript:qty_add(-1);" class="btn_frmline"><span class="sound_only">수량 1개 </span>감소</button>
</td>
</tr> -->
<?php } // 전화문의가 아닐 경우 끝 ?>
<?php } // 갤러리가 아닐 경우 끝 ?>
</tbody>
</table>
<div id="sit_sel_option"></div>
@ -763,9 +753,9 @@ else
$ii_title = $info_array[$key][0];
$ii_value = $val;
?>
<tr valign="top">
<tr>
<th scope="row"><?php echo $ii_title; ?></th>
<td><?php echo $ii_value; ?></th>
<td><?php echo $ii_value; ?></td>
</tr>
<?php } //foreach?>
</tbody>