<!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> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="css-panel.css" type="text/css"> <script type="text/montage-serialization"> { "owner": { "module" : "js/panels/css-panel/css-panel.reel", "name" : "CSSPanelNew", "properties" : { "element" : {"#" : "container"}, "styleSheetsView": {"@": "styleSheetsView"} } }, "styleSheetsView": { "module" : "js/panels/css-panel/style-sheets-view.reel", "name": "StyleSheetsView", "properties": { "element": {"#": "style-sheet-view" } } }, "stylesViewContainer": { "module" : "js/panels/css-panel/styles-view-container.reel", "name": "StylesViewContainer", "properties": { "element": {"#": "styles-view-container" } } } } </script> </head> <body> <section id="container" class="css-panel"> <h3>Style Sheets</h3> <div id="style-sheet-view"></div> <h3>Styles</h3> <div id="styles-view-container"></div> </section> </body> </html>