Blame view

html/Generateur/Fonctions/Channel/form_channel.php 269 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="channel" name="channel" class="pannel-button" value="Channel" onclick="this.form.submit()"/>
  		<input type="hidden" id="channel" name="channel" value="CHANNEL"/>
  	</form>
  </html>