Werkstatt:Schema Benutzeroberfläche

Aus Zwangsarbeit in der Pfalz
Wechseln zu:Navigation, Suche

→ Hauptseite der Werkstatt

<structure xmlns="https://ProfessionalWiki.github.io/chameleon/schema/3.7/layout.rng">
    <component type="Container" class="navbar-wrapper shadow-sm sticky-top" mode="fluid">
        <component type="Container" class="container">
            <component type="NavbarHorizontal" class="navbar-main navbar-light">
                <component type="Logo" position="head"/>
                <component type="NavMenu"/>
                <component type="Menu" message="secondary-menu"/>
                <component type="PageTools" class="flex-row" position="right" hideSelectedNameSpace="yes"/>
                <component type="SearchBar" class="order-first order-cmln-0" position="right" buttons="go"/>
                <component type="PersonalTools" position="right"/>
            </component>
        </component>
    </component>

    <grid>
        <row>
            <cell>
                <component type="SiteNotice"/>
            </cell>
        </row>
        <row>
            <cell>
                <component type="MainContent"/>
            </cell>
        </row>
    </grid>

    <component type="Container" class="mb-auto"></component>

    <grid>
        <row class="mt-4">
            <cell>
                <component type="NavbarHorizontal" collapsible="no" class="small mb-2 navbar-light">
                    <component type="Toolbox" flatten="no" class="dropup"/>
                    <component type="LangLinks" flatten="no" class="dropup"/>
                </component>
            </cell>
        </row>
    </grid>

    <component type="Container" class="footer mt-3 pt-4 pb-4">
        <grid>
            <row>
                <cell class="col col-12 order-1 col-sm-4 order-sm-1 col-md-4 order-md-1 col-lg-4 align-self-start">
                    <component type="FooterInfo"/>
                    <component type="Container" class="footer-menu">
                        <component type="Menu" message="footer-menu"/>
                    </component>
                    <component type="FooterPlaces"/>
                </cell>
                <cell class="col col-12 order-2 col-sm-4 order-sm-2 col-md-4 order-md-2 col-lg-5"/>
                <cell class="col col-12 order-3 col-sm-4 order-sm-3 col-md-4 order-md-3 col-lg-3 align-self-start d-flex justify-content-center justify-content-lg-end">
                    <component type="Html"><![CDATA[
                        <a href="https://www.bv-pfalz.de" target="_blank">
                            <img src="https://www.pfalzgeschichte.de//media/filer_public_thumbnails/filer_public/24/97/24972fed-6e85-4892-8aef-dfe101fc7936/logo-bvp_bearbeitet.svg__200x357_subject_location-420%2C180.svg" 
                                 alt="Logo des Bezirksverbandes Pfalz" 
                                 width="200" 
                                 class="align-center img-fluid mt-3 mb-3">
                        </a>
                    ]]></component>
                    <component type="Html"><![CDATA[
                        <a href="https://pfalzgeschichte.de" target="_blank">
                            <img src="https://pfalzgeschichte.de/static/img/Logo_ipgv_RGB_solo.svg" 
                                 alt="Logo des Instituts für pfälzische Geschichte und Volkskunde" 
                                 width="200" 
                                 class="align-center img-fluid mt-3 mb-3">
                        </a>
                    ]]></component>
                </cell>
            </row>
            <row>
                <cell class="col col-12 d-flex justify-content-center justify-content-lg-end">
                    <component type="FooterIcons"/>
                </cell>
            </row>
        </grid>
    </component>
</structure>