action&exception
Anna BOUDOUL 2 years ago
parent 8d166927ae
commit 17092eec6a

@ -95,9 +95,6 @@
}
echo '
<td>
<div class="btn-group dropdown">
<button type="button" onclick="myFunction()" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"/>
</div>
<form action="index.php" method="post" class="d-inline-block">
<button type="submit" class="btn btn-success ms-1">&#10004;
<input type="hidden" name="idT" value="'.$t->get_id().'"></input>
@ -120,18 +117,22 @@
}
echo ' </tbody>
</table>'
echo '
<div id="myDIV">
<p>Starting date : '.$t->get_dateDeb().'</p>
<p>'.$t->get_dateFin().'</p>
</div>
</table>
</div>
</div>
</div>
</div>
</div>
</section>';
</section>';
// <div class="btn-group dropdown">
// <button type="button" onclick="hideShow()" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"/>
// </div>
// '; echo '
// <div id="myDIV">
// <p>Starting date : '.$t->get_dateDeb().'</p><br/>
// <p>Ending date : '.$t->get_dateFin().'</p><br/>
// <p>Description : '.$t->get_description().'</p><br/>
// </div>
}
?>

Loading…
Cancel
Save