| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/urban/ |
Upload File : |
{header}
<style>
.password_sent {display: none;}
</style>
<script>
//alertHtmlTop = 160;
//alertHtmlArea = '.part_l';
$(function () {
$('.button_send').click(function(){
if (!validateRequiredField($('.mail_send'), '{j_email}')) {
return false;
}
url = '{url_page}?ajax=1&mail=' + $('.mail_send').val();
$.get(url, function(data){
if(data == 'link_send') {
$('.password_send').hide();
$('.mail_sent').val($('.mail_send').val());
$('.password_sent').show();
} else {
alertCustom(data);
}
});
});
$('.button_send_again').click(function(){
val = trim($('.mail_sent').val());
if(val == '') {
if (!validateRequiredField($('.mail_sent'), '{j_email}')) {
return false;
}
}
url = '{url_page}?ajax=1&mail=' + val;
$.get(url, function(data){
if(data != 'link_send') {
alertCustom(data);
}
});
});
$('.password_send > form, .password_sent > form').keydown(function(e){
if(e.keyCode == 13) {
$(this).find('input[type=button]').click();
return false;
}
})
<!-- begin_alert -->
popupAlertHand('{message}',ALERT_HTML_SUCCESS,null,ALERT_HTML_OK);
var r='{redirect}';
if(r!=''){
$('.icon_ok, .icon_close').on('click',function(){window.location.href=url_main+r});
$('.alert_wrapper').on('click',function(){return false});
}
<!-- end_alert -->
});
</script>
<!-- content -->
<div class="bl_frm frm_top">
<div class="part_l">
<div class="bl_link_back" >
<a href="{url_from}">{l_go_back}</a>
</div>
<div class="l password_send">
<div class="title">
<h2>{l_forgot_your_password}</h2>
<p>{l_make_sure_you_enter_the_same_email_address_you_used_to_create_your_profile}</p>
</div>
<form action="{url_main}{url_page}" method="POST">
<input type="hidden" name="redirect" value="no">
<div class="frm">
<div class="cont">
<label>{l_email}:</label>
<input class="inp mail_send" type="text" name="mail" />
<div class="cl"></div>
</div>
<div class="foot">
<input type="button" class="btn blue fl_right button_send" value="{l_send_password}" />
<div class="cl"></div>
</div>
</div>
</form>
</div>
<div class="l password_sent">
<div class="title">
<h2>{l_the_link_for_changing_password_has_been_sent}</h2>
<p>{l_password_sent_message}</p>
</div>
<form action="{url_main}{url_page}" method="POST">
<input type="hidden" name="redirect" value="no">
<div class="frm">
<div class="cont">
<label>{l_email}:</label>
<input class="inp mail_sent" type="text" name="mail" />
<div class="cl"></div>
</div>
<div class="foot">
<input type="button" class="btn blue fl_right button_send_again" value="{l_send_again}" />
<div class="cl"></div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="empty"></div>
<!-- /content -->
{footer}