getConfigSetting("ServiceName"); $InterfaceFiles = [ "bootstrap.js", "CW-Base.js", "bootstrap.css", "Metavus.css", "P_EduLink.css", "P_EduLink_Login.js" ]; $AF->includeUIFile($InterfaceFiles); $LogoFileName = $Plugin->getConfigSetting("LogoFileName"); $LogoHref = trim($Plugin->getConfigSetting("LogoHref") ?? ""); if (strlen($LogoHref) == 0) { $LogoHref = $AF->baseUrl(); } $DataSharingButton = new HtmlButton("Click to request data sharing"); $DataSharingButton->setId("mv-embed-button"); # ----- DISPLAY -------------------------------------------------------------- ?>
Your browser's enhanced tracking protection requires manual confirmation that you want to share data across sites in order to use content provided by = $ServiceName ?>.
Unfortunately, this is a multi-step process. Clicking below will confirms that you want = $ServiceName ?> to be able to request data sharing. After clicking, you will be returned to your LMS. There, you will need to click a confirmation button to enable data sharing. Finally, your browser will display a pop-up asking for permission to share data between = $ServiceName ?> and your LMS using cookies.
Your browser will remember that you have granted permission. You will not be prompted again until it has been more than 30 days since you viewed any content from = $ServiceName ?>.
= $DataSharingButton->getHtml(); ?>A