|
|
|
21년 전
|
조회 450
|
|
|
|
21년 전
|
조회 987
|
|
|
|
21년 전
|
조회 605
|
|
|
|
21년 전
|
조회 413
|
|
|
|
21년 전
|
조회 449
|
|
|
|
21년 전
|
조회 420
|
|
|
|
21년 전
|
조회 377
|
|
|
|
21년 전
|
조회 353
|
|
|
|
21년 전
|
조회 306
|
|
|
|
21년 전
|
조회 2,242
|
|
|
|
21년 전
|
조회 545
|
|
|
|
21년 전
|
조회 417
|
|
|
|
21년 전
|
조회 512
|
|
|
|
21년 전
|
조회 570
|
|
|
|
21년 전
|
조회 743
|
|
|
|
21년 전
|
조회 404
|
|
|
|
21년 전
|
조회 423
|
|
|
|
21년 전
|
조회 359
|
|
|
|
21년 전
|
조회 382
|
|
|
|
21년 전
|
조회 372
|
댓글 2개
http://www.imt2000plaza.com/bbs/?doc=bbs/gnuboard.php&bo_table=job
에 적용되어 있습니다.
<?
$is_addr = false;
if ($default[de_use_addr]) {
$is_addr = true;
$wr_1 = $write[wr_1];
$wr_2 = $write[wr_2];
$wr_3 = $write[wr_3];
$wr_4 = $write[wr_4];
}
?>
를 넣으시고요
입력칸을 넣고 싶은 부분에
<!---집주소입력 시작-->
<? if ($is_addr) { ?>
<tr>
<td align=left><input name='wr_1' type=text class=is id="wr_1" value='<?=$wr_1?>' size=4 maxlength=3 readonly required itemname='우편번호 앞자리'>
-
<input name='wr_2' type=text class=is id="wr_2" value='<?=$wr_2?>' size=4 maxlength=3 readonly required itemname='우편번호 뒷자리'>
<a href="javascript:popup_zip('fgbform', 'wr_1', 'wr_2', 'wr_3', 'wr_4', './bbs', 100, 200);"><img src='<?="$board_skin/images/post.gif"?>' alt='우편번호검색' border=0 align=absmiddle></a></td>
</tr>
<tr>
<td><input name='wr_3' type=text class=is id="wr_3" style='width:99%;line-height:150%' value='<?=$wr_3?>' readonly required></td>
</tr>
<tr>
<td><input name='wr_4' type=text class=is id="wr_4" value='<?=$wr_4?>' size=35 required itemname='상세주소'>
<font color="#6699CC" size="2" face="돋움"> 상세주소 입력</font></td>
</tr>
<? } ?>
<!---집주소입력 끝-->
를 넣으세요
그리고 gbview.skin.php에서 보여주소자 하시는 부분에
우편번호 : <?=$write[wr_1]?>-<?=$write[wr_2]?>
주 소 : <?=$write[wr_3]?> <?=$write[wr_4]?>
정도로 해주심 되겠네요...