From ba0d8b5a55ae69e228f303c01ba0fe2f545489ee Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sat, 18 Jul 2009 23:37:09 +0000 Subject: 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 --- phpBB/styles/prosilver/template/captcha_qa.html | 23 +++++++++++++++++++++++ phpBB/styles/subsilver2/template/captcha_qa.html | 5 +++++ 2 files changed, 28 insertions(+) create mode 100755 phpBB/styles/prosilver/template/captcha_qa.html create mode 100755 phpBB/styles/subsilver2/template/captcha_qa.html (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/captcha_qa.html b/phpBB/styles/prosilver/template/captcha_qa.html new file mode 100755 index 0000000000..2f57afc61a --- /dev/null +++ b/phpBB/styles/prosilver/template/captcha_qa.html @@ -0,0 +1,23 @@ + +
+
+ +

{L_CONFIRMATION}

+
+ + + +
+
:
{L_CONFIRM_QUESTION_EXPLAIN}
+
+ + +
+
+ + +
+
+
+ + diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html new file mode 100755 index 0000000000..08b267b8fb --- /dev/null +++ b/phpBB/styles/subsilver2/template/captcha_qa.html @@ -0,0 +1,5 @@ + + {CONFIRM_QUESTION}:
+ + + \ No newline at end of file -- cgit v1.2.1