CINXE.COM
Error 404 :: Admin Panel
<!DOCTYPE html> <html lang="gl" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="robots" content="noindex, nofollow"> <meta name="csrf-token" content="" /> <title>Error 404 :: Admin Panel</title> <link rel="stylesheet" type="text/css" href="https://casamuseoemiliapardobazan.gal/packages/backpack/base/css/bundle.css?v=4.1.48@53bc6028f445f9b2ecfb8893283f6b6087539353"> <link rel="stylesheet" type="text/css" href="https://casamuseoemiliapardobazan.gal/packages/source-sans-pro/source-sans-pro.css?v=4.1.48@53bc6028f445f9b2ecfb8893283f6b6087539353"> <link rel="stylesheet" type="text/css" href="https://casamuseoemiliapardobazan.gal/packages/line-awesome/css/line-awesome.min.css?v=4.1.48@53bc6028f445f9b2ecfb8893283f6b6087539353"> <style> .error_number { font-size: 156px; font-weight: 600; line-height: 100px; } .error_number small { font-size: 56px; font-weight: 700; } .error_number hr { margin-top: 60px; margin-bottom: 0; width: 50px; } .error_title { margin-top: 40px; font-size: 36px; font-weight: 400; } .error_description { font-size: 24px; font-weight: 400; } </style> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--></head> <body class="app flex-row align-items-center"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <div class="error_number"> <small>ERRO</small><br> 404 <hr> </div> <div class="error_title text-muted"> P谩xina non atopada </div> <div class="error_description text-muted"> <small> Por favor <a href='javascript:history.back()''>volve atr谩s</a> ou 谩 nosa <a href='https://casamuseoemiliapardobazan.gal'>portada</a>. </small> </div> </div> </div> </div> <footer class="app-footer sticky-footer"> <div class="text-muted ml-auto mr-auto"> Realizado por <a target="_blank" rel="noopener" href="https://laboratorio.numax.org">NUMAX Laboratorio</a>. </div> </footer> <script type="text/javascript" src="https://casamuseoemiliapardobazan.gal/packages/backpack/base/js/bundle.js?v=4.1.48@53bc6028f445f9b2ecfb8893283f6b6087539353"></script> <script type="text/javascript" src="/js/backpack.js?id=80834cc2dfee25d1f378"></script> <script type="text/javascript"> // This is intentionaly run after dom loads so this way we can avoid showing duplicate alerts // when the user is beeing redirected by persistent table, that happens before this event triggers. document.onreadystatechange = function () { if (document.readyState == "interactive") { Noty.overrideDefaults({ layout: 'topRight', theme: 'backstrap', timeout: 2500, closeWith: ['click', 'button'], }); // get alerts from the alert bag var $alerts_from_php = JSON.parse('[]'); // get the alerts from the localstorage var $alerts_from_localstorage = JSON.parse(localStorage.getItem('backpack_alerts')) ? JSON.parse(localStorage.getItem('backpack_alerts')) : {}; // merge both php alerts and localstorage alerts Object.entries($alerts_from_php).forEach(([type, messages]) => { if(typeof $alerts_from_localstorage[type] !== 'undefined') { $alerts_from_localstorage[type].push(...messages); } else { $alerts_from_localstorage[type] = messages; } }); for (var type in $alerts_from_localstorage) { let messages = new Set($alerts_from_localstorage[type]); messages.forEach(text => new Noty({type, text}).show()); } // in the end, remove backpack alerts from localStorage localStorage.removeItem('backpack_alerts'); } }; </script> <!-- page script --> <script type="text/javascript"> // To make Pace works on Ajax calls $(document).ajaxStart(function() { Pace.restart(); }); // Ajax calls should always have the CSRF token attached to them, otherwise they won't work $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); var activeTab = $('[href="' + location.hash.replace("#", "#tab_") + '"]'); location.hash && activeTab && activeTab.tab('show'); $('.nav-tabs a').on('shown.bs.tab', function (e) { location.hash = e.target.hash.replace("#tab_", "#"); }); </script> </body> </html>