예제 #1
0
                </span>
            </td>
            <td style="width:100px; vertical-align:top; text-align:center;"></td>
        </tr>
    <?php 
}
?>
    
    <?php 
if (sizeof($closed_wallets) > 0) {
    ?>
        <tr><td colspan="4" style="text-align:left; padding-top:20px;">
        <strong>
            Ogólny bilans zamkniętych portfeli:&nbsp;
            <span class="<?php 
    echo get_class_by_bilance($overall_balance);
    ?>
">
                <?php 
    echo number_format($overall_balance, $decimals = 2, $dec_point = '.', $thousands_sep = '');
    ?>
 PLN
            </span>
        </strong>
        </td></tr>
    <?php 
}
?>
    
    <?php 
if (sizeof($closed_wallets) < 1) {
예제 #2
0
                    <span class="<?php 
    echo get_class_by_bilance($spent_savings);
    ?>
">
                        <?php 
    echo number_format($spent_savings, $decimals = 2, $dec_point = '.', $thousands_sep = '');
    ?>
 PLN
                    </span>
                </td>
            </tr>
            <tr>
                <td style="text-align:right; font-size:0.9em;">Bilans oszczędności:</td>
                <td style="font-size:1.2em;">
                    <span class="<?php 
    echo get_class_by_bilance($overall_balance - $spent_savings);
    ?>
">
                <?php 
    echo number_format($overall_balance - $spent_savings, $decimals = 2, $dec_point = '.', $thousands_sep = '');
    ?>
 PLN
            </span>
                </td>
            </tr>
        </table>
    
        <td colspan="2" style="vertical-align:top; padding-top:20px;">
        <a href="user_panel/savings.php">Zarządzaj oszczędnościami</a>
        </td>
        </td></tr>