<!DOCTYPE html> <!-- <copyright> This file contains proprietary software owned by Motorola Mobility, Inc.<br/> No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. </copyright> --> <html lang="en"> <head> <script type="text/montage-serialization"> { "owner": { "module" : "js/panels/properties/section.reel", "name" : "Section", "properties" : { "element" : {"#": "section"}, "slot" : {"@": "sectionSlot"} } }, "sectionSlot": { "module": "montage/ui/slot.reel", "name": "Slot", "properties": { "element": {"#": "sectionSlot"} } }, "sectionSplitter": { "module": "js/panels/Splitter", "name": "Splitter", "properties": { "element": {"#": "sectionSplitter"}, "panel": {"@": "sectionSlot"} } } } </script> </head> <body> <div id="section"> <h2 id="sectionSplitter" class="subSectionHeader"> <section class="arrow"><div class="arrowIcon animated"></div></section> <section class="title"></section> </h2> <div id="sectionSlot" class="animated"></div> </div> </body> </html>