2 <html i18n-values=
"lang:language">
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>
14 <table id=
"main-table">
15 <tr class=
"section-row">
16 <td class=
"title-cell">
17 <p i18n-content=
"batteryChargeSectionTitle" class=
"title-text"></p>
19 <td class=
"show-button-cell">
20 <button id=
"battery-charge-show-button" class=
"show-button"
21 i18n-content=
"showButton">
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>
29 <span i18n-content=
"averageOverText"></span>
30 <input id=
"sample-count-input" type=
"number" min=
"1" max=
"150"
33 <span i18n-content=
"samplesText"></span>
35 <button id=
"battery-charge-reload-button" class=
"reload-button"
36 i18n-content=
"reloadButton">
42 <tr class=
"section-row">
43 <td class=
"title-cell">
44 <p i18n-content=
"cpuIdleSectionTitle" class=
"title-text"></p>
46 <td class=
"show-button-cell">
47 <button id=
"cpu-idle-show-button" class=
"show-button"
48 i18n-content=
"showButton">
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">
61 <tr class=
"section-row">
62 <td class=
"title-cell">
63 <p i18n-content=
"cpuFreqSectionTitle" class=
"title-text"></p>
65 <td class=
"show-button-cell">
66 <button id=
"cpu-freq-show-button" class=
"show-button"
67 i18n-content=
"showButton">
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">
80 <script src=
"chrome://resources/js/i18n_template.js"></script>