Update thanks page

This commit is contained in:
Bertrand Cournaud 2012-05-25 11:28:32 +02:00
commit fd6e0f6221
2 changed files with 14 additions and 41 deletions

View file

@ -111,49 +111,9 @@ cette adresse email.\n\n"
echo ("Error with the email");
//*/
}
header("Location: ./thanks.html");
header("Location: ./thanks.html?id=" . quest->getId());
}
else
header("Location: ./");
?>
/*
<html>
<head>
<meta charset="utf8" />
<link rel="Stylesheet" href="style.css" />
</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</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>
<h3>Rappels de la questions</h3>
<?php $quest->print_test() ?>
</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>