_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.31', 'unifunc' => 'content_58878934506f48_92126530', 'has_nocache_code' => false, 'file_dependency' => array ( 'ccdf76791105fd7c77f366b69d3a18e59c5c2b67' => array ( 0 => '/var/www/html/smarty/templates_ru/login.tpl', 1 => 1485277488, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_58878934506f48_92126530 (Smarty_Internal_Template $_smarty_tpl) { ?>
> function validate_form() { var domain = document.getElementById('domain_input').value; var password = document.getElementById('password_input').value; if (domain == "") { alert("Введите домен."); return false; } if (password == "") { alert("Введите пароль."); return false; } } >