Add close button to the supervised user pages.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / power.html
blob4cebe5ac99bf3e714ec366d7320e1b3c9e0eef51
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title i18n-content="titleText"></title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="chrome://power/power.css">
8 <script src="chrome://resources/js/load_time_data.js"></script>
9 <script src="chrome://resources/js/util.js"></script>
10 <script src="chrome://power/strings.js"></script>
11 <script src="chrome://power/power.js"></script>
12 </head>
13 <body>
14 <table id="main-table">
15 <tr class="section-row">
16 <td class="title-cell">
17 <p i18n-content="batteryChargeSectionTitle" class="title-text"></p>
18 </td>
19 <td class="show-button-cell">
20 <button id="battery-charge-show-button" class="show-button"
21 i18n-content="showButton">
22 </button>
23 </td>
24 <td id="battery-charge-cell" class="plots-cell">
25 <div id="battery-charge-section" class="section-div">
26 <div class="plots-div" id="battery-charge-plots-div"></div>
27 <form>
28 <label>
29 <span i18n-content="averageOverText"></span>
30 <input id="sample-count-input" type="number" min="1" max="150"
31 value="10">
32 </label>
33 <span i18n-content="samplesText"></span>
34 </form>
35 <button id="battery-charge-reload-button" class="reload-button"
36 i18n-content="reloadButton">
37 </button>
38 </div>
39 </td>
40 </tr>
42 <tr class="section-row">
43 <td class="title-cell">
44 <p i18n-content="cpuIdleSectionTitle" class="title-text"></p>
45 </td>
46 <td class="show-button-cell">
47 <button id="cpu-idle-show-button" class="show-button"
48 i18n-content="showButton">
49 </button>
50 </td>
51 <td id="cpu-idle-cell" class="plots-cell">
52 <div id="cpu-idle-section" class="section-div">
53 <div class="plots-div" id="cpu-idle-plots-div"></div>
54 <button id="cpu-idle-reload-button" class="reload-button"
55 i18n-content="reloadButton">
56 </button>
57 </div>
58 </td>
59 </tr>
61 <tr class="section-row">
62 <td class="title-cell">
63 <p i18n-content="cpuFreqSectionTitle" class="title-text"></p>
64 </td>
65 <td class="show-button-cell">
66 <button id="cpu-freq-show-button" class="show-button"
67 i18n-content="showButton">
68 </button>
69 </td>
70 <td id="cpu-freq-cell" class="plots-cell">
71 <div id="cpu-freq-section" class="section-div">
72 <div class="plots-div" id="cpu-freq-plots-div"></div>
73 <button id="cpu-freq-reload-button" class="reload-button"
74 i18n-content="reloadButton">
75 </button>
76 </div>
77 </td>
78 </tr>
79 </table>
80 <script src="chrome://resources/js/i18n_template.js"></script>
81 </body>
82 </html>