本文整理汇总了PHP中osc_show_recaptcha函数的典型用法代码示例。如果您正苦于以下问题:PHP osc_show_recaptcha函数的具体用法?PHP osc_show_recaptcha怎么用?PHP osc_show_recaptcha使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了osc_show_recaptcha函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _e
_e('Message', 'bender');
?>
</label>
<div class="controls textarea">
<?php
SendFriendForm::your_message();
?>
</div>
</div>
<div class="control-group">
<div class="controls">
<?php
osc_run_hook('contact_form');
?>
<?php
osc_show_recaptcha();
?>
<button type="submit" class="ui-button ui-button-middle ui-button-main"><?php
_e("Send", 'bender');
?>
</button>
<?php
osc_run_hook('admin_contact_form');
?>
</div>
</div>
</form>
<?php
SendFriendForm::js_validation();
?>
</div>
示例2: osc_base_url
<form action="<?php
echo osc_base_url(true);
?>
" method="post" onsubmit="javascript:return validateForm() ;">
<input type="hidden" name="page" value="login" />
<input type="hidden" name="action" value="recover_post" />
<fieldset>
<label for="email"><?php
_e('E-mail', 'modern');
?>
</label> <?php
UserForm::email_text();
?>
<br />
<?php
osc_show_recaptcha('recover_password');
?>
<button type="submit"><?php
_e('Send me a new password', 'modern');
?>
</button>
</fieldset>
</form>
</div>
</div>
<?php
osc_current_web_theme_path('footer.php');
?>
</div>
<?php
osc_show_flash_message();
示例3: _e
};
</script>
<style type="text/css"> div#recaptcha_widget, div#recaptcha_image > img { width:280px; } </style>
<div id="recaptcha_widget">
<div id="recaptcha_image"><img /></div>
<span class="recaptcha_only_if_image"><?php
_e('Enter the words above', 'pop');
?>
:</span>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
</div>
<?php
}
?>
<?php
osc_show_recaptcha('register');
?>
</div>
</div>
<div class="control-group">
<div class="center">
<button type="submit" class="btn-primary"><?php
_e("Create account", 'pop');
?>
</button>
<div id="facebook-login">
<?php
fbc_button();
?>
</div>
</div>
示例4: _e
?>
" name="recover" method="post" >
<input type="hidden" name="page" value="login" />
<input type="hidden" name="action" value="recover_post" />
<div class="form-group">
<input type="text" name="s_email" class="form-control" id="s_email" placeholder="<?php
_e('E-mail', 'flatter');
?>
" />
</div>
<div class="form-group">
<?php
echo responsive_recaptcha();
?>
<?php
osc_show_recaptcha('recover');
?>
</div>
<div class="clearfix">
<button type="submit" class="btn btn-warning rbtn"><?php
_e("Send me a new password", 'flatter');
?>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<script>