Example #1
0
        <?php 
foreach ($this->currencies as $currency_) {
    $currency = new VirtualCurrencyCurrency();
    $currency->bind($currency_);
    ?>
            <div class="row-fluid">
                <div class="span12">

                    <div class="bs-docs-example">
                        <form method="post" action="<?php 
    echo JRoute::_("index.php");
    ?>
" id="form-payment" autocomplete="off">

                            <h3><?php 
    echo JText::sprintf("COM_VIRTUALCURRENCY_BUY_CURRENCY", $this->escape($currency->getTitle()));
    ?>
</h3>
                            <label><?php 
    echo JText::sprintf("COM_VIRTUALCURRENCY_NUMBER_OF_CURRENCY", $this->escape($currency->getTitle()));
    ?>
</label>
                            <?php 
    echo JHtml::_("virtualcurrency.inputAmount", $this->currencyAmount, $currency_, array("name" => "amount"));
    ?>

                            <span class="help-block">
    				            <?php 
    echo JText::sprintf("COM_VIRTUALCURRENCY_HELP_MIN_AMOUNT", $this->escape($currency->getTitle()), $currency->getParam("minimum"));
    ?>
    			            </span>