1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

Initial commit for the QA captcha. Needs language & style finetuning and bug searching & fixing

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9786 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2009-07-18 23:37:09 +00:00
parent d61afd3509
commit ba0d8b5a55
6 changed files with 947 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<tr>
<td class="row1"><b class="genmed">{CONFIRM_QUESTION}: </b><br /></td>
<td class="row2"><input class="post" type="text" name="answer" size="80" /></td>
<input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></td>
</tr>