Cases of attacking not only football referees are increasingly frequent in the Czech Republic. On Saturday, September 6 at the match of the 1st and the junior class between the domestic Mezibíře and Ervěnice-Jirkov in the Ústí nad Labem Region, the coach of the visiting team physically attacked only a 17-year-old, who expelled one of the players due to the raw game. The judge had struggled green tape, which called him a novice in the field and was supposed to protect him from similar situations.
Share on Facebook
Share on LinkedIn
Print
Copy the URL
Abbreviated address
Close
Illustration photo | Photo: Vlastimil Vacek | Source: Law / Profimedia
Strangling and swearing by the coach. A green tape for newcomers did not help the 17 -year -old judge
The incident took place after the minor referee Dominik Svoboda excluded Vojtěch Jirát for a raw game. He got the red card for digging the opponent in the rib area. It was imported to the hospital for urgent intake with suspicion of fracture and difficulty breathing.
The coach of the guests Lukáš Russnik then had to attack the young referee and start strangling him and verbally scolding him.
“My neck ached and my head woke up. After the examination by the doctor, the surface injury of the neck was stated and I was recommended to rest. After treatment in the hospital, I left the police, which I gave a medical report and filed a criminal complaint for suspicion of a crime,” Svoboda wrote.
Intervention
After the coach broke into the playground, guest players and home fans were also involved in the conflict. The police arrived. The match did not happen because of the psychological scattering of the judge. “I am surprised at the dose of aggression with the visiting team already presented in the second round of the new year,” the website quoted idnes.cz Freedom.
In addition, the young referee was equipped with a green tape from the FAČR project – Respekt. The Football Association of the Czech Republic in August this year before the start of domestic lower competitions launched a campaign “Green tape” just to support and protect the beginning referees, which is also freedom.
It is not the first case where the young and mostly minor judges were attacked.
“My colleague fell to the ground and caught me under my neck. It was a hard experience. I only whistle for a short time. I hope it will not happen anymore. Jakub Arnoštwhich in October last year whistled the 1B class match also in the Ústí nad Labem region between the Údlice and Duchcov.
‘Such action has no place’
The FAČR judges’ Commission condemned the behavior of the Ervěnice coach and described the situation as unacceptable.
The Italian government passed the law to protect the judges. ‘I was afraid to go and buy,’ says the judges there
Read
“We consider such conduct that we have in society or football as unacceptable. We also believe that the disciplinary commission will take the strict attitude in the disciplinary committee,” says the website Football Association of the Czech Republic.
“Therefore, it is more than alarming that only 17 -year -old referee Dominik Svoboda, who is still standing at the beginning of his new career, has now been the victim of the attack,” he continues.
The Italian government took a step towards the elimination of these inadmissible situations in June. It has passed a law that will provide the arbitration in sport as the same legal protection as police officers or other public officials. There is no such law in the Czech Republic.
Share on Facebook
Share on LinkedIn
Print
Copy the URL
Abbreviated address
Close
Okay, I will analyze the provided HTML snippet. It seems to be a section from a webpage displaying social media sharing icons and a media player, most likely related to an article about a football incident.
Here’s a breakdown of what the code does and its key components:
1. Social Media Sharing Icons
m-socials class: This indicates a container for social media sharing links.
icon-svg class: This is applied to all the social media icons. These icons seem to be implemented using SVG (Scalable Vector Graphics).
xlink:href: This attribute within the tag specifies the URL of the external SVG sprite file containing the icon definitions. The #icon-facebook, #icon-twitter, etc. refer to specific icons within that sprite. The v2 suggests this is a version 2 of the file.
target="blank": This is used to open the respective social media in a new tab.
rel="nofollow": This can be used to not have search engine bots follow the link, though this property is often ignored nowadays.
Hidden text elements with the vhide class are used to provide descriptive text for screen readers to improve accessibility, such as “Share on Facebook” and “Share on x”.
2. Abbreviated URL & Clipboard Functionality
m-socialsclipboard class: This part probably controls the display of a shareable URL with an option to copy it.
inp class: This seems to indicate the style for an input field.
inptext class: Applies styling to the input text, probably to specify look.
inp_text--icon-after: This suggests an icon is positioned after the text in the input field.
Clipboard Copy Button: the button js-clipboard-copy makes this button copy the abbreviated URL to the clipboard via javascript. The data-copied="Zkopírováno" likely stores the text that will change the button displays after the link has been copied to the clipboard..
3. Media Player (Audio)
b-audio-player class: This is the main class for styling the audio player.
js-audio class: This suggests the audio player is controlled by JavaScript.
tag: This is the standard HTML5 element for embedding audio.
tag: Specifies the audio file, with the src attribute pointing to the MP3 audio file and the type attribute defining the audio format.
preload="metadata": this instructs the browser to preload the audio file metadata (like duration) when the page loads.
AI-Voice Icon The AI-Voice icon and its tooltip inform the user the audio was generated by a synthetic voice
4. Image
The HTML displays a “featured” image or illustration that accompanies the article/content.
Overall Functionality
The HTML snippet represents a complete section of a webpage designed to:
Allow users to share the current content on social media platforms such as Facebook, x or linkedin, and provides an option to print.
Display an audio player to allow the user to play the audio file.
Provide a short link that can be copied to the clipboard.
Display a visual image that illustrates the article’s content
Likely Context
This snippet most likely belongs within a news article, blog post, or similar content, explaining football. The audio file is a voice-over about the topic, and the social sharing buttons enhance user engagement and content distribution.