registrace v1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user