diff options
Diffstat (limited to 'phpBB/styles')
| -rwxr-xr-x | phpBB/styles/prosilver/template/captcha_qa.html | 23 | ||||
| -rwxr-xr-x | phpBB/styles/subsilver2/template/captcha_qa.html | 5 |
2 files changed, 28 insertions, 0 deletions
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 @@ +<!-- 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 --> + 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 @@ + <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>
\ No newline at end of file |
