VIDEO TUTORIAL: Allenamenti in sicurezza. Il protocollo FIH in tempi di COVID-19
NEWSLETTER FIH
VIDEO TUTORIAL: Allenamenti in sicurezza.
Il protocollo FIH spiegato per immagini
Con il coach Stefano Muscella (foto) vediamo, spiegato per mmagini, il protocollo FIH per gli allenamenti in sicurezza in tempi di Covid-19.
Un tutorial utile per tutte le società e per tutti gli hockeysti.
Cos'è il protocollo FIH? E' il documento, articolato in due parti (di cui una esemplificativa), che recependo le linee guida della Presidenza del Consiglio sulla ripresa delle attività sportive delinea e disciplina le modalità di svolgimento della ripresa degli allenamenti sui campi da Hockey su Prato tenendo conto del rischio di contagio contingente all'ambiente e al gesto sportivo. Resta di fondamentale importanza, il senso di Responsabilità degli addetti ai lavori, dirigenti, tecnici, giocatori ed accompagnatori.
In allegato a questa Newsletter trovi il protocollo FIH.
CLICCA QUI PER VEDERE IL PREZIOSO VIDEO TUTORIAL
Allegati
document.addEventListener("DOMContentLoaded", function(){
if(typeof Joomla == "undefined" && typeof window.Joomla == "undefined"){
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://www.federhockey.it/media/system/js/core.js?v=1660483316";
document.head.appendChild(script);
}
});
var iframecreated = false;
function acydisplayPreview(){
var d = document, area = d.getElementById("newsletter_preview_area");
if(!area) return;
if(iframecreated) return;
iframecreated = true;
var content = area.innerHTML;
var myiframe = d.createElement("iframe");
myiframe.id = "iframepreview";
myiframe.style.width = "100%";
myiframe.style.borderWidth = "0px";
myiframe.allowtransparency = "true";
myiframe.frameBorder = "0";
area.innerHTML = "";
area.appendChild(myiframe);
myiframe.onload = function(){
var iframeloaded = false;
try{
if(myiframe.contentDocument != null && initIframePreview(myiframe,content) && replaceAnchors(myiframe)){
iframeloaded = true;
if(typeof acymailing_initTooltips === "function") {
acymailing_initTooltips(myiframe.contentWindow.document);
}
}
}catch(err){
iframeloaded = false;
}
if(!iframeloaded){
area.innerHTML = content;
}
}
myiframe.src = "";
}
function resetIframeSize(myiframe){
var innerDoc = (myiframe.contentDocument) ? myiframe.contentDocument : myiframe.contentWindow.document;
var objToResize = (myiframe.style) ? myiframe.style : myiframe;
if(objToResize.width != "100%") return;
var newHeight = innerDoc.body.scrollHeight;
if(!objToResize.height || parseInt(objToResize.height,10)+10 < newHeight || parseInt(objToResize.height,10)-10 > newHeight) objToResize.height = newHeight+"px";
setTimeout(function(){resetIframeSize(myiframe);},1000);
}
function replaceAnchors(myiframe){
var myiframedoc = myiframe.contentWindow.document;
var myiframebody = myiframedoc.body;
var el = myiframe;
var myiframeOffset = el.offsetTop;
while ( ( el = el.offsetParent ) != null )
{
myiframeOffset += el.offsetTop;
}
var elements = myiframebody.getElementsByTagName("a");
for( var i = elements.length - 1; i >= 0; i--){
var aref = elements[i].getAttribute("href");
if(!aref) continue;
if(aref.indexOf("#") != 0 && aref.indexOf("http://www.federhockey.it/component/acymailing/listid-5/mailid-112-format-newsletter-fih-standard.html?tmpl=component#") != 0) continue;
if(elements[i].onclick && elements[i].onclick != "") continue;
var adest = aref.substring(aref.indexOf("#")+1);
if( adest.length < 1 ) continue;
elements[i].dest = adest;
elements[i].onclick = function(){
elem = myiframedoc.getElementById(this.dest);
if(!elem){
elems = myiframedoc.getElementsByName(this.dest);
if(!elems || !elems[0]) return false;
elem = elems[0];
}
if( !elem ) return false;
var el = elem;
var elemOffset = el.offsetTop;
while ( ( el = el.offsetParent ) != null )
{
elemOffset += el.offsetTop;
}
window.scrollTo(0,elemOffset+myiframeOffset-15);
return false;
};
}
return true;
}
function initIframePreview(myiframe,content){
var d = document;
var heads = myiframe.contentWindow.document.getElementsByTagName("head");
if(heads.length == 0){
return false;
}
var head = heads[0];
var myiframebodys = myiframe.contentWindow.document.getElementsByTagName("body");
if(myiframebodys.length == 0){
var myiframebody = d.createElement("body");
myiframe.appendChild(myiframebody);
}else{
var myiframebody = myiframebodys[0];
}
if(!myiframebody) return false;
myiframebody.style.margin = "0px";
myiframebody.style.padding = "0px";
myiframebody.innerHTML = content;
var title1 = d.createElement("title");
title1.innerHTML = "VIDEO TUTORIAL: Allenamenti in sicurezza. Il protocollo FIH in tempi di COVID-19";
var base1 = d.createElement("base");
base1.target = "_blank";
head.appendChild(base1);
var existingTitle = head.getElementsByTagName("title");
if(existingTitle.length == 0){
head.appendChild(title1);
}
var meta1 = d.createElement("meta");
meta1.name = "viewport";
meta1.content = "width=device-width, initial-scale=1";
head.appendChild(meta1);
var style1 = d.createElement("style");
style1.type = "text/css";
style1.id = "overflowstyle";
try{style1.innerHTML = "html,body,iframe{overflow-y:hidden} ";}catch(err){style1.styleSheet.cssText = "html,body,iframe{overflow-y:hidden} ";}
try{style1.innerHTML += " .hideonline{display:none;} ";}catch(err){style1.styleSheet.cssText += " .hideonline{display:none;} ";}
head.appendChild(style1);
resetIframeSize(myiframe);
return true;
}
document.addEventListener("DOMContentLoaded", function(){acydisplayPreview();});
function previewResize(newWidth,newHeight){
if(document.getElementById("iframepreview")){
var myiframe = document.getElementById("iframepreview");
}else{
var myiframe = document.getElementById("newsletter_preview_area");
}
myiframe.style.width = newWidth;
if(newHeight == "100%"){
resetIframeSize(myiframe);
}else{
myiframe.style.height = newHeight;
myiframe.contentWindow.document.getElementById("overflowstyle").media = "print";
}
}
function previewSizeClick(elem){
var ids = ["preview320","preview480","preview768","previewmax"];
for(var i=0;i= 0; i-- ) {
if(remove){
elements[i].src_temp = elements[i].src;
elements[i].src = "pictureremoved";
}else{
elements[i].src = elements[i].src_temp;
}
}
if(myiframe.style.width == "100%"){
resetIframeSize(myiframe);
}
}