registrace v1

This commit is contained in:
Milan Toman
2024-02-28 00:15:34 +01:00
parent a4d23b6845
commit 70458017bb
4 changed files with 160 additions and 36 deletions

View File

@@ -32,7 +32,20 @@ html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif; margin:0px; padd
}
</style>
<body>
<?
if(isset($_GET['write_success'])){
?>
<div class="w3-row w3-black" id="ERROR BOX">
<div class="w3-full w3-center <? if($_GET['write_success'] == 'false') echo "w3-red";else echo "w3-green"; ?>"> <? echo $_GET['reason']; ?> </div>
<script>
setTimeout(function () {
window.location.replace("http://<? echo $_SERVER['HTTP_HOST']; ?>");
}, 10000);
</script>
</div>
<?
}
?>
<!-- First Grid: Logo & About -->
<div class="w3-row w3-black" id="title">
<div class="w3-full w3-center w3-black">
@@ -213,7 +226,7 @@ html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif; margin:0px; padd
</th>
</th>
</p>
<p><input type="submit" disabled class="w3-button w3-green w3-round-large" id="send" name="Send" value="Poslat"></p>
<p><input type="submit" class="w3-button w3-green w3-round-large" id="send" name="Send" value="Poslat"></p>
</form>
</div>
</div>