Blame view

html/Generateur/Fonctions/Mod/form_mod.php 245 Bytes
c825216f   lwadbled   feat(main.php): R...
1
2
3
4
5
6
7
  <!DOCTYPE html>
  <html>
  	<form method="post" action="main.php">
  		<input type="button" id="mod" name="mod" class="pannel-button" value="Mod" onclick="this.form.submit()"/>
  		<input type="hidden" id="mod" name="mod" value="MOD"/>
  	</form>
  </html>