


<style>
    .sh-hidden {
        display: none !important;
    }
</style>

<script>
    function HideElement(aID) {
        var lElement = document.getElementById(aID);
        if (lElement != null) {
            lElement.classList.add("sh-hidden");
        }
    }

    function ShowElement(aID) {
        var lElement = document.getElementById(aID);
        if (lElement != null) {
            lElement.classList.remove("sh-hidden");
        }
    }
</script>

<div class="sh-box-111 "><div class="__v0 sh-header sh-card "><div class="_big"><svg height="24" viewBox="0 0 24 24" width="24"><path d="M13,10H11V6H13V10M13,12H11V14H13V12M22,4V16A2,2 0 0,1 20,18H6L2,22V4A2,2 0 0,1 4,2H20A2,2 0 0,1 22,4M20,4H4V17.2L5.2,16H20V4Z" xmlns="http://www.w3.org/2000/svg" /></svg><h1>Wystąpił błąd</h1></div><p>The controller for path '/zgm_swinoujscie/sitemap.xml' was not found or does not implement IController.<br><br></p><div class="__left sh-bar "><button class="sh-btn " tabindex="0" role="button" onclick="NavigationPanelRefreshAndLoadStart();"><svg height="24" viewBox="0 0 24 24" width="24"><path d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" xmlns="http://www.w3.org/2000/svg" /></svg>Zamknij</button><button class="sh-btn " id="Button-szczegoly" tabindex="0" role="button" onclick="ShowElement(&quot;Box-error&quot;); HideElement(&quot;Button-szczegoly&quot;);"><svg height="24" viewBox="0 0 24 24" width="24"><path d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" xmlns="http://www.w3.org/2000/svg" /></svg>Pokaż szczegóły</button></div><div class="sh-hidden sh-box-111 " id="Box-error"><div class=""><h3><br>(1) Wystąpił błąd [sitemap.xml/Index]</h3><p>w System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType)<br>   w System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory)<br>   w System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state)<br>   w System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()<br>   w System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)<br>   w System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)</p></div></div></div></div>