Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / about_sys / about_sys.html
1 <!DOCTYPE HTML>
2 <html id="t" i18n-values="dir:textdirection;">
3   <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5     <title i18n-content="title"></title>
6
7     <link rel="stylesheet" href="about_sys.css">
8     <script src="chrome://resources/js/util.js"></script>
9     <script src="chrome://resources/js/i18n_template_no_process.js"></script>
10     <script src="chrome://resources/js/jstemplate_compiled.js"></script>
11     <script src="chrome://resources/js/load_time_data.js"></script>
12     <script src="about_sys.js"></script>
13   </head>
14   <body>
15     <div id="header">
16       <h1 i18n-content="title"></h1>
17       <p i18n-content="description"></p>
18     </div>
19     <div id="content">
20       <h2 id="tableTitle" i18n-content="tableTitle"></h2>
21       <div id="anchor" jscontent="anchor"></div>
22       <button id="expandAll" class="global-button" i18n-content="expandAllBtn">
23       </button>
24       <button id="collapseAll" class="global-button"
25           i18n-content="collapseAllBtn"></button>
26       <p id="status"></p>
27       <table class="list" id="details">
28         <tr jsselect="details">
29           <td class="name">
30             <div class="stat-name" jscontent="statName"></div>
31           </td>
32           <td class="button-cell">
33             <button jsvalues="id:statName + '-value-btn'"
34               class="expand-status"></button>
35           </td>
36           <td class="number">
37             <div class="stat-value" jscontent="statValue"
38               jsvalues="id:statName + '-value'"></div>
39           </td>
40         </tr>
41       </table>
42     </div>
43   </body>
44 </html>