[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!-- IF S_RECAPTCHA_AVAILABLE --> 2 <dl> 3 <dd> 4 <script type="text/javascript"> 5 // <![CDATA[ 6 var RecaptchaOptions = { 7 lang : '{LA_RECAPTCHA_LANG}', 8 theme : 'clean' 9 }; 10 // ]]> 11 </script> 12 <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"></script> 13 <script type="text/javascript"> 14 // <![CDATA[ 15 <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> 16 document.getElementById('recaptcha_table').style.direction = 'ltr'; 17 <!-- ENDIF --> 18 // ]]> 19 </script> 20 21 22 <noscript> 23 <div> 24 <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br /> 25 <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> 26 <input type="hidden" name="recaptcha_response_field" value="manual_challenge" /> 27 </div> 28 </noscript> 29 30 </dd> 31 </dl> 32 <!-- ELSE --> 33 {L_RECAPTCHA_NOT_AVAILABLE} 34 <!-- ENDIF -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |