<!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": { "prototype" : "js/panels/properties.reel/section.reel", "properties" : { "element" : {"#": "section"}, "slot" : {"@": "sectionSlot"} } }, "sectionSlot": { "prototype": "montage/ui/slot.reel", "properties": { "element": {"#": "sectionSlot"} } }, "sectionSplitter": { "prototype": "js/panels/Splitter", "properties": { "element": {"#": "sectionSplitter"}, "panel": {"@": "sectionSlot"} } } } </script> </head> <body> <div data-montage-id="section"> <h2 data-montage-id="sectionSplitter" class="subSectionHeader"> <section class="arrow"><div class="arrowIcon animated"></div></section> <section class="title"></section> </h2> <div data-montage-id="sectionSlot" class="animated"></div> </div> </body> </html>