Ejemplo n.º 1
0
_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>
Ejemplo n.º 2
0
                    <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();
Ejemplo n.º 3
0
                            };
                        </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>
Ejemplo n.º 4
0
?>
" 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>