Skip to content
Snippets Groups Projects
Verified Commit 2188681c authored by David Beniamine's avatar David Beniamine
Browse files

Put output at the end

parent b40b8a98
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,15 @@
</head>
<div id="box">
<div id="content">
<h1> Interface d'allumage de PC à distance </h1>
<p>Merci d'indiquer l'adresse MAC du PC à réveiller</p>
<form action="index.php" method="post">
<input type="hidden" name="action" value="wake">
<input type="text" name="mac" title="MAC Addresse" placeholder="1a:2b:3c:4e:5f:6a">
<input type="submit" value="Démarrer" title="Démarrer la machine">
</form
<?php
extract($_POST);
switch($action){
......@@ -40,14 +49,6 @@
break;
}
?>
<div id="box">
<div id="content">
<h1> Interface d'allumage de PC à distance </h1>
<p>Merci d'indiquer l'adresse MAC du PC à réveiller</p>
<form action="index.php" method="post">
<input type="hidden" name="action" value="wake">
<input type="text" name="mac" title="MAC Addresse" placeholder="1a:2b:3c:4e:5f:6a">
<input type="submit" value="Démarrer" title="Démarrer la machine">
</form
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment