Esempio n. 1
0
echo $carte;
?>
    </div>
</div>
<div class="row">
    <form class="col s10 offset-s2" method="post" action="/action">
        <div class="input-field col s4">
            <input id="libelle" type="text" name="libelle" class="validate">
            <label for="libelle">Libellé</label>
        </div>
        <div class="input-field col s4">
            <input id="motDePasse" type="password" name="motDePasse" class="validate">
            <label for="motDePasse">Mot de passe</label>
        </div>
        <?php 
echo Vue::genererBoutonAjouter();
?>
    </form>
</div>
<div class="row">
    <div class="col s10 offset-s2">
        <table id="tableau" class="bordered highlight">
            <thead>
            <tr>
                <th>Libelle</th>
                <th>Mot de passe</th>
                <th>Actions</th>
            </tr>
            </thead>
            <tbody>
            <?php