Fabnewsru-Parser
view release on metacpan or search on metacpan
t/html/fablab61.html view on Meta::CPAN
<div class="modal modal-login" id="window_login_form">
<header class="modal-header">
<h3>— ÃÂòÃâþÃâ¬Ã¸Ã·Ã°Ãâ øà—</h3>
<a href="#" class="close jqmClose"></a>
</header>
<script type="text/javascript">
jQuery(function($){
$('#popup-login-form').bind('submit',function(){
ls.user.login('popup-login-form');
return false;
});
$('#popup-login-form-submit').attr('disabled',false);
});
</script>
<div class="modal-content">
<ul class="nav nav-pills nav-pills-tabs">
<li class="active js-block-popup-login-item" data-type="login"><a href="#">ÃâþùÃâø</a></li>
<li class="js-block-popup-login-item" data-type="registration"><a href="#">àõóøÃÂÃâÃâ¬Ã°Ãâ øÃÂ</a></li>
<li class="js-block-popup-login-item" data-type="reminder"><a href="#">ÃâþÃÂÃÂÃâðýþòûõýøõ ÿðÃâ¬Ã¾Ã»ÃÂ</a></li>
</ul>
<div class="tab-content js-block-popup-login-content" data-type="login">
<form action="http://fabnews.ru/login/" method="post" id="popup-login-form">
<p>
<input placeholder="ÃâºÃ¾Ã³Ã¸Ã½ øûø ÃÂû. ÿþÃâ¡Ãâð" type="text" name="login" id="popup-login" class="input-text input-width-full"></p>
<p>
<input placeholder="ßðÃâ¬Ã¾Ã»ÃÅ" type="password" name="password" id="popup-password" class="input-text input-width-full">
<small class="validate-error-hide validate-error-login"></small></p>
<p>
<input id="login_1" class="css-checkbox" type="checkbox" name="remember" checked class="input-checkbox " />
<label for="login_1" class="css-label">ÃâðÿþüýøÃâÊüõýÃÂ</label>
<input type="hidden" name="return-path" value="http://fabnews.ru/fablabs/item/ufo">
<button type="submit" name="submit_login" class="button button-primary" id="popup-login-form-submit" disabled="disabled">ÃâþùÃâø</button></p>
</form>
</div>
<div data-type="registration" class="tab-content js-block-popup-login-content" style="display:none;">
<script type="text/javascript">
jQuery(document).ready(function($){
$('#popup-registration-form').find('input.js-ajax-validate').blur(function(e){
var aParams={ };
if ($(e.target).attr('name')=='password_confirm') {
aParams['password']=$('#popup-registration-user-password').val();
}
if ($(e.target).attr('name')=='password') {
aParams['password']=$('#popup-registration-user-password').val();
if ($('#popup-registration-user-password-confirm').val()) {
ls.user.validateRegistrationField('password_confirm',$('#popup-registration-user-password-confirm').val(),$('#popup-registration-form'),{ 'password': $(e.target).val() });
}
}
ls.user.validateRegistrationField($(e.target).attr('name'),$(e.target).val(),$('#popup-registration-form'),aParams);
});
$('#popup-registration-form').bind('submit',function(){
ls.user.registration('popup-registration-form');
return false;
});
$('#popup-registration-form-submit').attr('disabled',false);
});
</script>
<form action="http://fabnews.ru/registration/" method="post" id="popup-registration-form">
<p>
<input placeholder="ÃâºÃ¾Ã³Ã¸Ã½" type="text" name="login" id="popup-registration-login" value="" class="input-text input-width-reg js-ajax-validate" />
<i class="fontello icon-question-sign js-tip-help" title="ÃÅþöõÃâ ÃÂþÃÂÃâþÃÂÃâÃÅ ÃâþûÃÅúþ ø÷ ÃÂ±ÃÆÃºÃ² (A-Z a-z), Ãâ øÃâÃ⬠(0-9). Ãâýðú ÿþôÃâ¡ÃµÃ...
<i class="fontello icon-ok-green validate-ok-field-login" style="display: none"></i>
<small class="validate-error-hide validate-error-field-login"></small></p>
<p>
<input placeholder="E-mail" type="text" name="mail" id="popup-registration-mail" value="" class="input-text input-width-reg js-ajax-validate" />
<i class="fontello icon-question-sign js-tip-help" title="ÃâûàÿÃâ¬Ã¾Ã²ÃµÃâ¬ÃºÃ¸ Ãâ¬ÃµÃ³Ã¸ÃÂÃâÃâ¬Ã°Ãâ øø ø ò Ãâ õûÃÂÃ⦠ñõ÷þÿðÃÂýþÃÂÃâø ýÃ...
<i class="fontello icon-ok-green validate-ok-field-mail" style="display: none"></i>
<small class="validate-error-hide validate-error-field-mail"></small></p>
<p>
<input placeholder="ßðÃâ¬Ã¾Ã»ÃÅ" type="password" name="password" id="popup-registration-user-password" value="" class="input-text input-width-reg js-ajax-validate" />
<i class="fontello icon-question-sign js-tip-help" title="Ãâþûöõý ÃÂþôõÃâ¬Ã¶Ã°ÃâÊýõ üõýõõ 5 ÃÂøüòþûþò ø ýõ üþöõÃâ ÃÂþòÿðÃ...
<i class="fontello icon-ok-green validate-ok-field-password" style="display: none"></i>
<small class="validate-error-hide validate-error-field-password"></small></p>
<p>
<input placeholder="ßþòÃâþÃâ¬Ã¸Ãâõ ÿðÃâ¬Ã¾Ã»ÃÅ" type="password" value="" id="popup-registration-user-password-confirm" name="password_confirm" class="input-text input-width-reg js-ajax-validate" />
<i class="fontello icon-ok-green validate-ok-field-password_confirm" style="display: none"></i>
<small class="validate-error-hide validate-error-field-password_confirm"></small></p>
<br/>
<input type="hidden" name="" id="cc78ad6a05f" value="" />
<input type="hidden" name="js_validator" />
<small class="validate-error-hide validate-error-field-js_validator"></small>
<script type="text/javascript">
function SetJsKey(fid, fname, fvalue){
if(document.getElementById(fid)){
t/html/fablab61.html view on Meta::CPAN
var expires = new Date();
expires.setTime(expires.getTime() + (1 * 24 * 60 * 60 * 1000));
document.cookie = fname + '=' + fvalue + ';path=/;expires=' + expires.toUTCString();
return true;
}else return false;
}
SetJsKey('cc78ad6a05f', 'd26704cd34', '10b98130bc');
</script>
<p>
<input type="text" name="phone" placeholder="âõûõÃâþý" id="popup-registration-user-phone" value="" class="input-text input-width-300 js-ajax-validate" />
<i class="icon-ok-green validate-ok-field-phone" style="display: none"></i>
<small class="validate-error-hide validate-error-field-phone"></small>
</p>
<p><label for="popup-registration-captcha">ÃâòõôøÃâõ Ãâ øÃâÃâ¬Ã⹠ø ÃÂ±ÃÆÃºÃ²Ãâ¹</label>
<img src="http://fabnews.ru/engine/lib/external/kcaptcha/index.php?PHPSESSID=cc47lfrlavsjjjhd3ne73f1dl1"
onclick="this.src='http://fabnews.ru/engine/lib/external/kcaptcha/index.php?PHPSESSID=cc47lfrlavsjjjhd3ne73f1dl1&n='+Math.random();"
class="captcha-image" />
<input type="text" name="captcha" id="popup-registration-captcha" value="" maxlength="3" class="input-text input-width-100 js-ajax-validate" />
<small class="validate-error-hide validate-error-field-captcha"></small></p>
<input type="hidden" name="return-path" value="http://fabnews.ru/fablabs/item/ufo">
<button type="submit" name="submit_register" class="button button-primary" id="popup-registration-form-submit" disabled="disabled">ÃâðÃâ¬ÃµÃ³Ã¸ÃÂÃâÃâ¬Ã¸Ãâ¬Ã¾Ã²Ã°ÃâÃÅÃÂÃÂ</button>
</form>
</div>
<div data-type="reminder" class="tab-content js-block-popup-login-content" style="display:none;">
<script type="text/javascript">
jQuery(document).ready(function($){
$('#popup-reminder-form').bind('submit',function(){
ls.user.reminder('popup-reminder-form');
return false;
});
$('#popup-reminder-form-submit').attr('disabled',false);
});
</script>
<form action="http://fabnews.ru/login/reminder/" method="POST" id="popup-reminder-form">
<p>
<input placeholder="ÃâðÃË e-mail" type="text" name="mail" id="popup-reminder-mail" class="input-text input-width-full" />
<small class="validate-error-hide validate-error-reminder"></small></p>
<button type="submit" name="submit_reminder" class="button button-primary" id="popup-reminder-form-submit" disabled="disabled">ßþÃÂ»ÃÆÃâ¡Ã¸ÃâÃÅ ÃÂÃÂÃâ¹Ã»ÃÂºÃÆ ýð ø÷üõýõýøõ ÿðÃâ...
</form>
</div>
</div>
</div>
<div class="userbar">
<div id="container">
t/html/fablabs.html view on Meta::CPAN
<div class="modal modal-login" id="window_login_form">
<header class="modal-header">
<h3>— ÐвÑоÑизаÑÐ¸Ñ —</h3>
<a href="#" class="close jqmClose"></a>
</header>
<script type="text/javascript">
jQuery(function($){
$('#popup-login-form').bind('submit',function(){
ls.user.login('popup-login-form');
return false;
});
$('#popup-login-form-submit').attr('disabled',false);
});
</script>
<div class="modal-content">
<ul class="nav nav-pills nav-pills-tabs">
<li class="active js-block-popup-login-item" data-type="login"><a href="#">ÐойÑи</a></li>
<li class="js-block-popup-login-item" data-type="registration"><a href="#">РегиÑÑÑаÑиÑ</a></li>
<li class="js-block-popup-login-item" data-type="reminder"><a href="#">ÐоÑÑÑановление паÑолÑ</a></li>
</ul>
<div class="tab-content js-block-popup-login-content" data-type="login">
<form action="http://fabnews.ru/login/" method="post" id="popup-login-form">
<p>
<input placeholder="Ðогин или Ñл. поÑÑа" type="text" name="login" id="popup-login" class="input-text input-width-full"></p>
<p>
<input placeholder="ÐаÑолÑ" type="password" name="password" id="popup-password" class="input-text input-width-full">
<small class="validate-error-hide validate-error-login"></small></p>
<p>
<input id="login_1" class="css-checkbox" type="checkbox" name="remember" checked class="input-checkbox " />
<label for="login_1" class="css-label">ÐапомниÑÑ Ð¼ÐµÐ½Ñ</label>
<input type="hidden" name="return-path" value="http://fabnews.ru/fablabs">
<button type="submit" name="submit_login" class="button button-primary" id="popup-login-form-submit" disabled="disabled">ÐойÑи</button></p>
</form>
</div>
<div data-type="registration" class="tab-content js-block-popup-login-content" style="display:none;">
<script type="text/javascript">
jQuery(document).ready(function($){
$('#popup-registration-form').find('input.js-ajax-validate').blur(function(e){
var aParams={ };
if ($(e.target).attr('name')=='password_confirm') {
aParams['password']=$('#popup-registration-user-password').val();
}
if ($(e.target).attr('name')=='password') {
aParams['password']=$('#popup-registration-user-password').val();
if ($('#popup-registration-user-password-confirm').val()) {
ls.user.validateRegistrationField('password_confirm',$('#popup-registration-user-password-confirm').val(),$('#popup-registration-form'),{ 'password': $(e.target).val() });
}
}
ls.user.validateRegistrationField($(e.target).attr('name'),$(e.target).val(),$('#popup-registration-form'),aParams);
});
$('#popup-registration-form').bind('submit',function(){
ls.user.registration('popup-registration-form');
return false;
});
$('#popup-registration-form-submit').attr('disabled',false);
});
</script>
<form action="http://fabnews.ru/registration/" method="post" id="popup-registration-form">
<p>
<input placeholder="Ðогин" type="text" name="login" id="popup-registration-login" value="" class="input-text input-width-reg js-ajax-validate" />
<i class="fontello icon-question-sign js-tip-help" title="ÐÐ¾Ð¶ÐµÑ ÑоÑÑоÑÑÑ ÑолÑко из бÑкв (A-Z a-z), ÑиÑÑ (0-9). Ðнак подÑеÑÐºÐ¸Ð²Ð°Ð½Ð¸Ñ (_) лÑÑÑе не иÑполÑзоваÑÑ. Ðлина логина...
<i class="fontello icon-ok-green validate-ok-field-login" style="display: none"></i>
<small class="validate-error-hide validate-error-field-login"></small></p>
<p>
<input placeholder="E-mail" type="text" name="mail" id="popup-registration-mail" value="" class="input-text input-width-reg js-ajax-validate" />
<i class="fontello icon-question-sign js-tip-help" title="ÐÐ»Ñ Ð¿ÑовеÑки ÑегиÑÑÑаÑии и в ÑелÑÑ
безопаÑноÑÑи нам нÑжен адÑÐµÑ Ð²Ð°Ñей ÑлекÑÑопоÑÑÑ."></i>
<i class="fontello icon-ok-green validate-ok-field-mail" style="display: none"></i>
<small class="validate-error-hide validate-error-field-mail"></small></p>
<p>
<input placeholder="ÐаÑолÑ" type="password" name="password" id="popup-registration-user-password" value="" class="input-text input-width-reg js-ajax-validate" />
<i class="fontello icon-question-sign js-tip-help" title="Ðолжен ÑодеÑжаÑÑ Ð½Ðµ менее 5 Ñимволов и не Ð¼Ð¾Ð¶ÐµÑ ÑовпадаÑÑ Ñ Ð»Ð¾Ð³Ð¸Ð½Ð¾Ð¼. Ðе иÑполÑзÑйÑе пÑоÑÑÑе паÑоли, бÑд...
<i class="fontello icon-ok-green validate-ok-field-password" style="display: none"></i>
<small class="validate-error-hide validate-error-field-password"></small></p>
<p>
<input placeholder="ÐовÑоÑиÑе паÑолÑ" type="password" value="" id="popup-registration-user-password-confirm" name="password_confirm" class="input-text input-width-reg js-ajax-validate" />
<i class="fontello icon-ok-green validate-ok-field-password_confirm" style="display: none"></i>
<small class="validate-error-hide validate-error-field-password_confirm"></small></p>
<br/>
<input type="hidden" name="" id="cc78ad6a05f" value="" />
<input type="hidden" name="js_validator" />
<small class="validate-error-hide validate-error-field-js_validator"></small>
<script type="text/javascript">
function SetJsKey(fid, fname, fvalue){
if(document.getElementById(fid)){
t/html/fablabs.html view on Meta::CPAN
var expires = new Date();
expires.setTime(expires.getTime() + (1 * 24 * 60 * 60 * 1000));
document.cookie = fname + '=' + fvalue + ';path=/;expires=' + expires.toUTCString();
return true;
}else return false;
}
SetJsKey('cc78ad6a05f', 'd26704cd34', '10b98130bc');
</script>
<p>
<input type="text" name="phone" placeholder="ТелеÑон" id="popup-registration-user-phone" value="" class="input-text input-width-300 js-ajax-validate" />
<i class="icon-ok-green validate-ok-field-phone" style="display: none"></i>
<small class="validate-error-hide validate-error-field-phone"></small>
</p>
<p><label for="popup-registration-captcha">ÐведиÑе ÑиÑÑÑ Ð¸ бÑквÑ</label>
<img src="http://fabnews.ru/engine/lib/external/kcaptcha/index.php?PHPSESSID=cc47lfrlavsjjjhd3ne73f1dl1"
onclick="this.src='http://fabnews.ru/engine/lib/external/kcaptcha/index.php?PHPSESSID=cc47lfrlavsjjjhd3ne73f1dl1&n='+Math.random();"
class="captcha-image" />
<input type="text" name="captcha" id="popup-registration-captcha" value="" maxlength="3" class="input-text input-width-100 js-ajax-validate" />
<small class="validate-error-hide validate-error-field-captcha"></small></p>
<input type="hidden" name="return-path" value="http://fabnews.ru/fablabs">
<button type="submit" name="submit_register" class="button button-primary" id="popup-registration-form-submit" disabled="disabled">ÐаÑегиÑÑÑиÑоваÑÑÑÑ</button>
</form>
</div>
<div data-type="reminder" class="tab-content js-block-popup-login-content" style="display:none;">
<script type="text/javascript">
jQuery(document).ready(function($){
$('#popup-reminder-form').bind('submit',function(){
ls.user.reminder('popup-reminder-form');
return false;
});
$('#popup-reminder-form-submit').attr('disabled',false);
});
</script>
<form action="http://fabnews.ru/login/reminder/" method="POST" id="popup-reminder-form">
<p>
<input placeholder="ÐÐ°Ñ e-mail" type="text" name="mail" id="popup-reminder-mail" class="input-text input-width-full" />
<small class="validate-error-hide validate-error-reminder"></small></p>
<button type="submit" name="submit_reminder" class="button button-primary" id="popup-reminder-form-submit" disabled="disabled">ÐолÑÑиÑÑ ÑÑÑÐ»ÐºÑ Ð½Ð° изменение паÑолÑ</button>
</form>
</div>
</div>
</div>
<div class="userbar">
<div id="container">
( run in 3.736 seconds using v1.01-cache-2.11-cpan-364913b4093 )