2 lines
634 B
Smarty
2 lines
634 B
Smarty
<h1>{$article.title}</h1>
|
|
<p>
|
|
<b><span style="color:red; font-size:medium;">Here are our Rules and Guidelines. Please read them carefully, there is a random word hidden in the text which you have to enter at the end in order to continue!</span><br /></b>
|
|
{$article.text}
|
|
</p>
|
|
<form class="signup" name="signup" action="{$path}signup.php" method="post">
|
|
<fieldset>
|
|
<legend>Please enter the not fitting word from the text above.</legend>
|
|
<strong>The word is:</strong><br />
|
|
<input type="text" value="" name="word" size="20" maxlength="40" />
|
|
</fieldset>
|
|
<input type="submit" class="button" name="submit" value="Continue" />
|
|
</form>
|