From: Andreas F. <ba...@ph...> - 2009-08-23 15:08:54
|
Author: bantu Date: Sun Aug 23 16:08:37 2009 New Revision: 10047 Log: Some more cleanup. Mostly whitespace changes. Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_default.html branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_qa.html branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_recaptcha.html branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_default.html branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_qa.html branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_default.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_default.html (original) --- branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_default.html Sun Aug 23 16:08:37 2009 *************** *** 6,13 **** <p>{L_CONFIRM_EXPLAIN}</p> <fieldset class="fields2"> - <!-- ENDIF --> <dl> <dt><label for="confirm_code">{L_CONFIRM_CODE}:</label></dt> <dd><img src="{CONFIRM_IMAGE_LINK}" alt="{L_CONFIRM_CODE}" /></dd> --- 6,13 ---- <p>{L_CONFIRM_EXPLAIN}</p> <fieldset class="fields2"> <!-- ENDIF --> + <dl> <dt><label for="confirm_code">{L_CONFIRM_CODE}:</label></dt> <dd><img src="{CONFIRM_IMAGE_LINK}" alt="{L_CONFIRM_CODE}" /></dd> *************** *** 16,23 **** <input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></dd> <dd>{L_CONFIRM_CODE_EXPLAIN}</dd> </dl> <!-- IF S_TYPE == 1 --> </fieldset> <span class="corners-bottom"><span></span></span></div> </div> ! <!-- ENDIF --> \ No newline at end of file --- 16,24 ---- <input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></dd> <dd>{L_CONFIRM_CODE_EXPLAIN}</dd> </dl> + <!-- IF S_TYPE == 1 --> </fieldset> <span class="corners-bottom"><span></span></span></div> </div> ! <!-- ENDIF --> Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_qa.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_qa.html (original) --- branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_qa.html Sun Aug 23 16:08:37 2009 *************** *** 9,15 **** <dl> <dt><label>{QA_CONFIRM_QUESTION}</label>:<br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt> <dd> ! <input type="text" tabindex="10" name="qa_answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" /> <input type="hidden" name="qa_confirm_id" id="qa_confirm_id" value="{QA_CONFIRM_ID}" /> </dd> </dl> --- 9,15 ---- <dl> <dt><label>{QA_CONFIRM_QUESTION}</label>:<br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt> <dd> ! <input type="text" tabindex="10" name="qa_answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" /> <input type="hidden" name="qa_confirm_id" id="qa_confirm_id" value="{QA_CONFIRM_ID}" /> </dd> </dl> Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_recaptcha.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_recaptcha.html (original) --- branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_recaptcha.html Sun Aug 23 16:08:37 2009 *************** *** 16,33 **** <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"> // <![CDATA[ var RecaptchaOptions = { ! lang : {L_RECAPTCHA_LANG} }; // ]]> </script> ! <noscript> ! <div> ! <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br /> ! <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> ! <input type="hidden" name="recaptcha_response_field" value="manual_challenge" /> ! </div> ! </noscript> </dd> </dl> --- 16,33 ---- <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"> // <![CDATA[ var RecaptchaOptions = { ! lang : {L_RECAPTCHA_LANG} }; // ]]> </script> ! <noscript> ! <div> ! <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br /> ! <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> ! <input type="hidden" name="recaptcha_response_field" value="manual_challenge" /> ! </div> ! </noscript> </dd> </dl> Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_default.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_default.html (original) --- branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_default.html Sun Aug 23 16:08:37 2009 *************** *** 9,15 **** <input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></td> </tr> <tr> ! <td class="row1"><b class="genmed">{L_CONFIRM_CODE}: </b><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" name="confirm_code" size="8" maxlength="8" /> <!-- IF S_CONFIRM_REFRESH --><input type="submit" name="refresh_vc" id="refresh_vc" class="button2" value="{L_VC_REFRESH}" /><!-- ENDIF --></td> ! </tr> \ No newline at end of file --- 9,16 ---- <input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></td> </tr> <tr> ! <td class="row1"><b class="genmed">{L_CONFIRM_CODE}: </b><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN} ! </span></td> <td class="row2"><input class="post" type="text" name="confirm_code" size="8" maxlength="8" /> <!-- IF S_CONFIRM_REFRESH --><input type="submit" name="refresh_vc" id="refresh_vc" class="button2" value="{L_VC_REFRESH}" /><!-- ENDIF --></td> ! </tr> Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_qa.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_qa.html (original) --- branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_qa.html Sun Aug 23 16:08:37 2009 *************** *** 2,8 **** <th colspan="2" valign="middle">{QA_CONFIRM_QUESTION}</th> </tr> <tr> ! <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}: </b><br /></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> \ No newline at end of file --- 2,8 ---- <th colspan="2" valign="middle">{QA_CONFIRM_QUESTION}</th> </tr> <tr> ! <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /></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> Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html (original) --- branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html Sun Aug 23 16:08:37 2009 *************** *** 2,26 **** <tr> <th colspan="2" valign="middle">{L_CONFIRM_CODE}</th> </tr> ! <tr><td class="row1"><b class="genmed">{L_CONFIRM_CODE}: </b><br /><span class="gensmall">{L_RECAPTCHA_EXPLAIN} ! </span></td> ! <td class="row2"> ! <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"> ! //<![CDATA[ ! var RecaptchaOptions = { ! lang : {L_RECAPTCHA_LANG} ! }; ! // ]]> ! </script> - <noscript> - <iframe src="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" height="300" width="500" frameborder="0"></iframe><br/> - <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> - <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> - </noscript></td></tr> - <!-- ELSE --> {L_RECAPTCHA_NOT_AVAILABLE} <!-- ENDIF --> - - \ No newline at end of file --- 2,26 ---- <tr> <th colspan="2" valign="middle">{L_CONFIRM_CODE}</th> </tr> ! <tr> ! <td class="row1"><b class="genmed">{L_CONFIRM_CODE}:</b><br /><span class="gensmall">{L_RECAPTCHA_EXPLAIN}</span></td> ! <td class="row2"> ! <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"> ! //<![CDATA[ ! var RecaptchaOptions = { ! lang : {L_RECAPTCHA_LANG} ! }; ! // ]]> ! </script> ! ! <noscript> ! <iframe src="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" height="300" width="500" frameborder="0"></iframe><br /> ! <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> ! <input type="hidden" name="recaptcha_response_field" value="manual_challenge" /> ! </noscript> ! </td> ! </tr> <!-- ELSE --> {L_RECAPTCHA_NOT_AVAILABLE} <!-- ENDIF --> |