示例#1
0
    echo $billingisshipping;
    ?>
>
					<?php 
    if (SHIPPING_METHOD_ENABLE) {
        ?>
						<table cellspacing="0" cellpadding="0" border="0" width="100%">
							<tr class="subTable">
								<td>
									<fieldset class="adminform">
										<legend><?php 
        echo JText::_('COM_REDSHOP_SHIPPING_ADDRESSES');
        ?>
</legend>
										<?php 
        echo $userhelper->getShippingTable($post, $is_company, $this->lists);
        ?>
									</fieldset>
								</td>
							</tr>
						</table>
					<?php 
    }
    ?>
				</div>

				<div id="divCaptcha">
					<?php 
    if (SHOW_CAPTCHA) {
        ?>
						<table cellspacing="0" cellpadding="0" border="0" width="100%">
示例#2
0
		</div>
	</div>
	<div class="billingform">
	<form action="<?php 
echo JRoute::_($this->request_url);
?>
" method="post" name="adminForm" id="adminForm">

		<div id="divShipping">
			<fieldset class="adminform">
				<legend><?php 
echo JText::_('COM_REDSHOP_SHIPPING_ADDRESSES');
?>
</legend>
				<?php 
echo $userhelper->getShippingTable($post, $this->billingaddresses->is_company, $this->lists);
?>
				<table cellspacing="3" cellpadding="0" border="0" width="100%">
					<tr>
						<td align="center"><input type="button" class="btn btn-primary" name="back"
						                         value="<?php 
echo JText::_('COM_REDSHOP_CANCEL');
?>
"
						                         onclick="javascript:cancelForm(this.form);">
						                   <input type="submit" class="btn btn-default" name="submitbtn"
						                        value="<?php 
echo JText::_('COM_REDSHOP_SAVE');
?>
"></td>
					</tr>