form_menu.php
355 Bytes
<!DOCTYPE html>
<html>
<form method="post" action="main.php?tab=Global">
<input type="submit" name="menu_on" value="Menu On" class="btn btn-outline-danger" title="Ouverture du menu de l'oscilloscope"/>
<input type="submit" name="menu_off" value="Menu Off" class="btn btn-outline-danger" title="Fermeture du menu de l'oscilloscope"/>
</form>
</html>