Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / remoting / webapp / html / template_main.html
index f0a29de..b468339 100644 (file)
@@ -21,31 +21,54 @@ found in the LICENSE file.
     <title i18n-content="PRODUCT_NAME"></title>
   </head>
 
-  <body class="full-height inner-border-for-apps-v2">
+  <body class="full-height">
 
     <meta-include src="webapp/html/window_frame.html"/>
 
-    <!-- loading-mode is initially visible, but becomes hidden as soon as an
-         AppMode is selected by remoting.init. All other divs are initially
-         hidden, but are shown appropriately when the mode changes. -->
-    <section id="loading-mode" data-ui-mode="">
-      <em>Loading&hellip;</em>
-    </section>
+    <div class="window-body full-height">
 
-    <div id="daemon-plugin-container"></div>
-    <div id="host-plugin-container"></div>
+      <!-- loading-mode is initially visible, but becomes hidden as soon as an
+           AppMode is selected by remoting.init. All other divs are initially
+           hidden, but are shown appropriately when the mode changes. -->
+      <section id="loading-mode" data-ui-mode="">
+        <em>Loading&hellip;</em>
+      </section>
 
-    <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
+      <div id="daemon-plugin-container"></div>
+      <div id="host-plugin-container"></div>
 
-    <div id="scroller">
-      <div class="inset home-screen" data-ui-mode="home" hidden>
+      <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
 
-        <meta-include src="webapp/html/ui_header.html"/>
-        <meta-include src="webapp/html/butterbar.html"/>
-        <meta-include src="webapp/html/ui_it2me.html"/>
-        <meta-include src="webapp/html/ui_me2me.html"/>
+      <div id="scroller">
+        <div class="inset home-screen full-height"
+             data-ui-mode="home"
+             hidden>
 
-      </div>  <!-- inset -->
+          <meta-include src="webapp/html/ui_header.html"/>
+          <meta-include src="webapp/html/butterbar.html"/>
+          <meta-include src="webapp/html/ui_it2me.html"/>
+          <meta-include src="webapp/html/ui_me2me.html"/>
+
+          <!-- The bottom-marker div is used to verify scroll-bar correctness
+               in browser tests; it is not rendered. -->
+          <div id="bottom-marker"></div>
+
+        </div>  <!-- inset -->
+
+        <div id="session-mode"
+             data-ui-mode="in-session home.client"
+             class="full-height"
+             hidden>
+
+          <meta-include src="webapp/html/toolbar.html"/>
+          <meta-include src="webapp/html/client_plugin.html"/>
+
+        </div>  <!-- session-mode -->
+
+        <div id="statistics" dir="ltr" class="selectable" hidden>
+        </div>
+
+      </div>  <!-- scroller -->
 
       <meta-include src="webapp/html/dialog_auth.html"/>
 
@@ -73,7 +96,6 @@ found in the LICENSE file.
           <meta-include src="webapp/html/dialog_client_third_party_auth.html"/>
           <meta-include src="webapp/html/dialog_client_connect_failed.html"/>
           <meta-include src="webapp/html/dialog_client_session_finished.html"/>
-
         </div>
 
         <meta-include src="webapp/html/dialog_connection_history.html"/>
@@ -82,20 +104,7 @@ found in the LICENSE file.
 
       </div>  <!-- dialog-container -->
 
-      <div id="session-mode"
-           data-ui-mode="in-session home.client"
-           class="full-height"
-           hidden>
-
-        <meta-include src="webapp/html/toolbar.html"/>
-        <meta-include src="webapp/html/client_plugin.html"/>
-
-      </div>  <!-- session-mode -->
-
-      <div id="statistics" dir="ltr" class="selectable" hidden>
-      </div>
-
-    </div>  <!-- scroller ->
+    </div>  <!-- window-body -->
 
   </body>
 </html>