Merge branch 'master' of github.com:gnuboard/yc4s
This commit is contained in:
@ -410,6 +410,9 @@ html.no-overflowscrolling #it_coupon_frm {height:auto;max-height:10000px !import
|
||||
|
||||
#sod_frm_orderer {margin:1.8em 0 3.6em}
|
||||
|
||||
#sod_frm_addr div {position:relative} /* 갤탭 position */
|
||||
#sod_frm_addr div div {position:absolute;top:-25px;left:185px;letter-spacing:-0.1em}
|
||||
|
||||
#sod_frm_same {margin:0 0 1em}
|
||||
|
||||
#sod_frm #od_memo {height:7em}
|
||||
|
||||
@ -497,12 +497,12 @@ ob_end_clean();
|
||||
<?php $zip_href = G4_BBS_URL.'/zip.php?frm_name=forderform&frm_zip1=od_b_zip1&frm_zip2=od_b_zip2&frm_addr1=od_b_addr1&frm_addr2=od_b_addr2'; ?>
|
||||
<tr>
|
||||
<th scope="row">주소</th>
|
||||
<td>
|
||||
<td id="sod_frm_addr">
|
||||
<label for="od_b_zip1" class="sound_only">우편번호 앞자리<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_zip1" id="od_b_zip1" required class="frm_input required" size="2" maxlength="3">
|
||||
<input type="text" name="od_b_zip1" id="od_b_zip1" required class="frm_input required" size="3" maxlength="3">
|
||||
-
|
||||
<label for="od_b_zip2" class="sound_only">우편번호 뒷자리<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_zip2" id="od_b_zip2" required class="frm_input required" size="2" maxlength="3">
|
||||
<input type="text" name="od_b_zip2" id="od_b_zip2" required class="frm_input required" size="3" maxlength="3">
|
||||
<span id="od_winb_zip" style="display:block"></span>
|
||||
<?php if($addr_list) { ?>
|
||||
<div>
|
||||
|
||||
@ -735,10 +735,10 @@ function get_intall_file()
|
||||
<th scope="row">주소</th>
|
||||
<td id="sod_frm_addr">
|
||||
<label for="od_b_zip1" class="sound_only">우편번호 앞자리<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_zip1" id="od_b_zip1" required class="frm_input required" size="2" maxlength="3">
|
||||
<input type="text" name="od_b_zip1" id="od_b_zip1" required class="frm_input required" size="3" maxlength="3">
|
||||
-
|
||||
<label for="od_b_zip2" class="sound_only">우편번호 뒷자리<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_zip2" id="od_b_zip2" required class="frm_input required" size="2" maxlength="3">
|
||||
<input type="text" name="od_b_zip2" id="od_b_zip2" required class="frm_input required" size="3" maxlength="3">
|
||||
<span id="od_winb_zip" style="display:block"></span>
|
||||
<?php if($addr_list) { ?>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user