도로명 주소 표기법에 따른 수정

This commit is contained in:
chicpro
2014-01-03 15:54:46 +09:00
parent 4ff183eb2b
commit 46b20261ff
15 changed files with 66 additions and 39 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) %s %s", $od_zip1, $od_zip2, $od_addr1, $od_addr2); ?></td>
<td style="<?php echo $td_st; ?>"><?php echo sprintf("(%s-%s)", $od_zip1, $od_zip2).' '.print_address($od_addr1, $od_addr2); ?></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) %s %s", $od_b_zip1, $od_b_zip2, $od_b_addr1, $od_b_addr2); ?></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); ?></td>
</tr>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">전하실 말씀</th>