Added noscript
This commit is contained in:
@@ -133,6 +133,12 @@ label {
|
|||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login_containerNoscript {
|
||||||
|
padding: 4px;
|
||||||
|
text-align: center;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes animatezoom {
|
@keyframes animatezoom {
|
||||||
from {transform: scale(0)}
|
from {transform: scale(0)}
|
||||||
to {transform: scale(1)}
|
to {transform: scale(1)}
|
||||||
@@ -150,7 +156,7 @@ label {
|
|||||||
margin: 16px auto;
|
margin: 16px auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 600px;
|
width: 650px;
|
||||||
}
|
}
|
||||||
|
|
||||||
select{
|
select{
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ function validateFBEmail($variable){
|
|||||||
} else if (!filter_var($variable, FILTER_VALIDATE_EMAIL)) {
|
} else if (!filter_var($variable, FILTER_VALIDATE_EMAIL)) {
|
||||||
throw new emailException("Geldige email invullen");
|
throw new emailException("Geldige email invullen");
|
||||||
} else if (getExistingFBEmail() == 1){
|
} else if (getExistingFBEmail() == 1){
|
||||||
throw new emailException("Email bestaal al!");
|
throw new emailException("Uw email wordt al gebruikt voor een ander account!");
|
||||||
} else if (strlen($variable) > 255) {
|
} else if (strlen($variable) > 255) {
|
||||||
throw new emailException("Mag maximaal 50 karakters!");
|
throw new emailException("Mag maximaal 50 karakters!");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,7 +55,6 @@
|
|||||||
*<span class="error"> <?php echo $fbConfirmpasswordErr;?></span>
|
*<span class="error"> <?php echo $fbConfirmpasswordErr;?></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<?php if(empty($userBday)) { ?>
|
<?php if(empty($userBday)) { ?>
|
||||||
<!-- Register birthday -->
|
<!-- Register birthday -->
|
||||||
<div class="login_containerregister">
|
<div class="login_containerregister">
|
||||||
@@ -67,6 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
*<span class="error"> <?php echo $fbEmailErr;?></span>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="submit"
|
<button type="submit"
|
||||||
value="fbRegister"
|
value="fbRegister"
|
||||||
@@ -77,7 +77,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<input type="hidden"
|
<input type="hidden"
|
||||||
name="fbName"
|
name="fbName"
|
||||||
value="<?php echo $fbName ?>">
|
value="<?php echo $fbName ?>">
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
<div class="login_containerNoscript">
|
||||||
|
<noscript>
|
||||||
|
<a href="http://www.enable-javascript.com/nl/" target="_blank">Om deze site te gebruiken is het noodzakelijk om Javascript aan te zetten.
|
||||||
|
Klikt hier voor de instructies om je Javascript te activeren</a>.
|
||||||
|
</noscript>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<img style="width:50%;margin-left:25%"
|
<img style="width:50%;margin-left:25%"
|
||||||
src="/img/top-logo.png"
|
src="/img/top-logo.png"
|
||||||
@@ -67,6 +73,7 @@
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
// Get the modal
|
// Get the modal
|
||||||
var modal = document.getElementById('myModal');
|
var modal = document.getElementById('myModal');
|
||||||
var registerModal = document.getElementById('registerModal');
|
var registerModal = document.getElementById('registerModal');
|
||||||
|
|||||||
Reference in New Issue
Block a user