예제 #1
0
        echo decode_text($b_zipcode);
        ?>
" autocomplete='off' /></td>
			</tr>
			<tr>
				<td align="<?php 
        echo Application::Get('defined_right');
        ?>
"><?php 
        echo _COUNTRY;
        ?>
</td>
				<td><span class="required">*</span></td>
				<td nowrap="nowrap">				
					<?php 
        Countries::DrawAllCountries('b_country', $b_country, true);
        ?>
				</td>
			</tr>	
			<tr>
				<td align="<?php 
        echo Application::Get('defined_right');
        ?>
"><?php 
        echo _STATE_PROVINCE;
        ?>
</td>
				<td></td>
				<td nowrap="nowrap"><input type="text" id="b_state" name="b_state" size="32" maxlength="64" value="<?php 
        echo decode_text($b_state);
        ?>
예제 #2
0
</td>
				<td><span class="required">*</span></td>
				<td nowrap="nowrap"><input type="text" id="b_zipcode" name="b_zipcode" size="32" maxlength="32" value="<?php 
    echo decode_text($customer_info['b_zipcode']);
    ?>
" /></td>
			</tr>
			<tr>
				<td align="right"><?php 
    echo _COUNTRY;
    ?>
</td>
				<td><span class="required">*</span></td>
				<td nowrap="nowrap">
					<?php 
    Countries::DrawAllCountries('b_country', !empty($b_country) ? $b_country : $customer_info['b_country'], true);
    ?>
				</td>
			</tr>	
			<tr>
				<td align="right"><?php 
    echo _STATE_PROVINCE;
    ?>
</td>
				<td></td>
				<td nowrap="nowrap"><input type="text" id="b_state" name="b_state" size="32" maxlength="64" value="<?php 
    echo decode_text($customer_info['b_state']);
    ?>
" /></td>
			</tr>