Beispiel #1
0
            <th style='width:30px'><u><a href='index.php?ctrl=archiveAventurier&ordre=<?php 
        trouveBonFiltre("FO");
        if (isset($_GET["nom"])) {
            echo "&nom=" . $_GET["nom"];
        }
        ?>
'>FO</a></u></th>
            <th style='width:30px'><u><a href='index.php?ctrl=archiveAventurier&ordre=<?php 
        trouveBonFiltre("AT");
        if (isset($_GET["nom"])) {
            echo "&nom=" . $_GET["nom"];
        }
        ?>
'>AT</a></u></th>
            <th style='width:30px'><u><a href='index.php?ctrl=archiveAventurier&ordre=<?php 
        trouveBonFiltre("PRD");
        if (isset($_GET["nom"])) {
            echo "&nom=" . $_GET["nom"];
        }
        ?>
'>PRD</a></u></th>
            <th style='width:180px'></th>
        </tr>
        <?php 
    }
    include "view/aventurierLigne.php";
    $compte++;
}
if ($compte > 0) {
    echo "</table>";
}
Beispiel #2
0
' >Login</a></u></th>
            <th style='width:30px'><u><a href='index.php?ctrl=archiveJoueur&ordre=<?php 
trouveBonFiltre("date_last_visit");
if (isset($_GET["date_last_visit"])) {
    echo "&date_last_visit=" . $_GET["date_last_visit"];
}
?>
'>Dernière visite</a></u></th>
            <th style='width:30px'><u><a href='index.php?ctrl=archiveJoueur&ordre=<?php 
trouveBonFiltre("mj");
if (isset($_GET["mj"])) {
    echo "&mj=" . $_GET["mj"];
}
?>
'>MJ</a></u></th>
            <th style='width:30px'><u><a href='index.php?ctrl=archiveJoueur&ordre=<?php 
trouveBonFiltre("localisation");
if (isset($_GET["localisation"])) {
    echo "&localisation=" . $_GET["localisation"];
}
?>
'>Localisation</a></u></th>
            <th style='width:30px'></th>
        </tr>
        <?php 
foreach ($listeJoueur as $joueur) {
    include "view/joueurLigne.php";
}
?>
    </table>
</div>