Example #1
0
            <?php 
echo $personagem->getAparencia();
?>
.<br />
            <?php 
echo _("Encumbrance");
?>
: <b><?php 
echo number_format($personagem->getPesoTotal(), 1, ',', '.');
?>
kg</b>.
            <?php 
echo _("Money");
?>
: <b>$<?php 
echo number_format($personagem->getDinheiroTotal(), 2, ',', '.');
?>
</b><br />
            <?php 
echo $personagem->getDescricao();
?>
.<br />
        </p>
    </div>
</div>
<div class="row">
    <div class="one columns">
        <label class="text-center"><small><?php 
echo _("Encumbrance");
?>
</small></label>
?>
                <?php 
for ($i = 0; $i < 11; $i++) {
    ?>
                <?php 
    list($slug, $armadura) = each($armaduras);
    ?>
                <?php 
    Armadura::dropDownList($slug);
    ?>
                <?php 
}
?>
                <!--label>Peso:</label>
                <input type="text" id="dinheiro" class="disabled text-right" value="<?php 
echo $personagem->getDinheiroTotal();
?>
" disable="disable" readonly="readonly" /-->
            </div>
        </div>
    </div>
    <div class="four columns">
        <a href="#" class="button small right" style="margin-top: 5px" data-toggle="modal" data-target="#periciaModal">Nova</a>
        <h6><?php 
echo _("Skills");
?>
</h6>
        <table id="pericias" width="100%">
            <thead>
                <tr>
                    <th><?php