示例#1
0
                </div>
                <div class="profil-content">
                    <div class="row">
                        <div class="medium-6 columns">
                            <table class="table-clear w-max table-profil">
                                <tr>
                                    <td style="width: 30%;"><b>Nom</b></td>
                                    <td>: <?php 
        echo $usersToGet->get_nom();
        ?>
</td>
                                </tr>
                                <tr>
                                    <td><b>Prénom</b></td>
                                    <td>: <?php 
        echo $usersToGet->get_prenom();
        ?>
</td>
                                </tr>
                                <tr>
                                    <td><b>Adresse</b></td>
                                    <td>: <?php 
        echo $usersToGet->get_adresse();
        ?>
</td>
                                </tr>
                            </table>
                        </div>
                        <div class="medium-6 columns">
                            <table class="table-clear w-max table-profil">
                                <tr>