{"id":158,"date":"2025-01-22T12:59:09","date_gmt":"2025-01-22T11:59:09","guid":{"rendered":"http:\/\/astraliaradioweb.eu\/?page_id=158"},"modified":"2025-03-02T22:14:04","modified_gmt":"2025-03-02T21:14:04","slug":"video","status":"publish","type":"page","link":"https:\/\/astraliaradioweb.eu\/index.php\/video\/","title":{"rendered":"Video Astralia"},"content":{"rendered":"\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/oyErvN82tKA?si=bO2m9-16yBMSNQ-r\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n\n\n\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/OMF3CUIGRyc?si=5yk--xvKrfjTY2yX\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n\n\n\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/P4QNwyMPMMs?si=iQceHjQx9GnC_7kT\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n\n\n\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/thZvOP-JvN4?si=AGB2umGmWSGVakZX\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n\n\n\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/QF-A2sSva0s?si=wrDXDLh5My8Zfo8-\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n\n\n\n<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Autenticazione per Download<\/title>\n    <script>\n        function checkPassword() {\n            var password = document.getElementById(\"password\").value;\n            var correctPassword = \"parola_dordine\"; \/\/ Sostituisci con la tua parola d'ordine\n\n            if (password === correctPassword) {\n                document.getElementById(\"download-links\").style.display = \"block\";\n                document.getElementById(\"password-form\").style.display = \"none\";\n            } else {\n                alert(\"Parola d'ordine errata. Riprova.\");\n            }\n        }\n    <\/script>\n<\/head>\n<body>\n    <h1>Autenticazione per Download<\/h1>\n    <div id=\"password-form\">\n        <label for=\"password\">Inserisci la parola d&#8217;ordine:<\/label>\n        <input type=\"password\" id=\"password\" name=\"password\">\n        <button onclick=\"checkPassword()\">Invia<\/button>\n    <\/div>\n    \n    <div id=\"download-links\" style=\"display:none;\">\n        <h2>Scarica i file<\/h2>\n        <ul>\n            <li><a href=\"documenti\/file1.pdf\" download>Scarica file1.pdf<\/a><\/li>\n            <li><a href=\"documenti\/file2.pdf\" download>Scarica file2.pdf<\/a><\/li>\n            <li><a href=\"documenti\/file3.pdf\" download>Scarica file3.pdf<\/a><\/li>\n        <\/ul>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Autenticazione per Download<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #f0f8ff;\n            color: #333;\n            margin: 0;\n            padding: 0;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100vh;\n        }\n        h1, h2 {\n            color: #0056b3;\n        }\n        #password-form, #download-links {\n            background-color: #fff;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n            width: 300px;\n            text-align: center;\n        }\n        input[type=\"password\"], button {\n            margin-top: 10px;\n            padding: 10px;\n            width: 100%;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n        }\n        button {\n            background-color: #0056b3;\n            color: #fff;\n            cursor: pointer;\n        }\n        button:hover {\n            background-color: #004494;\n        }\n        ul {\n            list-style-type: none;\n            padding: 0;\n        }\n        li {\n            margin-top: 10px;\n        }\n        a {\n            color: #0056b3;\n            text-decoration: none;\n        }\n        a:hover {\n            text-decoration: underline;\n        }\n    <\/style>\n    <script>\n        function checkPassword() {\n            var password = document.getElementById(\"password\").value;\n            var correctPassword = \"parola_dordine\"; \/\/ Sostituisci con la tua parola d'ordine\n\n            if (password === correctPassword) {\n                document.getElementById(\"download-links\").style.display = \"block\";\n                document.getElementById(\"password-form\").style.display = \"none\";\n            } else {\n                alert(\"Parola d'ordine errata. Riprova.\");\n            }\n        }\n    <\/script>\n<\/head>\n<body>\n    <h1>Autenticazione per Download<\/h1>\n    <div id=\"password-form\">\n        <label for=\"password\">Inserisci la parola d&#8217;ordine:<\/label>\n        <input type=\"password\" id=\"password\" name=\"password\">\n        <button onclick=\"checkPassword()\">Invia<\/button>\n    <\/div>\n    \n    <div id=\"download-links\" style=\"display:none;\">\n        <h2>Scarica i file<\/h2>\n        <ul>\n            <li><a href=\"documenti\/file1.pdf\" download>Scarica file1.pdf<\/a><\/li>\n            <li><a href=\"documenti\/file2.pdf\" download>Scarica file2.pdf<\/a><\/li>\n            <li><a href=\"documenti\/file3.pdf\" download>Scarica file3.pdf<\/a><\/li>\n        <\/ul>\n    <\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Autenticazione per Download Autenticazione per Download Inserisci la parola d&#8217;ordine: Invia Scarica i file Scarica file1.pdf Scarica file2.pdf Scarica file3.pdf Autenticazione per Download Autenticazione per Download Inserisci la parola d&#8217;ordine: <a href=\"https:\/\/astraliaradioweb.eu\/index.php\/video\/\" class=\"more-link\">[&hellip;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"Layout":"","footnotes":""},"_links":{"self":[{"href":"https:\/\/astraliaradioweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/158"}],"collection":[{"href":"https:\/\/astraliaradioweb.eu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/astraliaradioweb.eu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/astraliaradioweb.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/astraliaradioweb.eu\/index.php\/wp-json\/wp\/v2\/comments?post=158"}],"version-history":[{"count":8,"href":"https:\/\/astraliaradioweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/158\/revisions"}],"predecessor-version":[{"id":208,"href":"https:\/\/astraliaradioweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/158\/revisions\/208"}],"wp:attachment":[{"href":"https:\/\/astraliaradioweb.eu\/index.php\/wp-json\/wp\/v2\/media?parent=158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}