Werkstatt:Schema der Benutzeroberfläche

Aus Eichepedia

→ 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 class="justify-content-center">
           <row class="justify-content-center">
               <cell class="col col-12 text-center">
                   <component type="FooterInfo"/>
                   <component type="Menu" message="footer-menu"/>
                   <component type="FooterPlaces" class="justify-content-center"/>
               </cell>
           </row>
           <row class="justify-content-center">
               <cell class="col col-12 d-flex justify-content-center">
                   <component type="FooterIcons"/>
               </cell>
           </row>
       </grid>
   </component>
</structure>