mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +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:
23
phpBB/styles/prosilver/template/captcha_qa.html
Executable file
23
phpBB/styles/prosilver/template/captcha_qa.html
Executable file
@@ -0,0 +1,23 @@
|
||||
<!-- IF S_TYPE == 1 -->
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
|
||||
<h3>{L_CONFIRMATION}</h3>
|
||||
<fieldset class="fields2">
|
||||
|
||||
<!-- ENDIF -->
|
||||
|
||||
<dl>
|
||||
<dt><label>{CONFIRM_QUESTION}</label>:<br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt>
|
||||
<dd>
|
||||
<input type="text" tabindex="10" name="answer" id="answer" size="25" value="{USERNAME}" class="inputbox autowidth" title="{L_ANSWER}" />
|
||||
<input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" />
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<!-- IF S_TYPE == 1 -->
|
||||
</fieldset>
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
5
phpBB/styles/subsilver2/template/captcha_qa.html
Executable file
5
phpBB/styles/subsilver2/template/captcha_qa.html
Executable 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>
|
Reference in New Issue
Block a user