CINXE.COM

Arquivo.pt

<!DOCTYPE html> <html> <head> <meta property="og:image" content="https://arquivo.pt/img/logoFace.png"> <meta property="og:image:alt" content="Arquivo.pt"> <meta property="og:image:type" content="image/png" /> <meta property="og:image:width" content="512" /> <meta property="og:image:height" content="512" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://arquivo.pt/wayback/20090624012643/http://www.goethe.de/ins/pt/lis/prj/iek/avi/ptindex.htm"> <script> wbinfo = {} wbinfo.prefix = "https://arquivo.pt/wayback/"; wbinfo.capture_url = "http://www.goethe.de/ins/pt/lis/prj/iek/avi/ptindex.htm"; wbinfo.timestamp = "20090624012643"; ts = "20090624012643"; //TODO:: maybe in the future remove this variable and use only the above wbinfo.is_frame = true; wbinfo.frame_mod = ""; wbinfo.replay_mod = "mp_"; </script> <style> html, body { height: 100%; margin: 0px; padding: 0px; border: 0px; overflow: hidden; } </style> <!-- starts Google Analytics 4 --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CV5BP3MR9J"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-CV5BP3MR9J'); </script> <!-- ends Google Analytics 4--> <meta name="viewport" content="initial-scale=1,minimum-scale=0.1, maximum-scale=10"> <meta name="theme-color" content="#033f72"> <!-- Windows Phone --> <meta name="msapplication-navbutton-color" content="#033f72"> <!-- iOS Safari --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <script src="https://arquivo.pt/wayback/static/@ionic/core/dist/ionic.js"></script> <link rel='stylesheet' href='https://arquivo.pt/wayback/static/css/default_banner.css'/> <link rel="stylesheet" href="https://arquivo.pt/wayback/static/css/myStyle.css"/> <link rel="stylesheet" href="https://arquivo.pt/wayback/static/css/font-awesome.min.css"> <link rel="stylesheet" href="https://arquivo.pt/wayback/static/css/bootstrap.min.css"> <link rel="stylesheet" href="https://arquivo.pt/wayback/static/css/replayLeftNav.css"> <link rel="stylesheet" href="https://arquivo.pt/wayback/static/css/ionicons.css"> <!-- Google fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto&amp;display&equals;swap" rel="stylesheet" /> <script src="https://arquivo.pt/wayback/static/js/jquery-latest.min.js"></script> <script src="https://arquivo.pt/wayback/static/js/bootstrap.min.js"></script> <!-- Slider --> <link rel="stylesheet" href="https://arquivo.pt/wayback/static/css/swiper.min.css"> <link rel="stylesheet" href="https://arquivo.pt/wayback/static/css/swipeCustom.css?build=Build-288-pywb"> <!-- End Slider Right --> <script src="https://arquivo.pt/wayback/static/js/uglipop.min.js"></script> <!-- simple plugin modals confirmation popups --> <script src="https://arquivo.pt/wayback/static/js/js.cookie.js"></script> <!-- Plugin for cookie to choose language--> <link rel="shortcut icon" href="/img/logo-16.png" type="image/x-icon"> <!-- Arquivo.pt specific functions and js code, such as loading constants, cookies --> <script src="https://arquivo.pt/wayback/static/js/arquivo.js?build=Build-288-pywb"></script> <script src="https://arquivo.pt/wayback/static/js/replayLeftNav.js?build=Build-288-pywb"></script> <script type="text/javascript"> ARQUIVO.init("https://arquivo.pt", "https://arquivo.pt/wayback/static", "https://arquivo.pt/screenshot", "True", "?build=Build-288-pywb", "True", ""); </script> <title>Arquivo.pt</title> <script src="https://arquivo.pt/wayback/static/wb_frame.js"></script> <script> var cframe = new ContentFrame({"url": wbinfo.capture_url + window.location.hash, "prefix": "https://arquivo.pt/wayback/", "request_ts": "20090624012643", "iframe": "#replay_iframe"}); ARQUIVO.updateInfo(wbinfo.capture_url, "20090624012643"); </script> </head> <body style="margin: 0px; padding: 0px;"> <!-- Overwriting pywb set_state function in order to properly update our toolbar when iframe changes--> <script> ARQUIVO.beforeIframe(); /*Load Arquivo specific code before iframe*/</script> <div id="wb_iframe_div"> <iframe name="replay_iframe" id="replay_iframe" src="https://arquivo.pt/wayback/20090624012643mp_/http://www.goethe.de/ins/pt/lis/prj/iek/avi/ptindex.htm" seamless="seamless" frameborder="0" scrolling="yes" class="wb_iframe noprint" target="_parent" > </iframe> </div> <!-- url search --> <script> // add event listener thar receive messages from url search iframe. if (window.addEventListener) { window.addEventListener("message", onMessage, false); } else if (window.attachEvent) { window.attachEvent("onmessage", onMessage, false); } // generic function that receive multiple messages from url search iframe and calls different king on functions. function onMessage(event) { // Check sender origin to be trusted if (!event.isTrusted) return; var data = event.data; if (typeof data.wb_type !== 'undefined') { if (data.wb_type == "load" || data.wb_type == "replace-url" || data.wb_type == "unload") { ARQUIVO.updateInfo(data.url, data.ts); } } else { if (data.func == 'urlSearchClickOnVersion') { ARQUIVO.urlSearchClickOnVersion(data.message); } } } // adding an 'unload' event message to be able to quickly react to changes in context. // The 'unload' event message follows wb messages format. const iframe = document.getElementById('replay_iframe'); function unloadHandler(e) { // Timeout needed because the URL changes immediately after // the `unload` event is dispatched. setTimeout(function () { let splitUrl = iframe.contentWindow.location.href.split('mp_/'); if (splitUrl.length < 2) { return; } let message = { url: splitUrl.filter((x, i) => { return i > 0 }).join('mp_/'), ts: splitUrl[0].split('/').pop(), wb_type: 'unload' }; window.postMessage(message); }, 0); }; function attachUnload() { // Remove the unloadHandler in case it was already attached. // Otherwise, the change will be dispatched twice. iframe.contentWindow.removeEventListener("unload", unloadHandler); iframe.contentWindow.addEventListener("unload", unloadHandler); } iframe.addEventListener("load", attachUnload); </script> <div class="url-search-iframe-container"> <a id="tableVersionsSideLink" class="tableVersionsSideLink" href="#"><span id="tableVersionsText" class="tableVersionsText"></span></a> <script type="text/javascript">$('#tableVersionsText').html(Content.table);</script> <div id="replay-left-nav"></div> <!-- onload="ARQUIVO.resizeIframe(this)" --> <!-- <iframe name="url_search_iframe" id="url_search_iframe" allowFullScreen="true" src="/url/search/http://www.goethe.de/ins/pt/lis/prj/iek/avi/ptindex.htm"></iframe> --> </div> <!-- scripts slider right menu --> <script src="https://arquivo.pt/wayback/static/js/swiper.min.js"></script> <script> ARQUIVO.afterIframe(); </script> <div id = "loadingAnimation" class="noprint"> <h1 class="noprint"><i class="fa fa-circle-o-notch fa-spin noprint" ></i></h1> </div> <div class="maskLoading noprint" style=""></div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10