• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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          <form>
27            <label>
28              <span i18n-content="averageOverText"></span>
29              <input id="sample-count-input" type="number" min="1" max="150"
30                     value="10">
31            </label>
32            <span i18n-content="samplesText"></span>
33          </form>
34          <button id="battery-charge-reload-button" class="reload-button"
35                  i18n-content="reloadButton">
36          </button>
37        </div>
38      </td>
39    </tr>
40
41    <tr class="section-row">
42      <td class="title-cell">
43        <p i18n-content="cpuIdleSectionTitle" class="title-text"></p>
44      </td>
45      <td class="show-button-cell">
46        <button id="cpu-idle-show-button" class="show-button"
47                i18n-content="showButton">
48        </button>
49      </td>
50      <td id="cpu-idle-cell" class="plots-cell">
51        <div id="cpu-idle-section" class="section-div">
52          <div class="plots-div" id="cpu-idle-plots-div"></div>
53          <button id="cpu-idle-reload-button" class="reload-button"
54                  i18n-content="reloadButton">
55          </button>
56        </div>
57      </td>
58    </tr>
59
60    <tr class="section-row">
61      <td class="title-cell">
62        <p i18n-content="cpuFreqSectionTitle" class="title-text"></p>
63      </td>
64      <td class="show-button-cell">
65        <button id="cpu-freq-show-button" class="show-button"
66                i18n-content="showButton">
67        </button>
68      </td>
69      <td id="cpu-freq-cell" class="plots-cell">
70        <div id="cpu-freq-section" class="section-div">
71          <div class="plots-div" id="cpu-freq-plots-div"></div>
72          <button id="cpu-freq-reload-button" class="reload-button"
73                  i18n-content="reloadButton">
74          </button>
75        </div>
76      </td>
77    </tr>
78  </table>
79  <script src="chrome://resources/js/i18n_template2.js"></script>
80</body>
81</html>
82