_decodeProperties($_smarty_tpl, array ( 'version' => '4.0.0-rc.0', 'unifunc' => 'content_64f5a013b032e1_31990957', 'has_nocache_code' => false, 'file_dependency' => array ( '3a2b07832d00a8c3043a0eb2680b45c08c125cb6' => array ( 0 => '/home/admin/web/eios.mkgtu.ru/public_html/rabprog/tpl/mod_header.html', 1 => 1679327906, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_64f5a013b032e1_31990957 (Smarty_Internal_Template $_smarty_tpl) { ?> >$(document).ready(function(){ $(".year_chng").click(function(e){ let year = $(this).data('year'); $.ajax({url: '/rabprog/',cache:false,datatype:'json',method:'post', data: 'year_change='+year, success:function(data){ window.location.reload(); } }); return false; }); $("#search_input").keyup(function(e){ let word = $(this).val(); if(e.keyCode == 13){ $(this).trigger("enterKey"); window.ToastShow1("Поиск",'ищем...',0); $("#main_body").html('ищем...'); $.ajax({url: '/rabprog/search/',cache:false,datatype:'json',method:'post', data: 'ajdes=SEASRCH&word='+word, success:function(data){ $("#main_body").html(data.html); } }); } }); }) >