示例#1
0
    echo JText::_('COM_JBLANCE_TOTAL');
    ?>
</th>
					</tr>
				</thead>
				<tr>
					<td><?php 
    echo JText::_('COM_JBLANCE_DEPOSIT_FUNDS');
    ?>
</td>
					<td><?php 
    echo $this->deposit->invoiceNo;
    ?>
</td>
					<td><?php 
    echo JblanceHelper::getGwayName($this->deposit->gateway);
    ?>
</td>
					<td class="text-right"><?php 
    echo JblanceHelper::formatCurrency($this->deposit->amount, false);
    ?>
</td>
					<td class="text-right"><?php 
    echo JblanceHelper::formatCurrency($this->deposit->amount, false);
    ?>
</td>
				</tr>
				<tr>
					<td colspan="4" class="text-right"><?php 
    echo JText::_('COM_JBLANCE_DEPOSIT_FEE') . ' (' . JblanceHelper::formatCurrency($this->deposit->feeFixed) . ' + ' . $this->deposit->feePerc . '%)';
    ?>
示例#2
0
<br/>
					<?php 
echo $invoicedetails;
?>
				</address>
			</td>
		</tr>
		<?php 
if (!($type == 'project' || $type == 'service')) {
    ?>
		<tr>
			<td style="background: #ccc; padding: 10px" colspan="2"><strong><?php 
    echo JText::_('COM_JBLANCE_PAY_MODE');
    ?>
:</strong> <?php 
    echo JblanceHelper::getGwayName($this->row->gateway);
    ?>
</td>
		</tr>
		<?php 
}
?>
	</table>
	<table style="width: 100%;">
		<thead>
		<tr>
			<th align="left"><?php 
echo JText::_('COM_JBLANCE_DATE');
?>
</th>
			<th align="left"><?php 
示例#3
0
    echo JblanceHelper::formatCurrency($planChosen['plancredit' . $sub_id]);
    ?>
			</div>
		</div>
		<?php 
    $totalamt = $planChosen['price' . $sub_id];
    if ($totalamt > 0) {
        ?>
		<div class="form-group">
			<label class="control-label nopadding"><?php 
        echo JText::_('COM_JBLANCE_PAY_MODE');
        ?>
: </label>
			<div class="controls">
				<?php 
        echo JblanceHelper::getGwayName($planChosen['gateway']);
        ?>
			</div>
		</div>
			<?php 
    }
    ?>
		<div class="form-group">
			<label class="control-label nopadding"><?php 
    echo JText::_('COM_JBLANCE_TOTAL_AMOUNT');
    ?>
: </label>
			<div class="controls">
				<?php 
    $totalamt = $planChosen['price' . $sub_id];
    if ($taxpercent > 0) {