<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
    <head>
        <title>Request Mappers demo</title>
    </head>

    <body>
        <wicket:extend>
        <a href="index.html">[go back]</a><br/>
        <wicket:child/>
        
        <p>This page uses custom home page request mapper. Loading http://localhost:8080/wicket-examples/mappers/ automatically appends
        a preconfigured locale: http://localhost:8080/wicket-examples/mappers/en_US</p>
        
        <wicket:link>
            <a href="en_US/localized">en_US Localized</a><br/>
            <a href="bg_BG/localized">bg_BG Localized</a><br/>
            <a href="de/localized">de Localized</a>
        </wicket:link>
        
        <p>Clicking to any of the links above will lead to a page mounted at "localized" path but the session locale will be automatically set
        depending on the locale in the url. I.e. loading http://localhost:8080/wicket-examples/mappers/bg_BG/localized will show the page with 
        text localized in Bulgarian.</p>  
        
        <p><wicket:link><a href="secured">Go to https</a></wicket:link> - clicking this link will redirect the browser to <em>http<strong>s</strong>://wicketstuff.org/wicket-examples/mappers/secured</em>.<br/>
        <strong>Note</strong>: this site is not configured to work with HTTPS so your browser will report that the address cannot be found. Please use
        browser's back button to return.</p>
        
        <p><wicket:link><a href="pMount/PackageMountedPage">A page mounted with PackageMapper</a></wicket:link></p>
        
        <p><wicket:link><a href="print/sheet1/a4">A mounted resource that prints sheets in different formats</a></wicket:link></p>
        
    </wicket:extend>
</body>

</html>