"\n\t\n\t\t<script>\n\n\t    \t$(\"a#sbmt-2\").click(function (){\n\t\t\t\tvar sending = true;\n\n\n\t\t\t\tif (sending == true)\n\t            {\n\n\t                var msg = $('#form_user').serialize();\n\t    \t\t\t$.ajax({\n\t\t\t            type: 'POST',  \/\/\/\u0442\u0438\u043f \u0437\u0430\u043f\u0440\u043e\u0441\u0430  GET \u043b\u0438\u0431\u043e POST\n\t\t\t            url: \"ajax\/user_login.php\", \/\/\u0432\u0430\u0448 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440 \u0438\u043b\u0438 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439 \u0430\u044f\u043a\u0441 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\n\t\t\t            data: msg,\n\t\t\t            dataType: 'json',\n\t\t\t            beforeSend: function (){\n\t\t\t            \t\/\/$('#read_to_res').append('\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c \u0437\u0430\u043f\u0440\u043e\u0441');\n\t\t\t            \t$('#user_login').empty();\n\t\t\t            \t$('#user_login').append('<label>\u041e\u0436\u0438\u0434\u0430\u0439\u0442\u0435!<\/label>');\n\t\t\t      \t\t},\n\t\t\t            success: function(data)\n\t\t\t            {\n\t\t\t            \t\/\/location.reload();\n\t\t\t            \t$('#user_login').empty();\n\t\t\t            \t$('#user_login').append(data);\n\t\t\t         \t}\n\t        \t\t});\n\t        \t}\n\t        \treturn false;\n\t    \t});\n\n\t    \t$(\"a#pass_remind\").click(function (){\n\t\t\t\tvar sending = true;\n\n\n\t\t\t\tif (sending == true)\n\t            {\n\n\t                var msg = $('#form_user').serialize();\n\t    \t\t\t$.ajax({\n\t\t\t            type: 'POST',  \/\/\/\u0442\u0438\u043f \u0437\u0430\u043f\u0440\u043e\u0441\u0430  GET \u043b\u0438\u0431\u043e POST\n\t\t\t            url: \"ajax\/user_login.php\", \/\/\u0432\u0430\u0448 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440 \u0438\u043b\u0438 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439 \u0430\u044f\u043a\u0441 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\n\t\t\t            data: {\"action\":\"password_remind\"},\n\t\t\t            dataType: 'json',\n\t\t\t            beforeSend: function (){\n\t\t\t            \t\/\/$('#read_to_res').append('\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c \u0437\u0430\u043f\u0440\u043e\u0441');\n\t\t\t            \t$('#user_login').empty();\n\t\t\t            \t$('#user_login').append('<label>\u041e\u0436\u0438\u0434\u0430\u0439\u0442\u0435!<\/label>');\n\t\t\t      \t\t},\n\t\t\t            success: function(data)\n\t\t\t            {\n\t\t\t            \t$('#user_login').empty();\n\t\t\t            \t$('#user_login').append(data);\n\t\t\t         \t}\n\t        \t\t});\n\t        \t}\n\t        \treturn false;\n\t    \t});\n\n\n\t  \t<\/script>\n\t\n\n\n\t\t<section class=\"form-1\">\n\t<div id=\"user_login\">\n\t\t<h1>\u0412\u0445\u043e\u0434<\/h1>\n\n\t\t\n\t\t<form class=\"form login_form\" method=\"post\" id=\"form_user\">\n\t\t\t<label>Email<\/label>\n\t\t\t<input type=\"text\" name=\"email\" data-format=\"email\" data-notice=\"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 email\" value=\"\" maxlength=\"255\" \/>\n\n\t\t    <label>\u041f\u0430\u0440\u043e\u043b\u044c <a id=\"pass_remind\">(\u043d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c)<\/a><\/label>\n\t\t    <input type=\"password\" name=\"password\" data-format=\".+\" data-notice=\"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c\" value=\"\" \/>\n\n\t\t\t<!-- <input type=\"submit\" class=\"button\" name=\"login\" value=\"\u0412\u043e\u0439\u0442\u0438\"> -->\n\t\t\t<a class=\"sbmt-2 f_left\" href=\"javascript:jQuery.fancybox.close();\">\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c<\/a><a href=\"javascript:;\" class=\"sbmt-2 f_right\" id=\"sbmt-2\">\u0412\u043e\u0439\u0442\u0438<\/a>\n\t\t<\/form>\n\t<\/div>\n<\/section><!--form-1 end here-->\n"