Add ICU message format support
[chromium-blink-merge.git] / tools / memory_inspector / chrome_app / template / main_window.html
bloba876e03abe1c3e61946b3b38206a16e39378a49d
1 <!DOCTYPE html>
2 <!--
3 Copyright 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <html>
8 <head>
9 <title>Memory Inspector</title>
10 <script type="text/javascript" src="naclprocess.js"></script>
11 <script type="text/javascript" src="config.js"></script>
12 <script type="text/javascript" src="main_window.js"></script>
13 <link rel="stylesheet" type="text/css" href="main_window.css">
14 </head>
15 <body>
16 <a id="terminal_button">&gt;_</a>
17 <div id="terminal">
18 </div>
19 <div id="contents">
20 <div id="load_overlay">
21 <div id="load_message">
22 <div id="load_animation">
23 <img id="load_animation_body" src="images/body.png" alt=""></img>
24 <img id="load_animation_cog1" src="images/cog1.png" alt=""></img>
25 <img id="load_animation_cog2" src="images/cog2.png" alt=""></img>
26 </div>
27 <div id="load_message_title">
28 <span id="phantom_load_dots"></span>Loading<span id="load_dots"></span>
29 </div>
30 <div id="load_message_subtitle">
31 This usually takes around 5 seconds but may take up to a minute after a fresh installation or an update
32 </div>
33 </div>
34 </div>
35 <webview id="inspector_view"></webview>
36 </div>
37 </body>
38 </html>