索尼娅与公牛

索尼娅与公牛

Class
Properties
类型 喜剧 爱情
地区 其它
导演 Vlatka Vorkapic
演员 Judita Frankovic 戈兰·波格丹 德扬·阿西莫维奇
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
索尼娅与公牛的剧情介绍

A comedy about two people with different world-views, from different places, whose fate, with the help from a bull Garonja (a name given to the black bulls in villages of Croatia), intertwine. Ante (Goran Bogdan) is a peasant from Dalmatian hinterland, a son of an bull fights organizer, and skilled insurance salesman. He is known by his powers of persuasion. At the voting for the Law for animal protection, biggest controversy is considering bull fights. Sonja (Judita Frankovic) is from Zagreb, an inveterate activist fighting for animal rights. In Dalmatian hinterland nobody can understand her attitude. They conclude that Sonja, regardless of the declared intense love of animals, would not dare stand in front of a bull. About Sonja and Anthony , the central pair who in his romantic comedy game going a little farther - a little back, a series of actions is carried out in the style of a wild untamed satire at the expense of local yellow media and important institutions such as the ...恐怖

function qrsearch() { // 获取触发提交事件的表单 var form = window.event ? window.event.target : (arguments[0] ? arguments[0].target : null); if (!form) { form = document.querySelector('form[action*="/search"]'); } var input = form ? form.querySelector('input[name="q"]') : document.querySelector('input[name="q"]'); if (!input) { return false; } var q = input.value; if (!q || q.trim() === '') { return false; } return true; } // 确保回车键能正常提交表单 (function() { function initSearchForms() { var searchForms = document.querySelectorAll('form[action*="/search"]'); searchForms.forEach(function(form) { var input = form.querySelector('input[name="q"]'); if (input) { // 监听回车键事件 input.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.keyCode === 13) { e.preventDefault(); var q = this.value.trim(); if (q) { form.submit(); } } }); } }); } // DOM加载完成后初始化 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSearchForms); } else { initSearchForms(); } // window.load 后也执行一次 window.addEventListener('load', function() { setTimeout(initSearchForms, 100); }); })();