다음API 도로명 주소 적용

This commit is contained in:
chicpro
2014-08-18 14:28:05 +09:00
parent 29ab4185b4
commit 97d2f2bb85
16 changed files with 104 additions and 58 deletions

View File

@ -148,7 +148,7 @@ $ft_a_st = 'display:block;padding:30px 0;background:#484848;color:#fff;text-alig
</tr>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">주소</th>
<td style="<?php echo $td_st; ?>"><?php echo sprintf("(%s-%s)", $od_zip1, $od_zip2).' '.print_address($od_addr1, $od_addr2, $od_addr3); ?></td>
<td style="<?php echo $td_st; ?>"><?php echo sprintf("(%s-%s)", $od_zip1, $od_zip2).' '.print_address($od_addr1, $od_addr2, $od_addr3, $od_addr_jibeon); ?></td>
</tr>
<?php if ($od_hope_date) { ?>
@ -181,7 +181,7 @@ $ft_a_st = 'display:block;padding:30px 0;background:#484848;color:#fff;text-alig
</tr>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">주소</th>
<td style="<?php echo $td_st; ?>"><?php echo sprintf("(%s-%s)", $od_b_zip1, $od_b_zip2).' '.print_address($od_b_addr1, $od_b_addr2, $od_b_addr3); ?></td>
<td style="<?php echo $td_st; ?>"><?php echo sprintf("(%s-%s)", $od_b_zip1, $od_b_zip2).' '.print_address($od_b_addr1, $od_b_addr2, $od_b_addr3, $od_b_addr_jibeon); ?></td>
</tr>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">전하실 말씀</th>