Test:XML layout

From partnersenproppersolutions

voorbeeld 1

<?xml version="1.0" encoding="utf-8"?>
<structure>
    <grid>  
		<row>
			<cell span="12">
				<component type="WSHeader" class="noprint">
				<modification type="ShowOnlyFor" namespace="WS_NS_TEST"></modification>
				</component>
			</cell>	
		</row>
	</grid>
		<row>
            <cell span="12">
                <component type="NavbarHorizontal" class="full-width noprint">
                <component type="Logo" position="head"></component>
                <component type="NavMenu" ></component>
                <component type="SearchBar" class="pull-right"></component>
                </component>
            </cell>
		</row>
	<component type="SubHeader">
		<modification type="ShowOnlyFor" namespace="WS_NS_TEST"></modification>
	</component>
    <grid>
		<row>
			<cell span="12">
				<component type="SiteNotice"></component>
			</cell>
		</row>
        
        <row>
            <cell span="12">
                <component type="Carousel">
                </component>
            </cell>
        </row>
        
		<row>
			<cell span="12">
				<component type="MainContent"></component>
			</cell>
		</row>
	</grid>
 		<row>
			<cell span="6">
				<modification type="ShowOnlyFor" permission="edit"></modification>
				<component type="PageTools" class="pull-right hidden-sm noprint"></component>
			</cell>
			<cell span="6">
				<modification type="ShowOnlyFor" permission="edit"></modification>
				<component type="PersonalTools" class="pull-left hidden-sm noprint"></component>
			</cell>
		</row>
	<grid>
		<row>
			<cell span="12">
				<component type="FooterInfo"></component>
			</cell>
		</row>
        
		<row>
			<cell span="12">
				<component type="WSFooter" class="noprint"></component>
			</cell>
		</row>
	</grid>
</structure>