<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core"> <div id="lotusPlaceBar">PLACEBAR</div> </xp:view>
<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core" dojoParseOnLoad="true" dojoTheme="true"> BANNER </xp:view>
<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core"> <div id="lotusContent"> <xp:callback facetName="facet_1" id="callback1"></xp:callback> </div> </xp:view>
<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core"> <div id="lotusfooter">Footer Contents Here</div> </xp:view>
<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core"> <div id="lotusColLeft"> SIDEBAR </div> </xp:view>
<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core"> TITLEBAR </xp:view>
<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xc="http://www.ibm.com/xsp/custom" pageTitle="Home"> <xc:layout_banner></xc:layout_banner> <xc:layout_titlebar></xc:layout_titlebar> <xc:layout_PlaceBar></xc:layout_PlaceBar> <div id="lotusMain"> <xc:layout_leftSidebar></xc:layout_leftSidebar> <xc:layout_content> <xp:this.facets> <xp:span xp:key="facet_1"> <xp:link escape="true" text="Neue Eingabe" id="link1" value="/Data.xsp"> </xp:link> HERE IS THE CONTENT </xp:span> </xp:this.facets> </xc:layout_content> </div> <xc:layout_footer></xc:layout_footer> </xp:view>