| Index: remoting/webapp/app_remoting/html/template_loading_window.html
|
| diff --git a/remoting/webapp/base/html/template_message_window.html b/remoting/webapp/app_remoting/html/template_loading_window.html
|
| similarity index 50%
|
| copy from remoting/webapp/base/html/template_message_window.html
|
| copy to remoting/webapp/app_remoting/html/template_loading_window.html
|
| index 2b34551aebe05ec67cdb7353fa03018bdaf9550d..b69432e3ce5a2db397411df04c09b427673fe560 100644
|
| --- a/remoting/webapp/base/html/template_message_window.html
|
| +++ b/remoting/webapp/app_remoting/html/template_loading_window.html
|
| @@ -10,19 +10,22 @@ found in the LICENSE file.
|
| <meta charset="utf-8">
|
| <link rel="stylesheet" href="open_sans.css">
|
| <link rel="stylesheet" href="main.css">
|
| - <link rel="stylesheet" href="message_window.css">
|
| + <link rel="stylesheet" href="loading_window.css">
|
|
|
| <meta-include type="javascript"/>
|
|
|
| <title></title>
|
| </head>
|
| <body>
|
| - <h2 id="title"></h2>
|
| - <p id="infobox" class="information-box"></p>
|
| - <p id="message"></p>
|
| - <div class="button-row">
|
| - <button id="button-primary" autofocus="autofocus"></button>
|
| - <button id="button-secondary"></button>
|
| + <img src="loading_splash.png" id="splash-image">
|
| + <div class="message-container">
|
| + <div id="title" hidden></div>
|
| + <p id="infobox" class="information-box"></p>
|
| + <div class="button-row">
|
| + <span id="message"></span>
|
| + <button id="button-primary" autofocus="autofocus"></button>
|
| + <button id="button-secondary"></button>
|
| + </div>
|
| </div>
|
| </body>
|
| </html>
|
|
|