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

@ -95,9 +95,6 @@
} }
echo ' echo '
<td> <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"> <form action="index.php" method="post" class="d-inline-block">
<button type="submit" class="btn btn-success ms-1">&#10004; <button type="submit" class="btn btn-success ms-1">&#10004;
<input type="hidden" name="idT" value="'.$t->get_id().'"></input> <input type="hidden" name="idT" value="'.$t->get_id().'"></input>
@ -120,18 +117,22 @@
} }
echo ' </tbody> echo ' </tbody>
</table>' </table>
echo '
<div id="myDIV">
<p>Starting date : '.$t->get_dateDeb().'</p>
<p>'.$t->get_dateFin().'</p>
</div>
</div> </div>
</div> </div>
</div> </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