Blame view

html/Oscilloscope/Global/5_Menu/form_menu.php 355 Bytes
c825216f   lwadbled   feat(main.php): R...
1
2
3
4
5
6
7
  <!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>