Initial commit

This commit is contained in:
genuineparts 2025-06-02 10:01:12 +02:00
commit 43ad32700c
7085 changed files with 447606 additions and 0 deletions

2
themes/archer/signup.tpl Normal file
View file

@ -0,0 +1,2 @@
<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>