Thanks page prevent from refreshing
This commit is contained in:
parent
96ef765d39
commit
675eb067aa
@ -111,13 +111,13 @@ cette adresse email.\n\n"
|
|||||||
echo ("Error with the email");
|
echo ("Error with the email");
|
||||||
//*/
|
//*/
|
||||||
}
|
}
|
||||||
|
header("Location: ./thanks.html");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
header("Location: ./");
|
header("Location: ./");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
/*
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf8" />
|
<meta charset="utf8" />
|
||||||
@ -154,6 +154,6 @@ else
|
|||||||
<a href="index.html">Proposer une nouvelle question</a>
|
<a href="index.html">Proposer une nouvelle question</a>
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
*/
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
35
thanks.html
Normal file
35
thanks.html
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf8" />
|
||||||
|
<link rel="Stylesheet" href="style.css" />
|
||||||
|
<title>Every Questions (BETA)</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<div id="main_title">
|
||||||
|
<a href="http://www.h2g2.com" target="_blank">
|
||||||
|
<img src="marvin-robot_normal.png" alt="" id="banner"/>
|
||||||
|
</a>
|
||||||
|
<h1>Nemubot Questions (BETA)</h1>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<article id="validate">
|
||||||
|
<h2>Merci de votre participation!</h2>
|
||||||
|
<p>
|
||||||
|
Votre question a bien été ajoutée à la liste.<br/>
|
||||||
|
Un email vous a été envoyé pour que vous confirmiez que
|
||||||
|
Vous êtes bien l'auteur de la question.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Vous pouvez proposer de nouvelles questions en cliquant
|
||||||
|
sur le lien ci-dessous.<br/>
|
||||||
|
<a href="index.html">Proposer une nouvelle question</a>
|
||||||
|
</p>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user