CINXE.COM

<script src="https://www.google.com/recaptcha/api.js?render=explicit&hl=sl"></script> <!-- common include --> <!DOCTYPE html> <html> <head> <title id="page-title">EPC</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="stylesheet" type="text/css" href="https://ec.europa.eu/epc/stylesheet/ext-epc.css?_v=ff02802b896629f62266bee126f17d0866ab8692"> <link rel="stylesheet" type="text/css" href="https://ec.europa.eu/epc/stylesheet/fonts.css?_v=ff02802b896629f62266bee126f17d0866ab8692"> <link rel="stylesheet" type="text/css" href="https://ec.europa.eu/epc/ext-6.0.0/classic/theme-epc/resources/theme-epc-all.css?_v=ff02802b896629f62266bee126f17d0866ab8692"> <script type="application/javascript" src="https://ec.europa.eu/epc/ext-6.0.0/ext-all.js?_v=ff02802b896629f62266bee126f17d0866ab8692"></script> <script type="application/javascript" src="https://ec.europa.eu/epc/ext-6.0.0/classic/theme-epc/theme-epc.js?_v=ff02802b896629f62266bee126f17d0866ab8692"></script> <script type="application/javascript" src="https://ec.europa.eu/epc/ext-6.0.0/classic/theme-epc/theme-epc.js?_v=ff02802b896629f62266bee126f17d0866ab8692"></script> <script type="application/javascript" src="https://ec.europa.eu/epc/javascript/lib/moment.min.js"></script> <script type="application/javascript" src="https://ec.europa.eu/epc/javascript/app/helper/Context.js?_v=ff02802b896629f62266bee126f17d0866ab8692"></script> <script type="application/javascript" src="https://ec.europa.eu/epc/javascript/app/helper/MessageManager.js?_v=ff02802b896629f62266bee126f17d0866ab8692"></script> <script type="application/javascript"> Ext.Ajax.timeout = 110000; // < 2 mins Ext.override(Ext.data.proxy.Ajax, { timeout : 1100000 }); Ext.Loader.setConfig({enabled: false, disableCaching: false}); // Set the common context parameters Context.setRoot('https://ec.europa.eu/epc'); Context.setRequestURI('https://ec.europa.eu/epc/public/validity'); Context.setTheme('epc'); Context.setLocale('sl'); Context.setLocaleName('sloven拧膷ina (sl)'); // Prevents an accidental browser Refresh, Back or Close /* window.onbeforeunload = function(e) { // If we haven't been passed the event get the window.event e = e || window.event; // Any text will block the navigation and display a prompt var message = ''; // For IE6-8 and Firefox prior to version 4 if (e) { e.returnValue = message; } // For Chrome, Safari, IE8+ and Opera 12+ return message; }; */ </script> </head> <noscript>javascript must be enabled! Please check the settings on your browser</noscript> <body> <div class="loading-mask x-mask-msg-text"></div> </body> </html> <!-- Message Loader --> <script type="application/javascript"> // Set the specific context parameters Context.setShowCaptcha(true); Context.setRecaptchaPublicKey('6LcxgwcTAAAAAFIDJBE2WiQ_8jGVI72MtlvNXaly'); // Load messages Ext.Ajax.request({ url: Context.getURL('public/common/messages.json'), method: 'get', params: { module: ['COMMON', 'VALIDITY'] }, success: function (response) { Msg.map = Ext.decode(response.responseText); // set the proper title of the application window.document.title = Msg.get('epcpub.screens.validity.banner.title'); window.document.body.innerHTML = ''; // start the app only when all the messages are loaded Ext.Loader.loadScript({ url: Context.getURL('javascript/app/epc-public-app.js?_v=ff02802b896629f62266bee126f17d0866ab8692'), onLoad: function () { // configure the available components EPC.viewmodel.Viewer.HOME_COMPONENT = EPC.viewmodel.Viewer.VALIDITY_COMPONENT; } }); }, failure: function (response) { Ext.Msg.alert('Error', response); } }); </script>