parent
25af41e0b8
commit
000f06f7e4
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
foreach($TMessage as $err) {
|
||||
echo $err . "<br/>";
|
||||
}
|
||||
?>
|
@ -1 +0,0 @@
|
||||
<a href="CtrlUser.php?action=exaction&id=1"
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
echo '<head>
|
||||
<meta charset="utf-8" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
||||
rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
|
||||
crossorigin="anonymous">
|
||||
</head>';
|
||||
echo '<h1>'.$name.'</h1><center>';
|
||||
echo '<div class="list-group list-group-light">';
|
||||
foreach($TabList as $liste){
|
||||
echo '<button type="button" class="list-group-item list-group-item-action px-3 border-0">'.$liste->get_nom().'</button>';
|
||||
}
|
||||
echo '</div></center>';
|
||||
?>
|
Loading…
Reference in new issue