| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> |
| <head> |
| <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> |
| <style type="text/css"> |
| html,body{ |
| width: 100%; |
| height: 100%; |
| } |
| #content { |
| width: 100%; |
| height: 100%; |
| } |
| |
| #preview { |
| height: 100%; |
| width: 45%; |
| float: left; |
| margin-left: 10px; |
| } |
| |
| #accordion { |
| width: 50%; |
| float: left; |
| } |
| </style> |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> |
| <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> |
| <script type="text/javascript" src="../../../gadgets/js/core:container:rpc:open-views.js?c=1&debug=1&container=default"></script> |
| <script type="text/javascript" src="EEContainer.js"></script> |
| </head> |
| <body style="font-size:62.5%;"> |
| <div id="content"> |
| <div id="accordion"> |
| </div> |
| <div id="preview"></div> |
| <div style="clear: both;"/> |
| </div> |
| </body> |
| </html> |