Fix infinite recursion on hiding panel when created during fullscreen mode.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / power.html
blobfd34144443de194e8c205faf884ff44e3b4abb7b
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title i18n-content="titleText"></title>
6 <link rel="stylesheet" href="chrome://power/power.css">
7 <script src="chrome://resources/js/load_time_data.js"></script>
8 <script src="chrome://resources/js/util.js"></script>
9 <script src="chrome://power/strings.js"></script>
10 <script src="chrome://power/power.js"></script>
11 </head>
12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
13 <table id="main-table">
14 <tr class="section-row">
15 <td class="title-cell">
16 <p i18n-content="batteryChargeSectionTitle" class="title-text"></p>
17 </td>
18 <td class="show-button-cell">
19 <button id="battery-charge-show-button" class="show-button"
20 i18n-content="showButton">
21 </button>
22 </td>
23 <td id="battery-charge-cell" class="plots-cell">
24 <div id="battery-charge-section" class="section-div">
25 <div class="plots-div" id="battery-charge-plots-div"></div>
26 <button id="battery-charge-reload-button" class="reload-button"
27 i18n-content="reloadButton">
28 </button>
29 </div>
30 </td>
31 </tr>
33 <tr class="section-row">
34 <td class="title-cell">
35 <p i18n-content="cpuIdleSectionTitle" class="title-text"></p>
36 </td>
37 <td class="show-button-cell">
38 <button id="cpu-idle-show-button" class="show-button"
39 i18n-content="showButton">
40 </button>
41 </td>
42 <td id="cpu-idle-cell" class="plots-cell">
43 <div id="cpu-idle-section" class="section-div">
44 <div class="plots-div" id="cpu-idle-plots-div"></div>
45 <button id="cpu-idle-reload-button" class="reload-button"
46 i18n-content="reloadButton">
47 </button>
48 </div>
49 </td>
50 </tr>
52 <tr class="section-row">
53 <td class="title-cell">
54 <p i18n-content="cpuFreqSectionTitle" class="title-text"></p>
55 </td>
56 <td class="show-button-cell">
57 <button id="cpu-freq-show-button" class="show-button"
58 i18n-content="showButton">
59 </button>
60 </td>
61 <td id="cpu-freq-cell" class="plots-cell">
62 <div id="cpu-freq-section" class="section-div">
63 <div class="plots-div" id="cpu-freq-plots-div"></div>
64 <button id="cpu-freq-reload-button" class="reload-button"
65 i18n-content="reloadButton">
66 </button>
67 </div>
68 </td>
69 </tr>
70 </table>
71 <script src="chrome://resources/js/i18n_template2.js"></script>
72 </body>
73 </html>