summaryrefslogtreecommitdiff
path: root/subsilver2/template/captcha_qa.html
diff options
context:
space:
mode:
Diffstat (limited to 'subsilver2/template/captcha_qa.html')
-rw-r--r--subsilver2/template/captcha_qa.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/subsilver2/template/captcha_qa.html b/subsilver2/template/captcha_qa.html
new file mode 100644
index 0000000..23d2a92
--- /dev/null
+++ b/subsilver2/template/captcha_qa.html
@@ -0,0 +1,8 @@
+ <tr>
+ <th colspan="2" valign="middle">{L_CONFIRM_QUESTION}</th>
+ </tr>
+ <tr>
+ <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /><span class="gensmall">{L_CONFIRM_QUESTION_EXPLAIN}</span></td>
+ <td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td>
+ <input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td>
+ </tr>