Tous les codes sources "Mais pourquoi ?"page 42
PHP
06 Mars, 2014 à 23:23
#93
} else {
$errmsg='An unknown error occured.';
}
$errmsg='The passwords you entered do not match';
} else {
$errmsg='Password has to be at least 8 characters long.';
}
} else {
$errmsg='The email you entered is already in our database.';
}
} else {
$errmsg='Please enter your email address.';
}
} else {
$errmsg='Please enter your first name and your last name.';
}
} else {
(...)
JavaScript
06 Mars, 2014 à 23:22
#92
kk = pppp[pp];
// Le pire : pppp et pp sont des variables globales
JavaScript
06 Mars, 2014 à 23:20
#91
window.setTimeout(function() {
$('#preloader_navigation_instructions_2')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_1')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_3')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_2')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_4')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_3')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_5')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_4')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_6')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_5')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_7')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_6')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_8')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_7')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_9')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_8')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_9')
.animate({
opacity: 1
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_9')
.animate({
opacity: 0
}, 400);
preloaderInstructionsEnded();
}, 600);
});
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 1000);