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>
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>
18 <td class=
"show-button-cell">
19 <button id=
"battery-charge-show-button" class=
"show-button"
20 i18n-content=
"showButton">
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">
33 <tr class=
"section-row">
34 <td class=
"title-cell">
35 <p i18n-content=
"cpuIdleSectionTitle" class=
"title-text"></p>
37 <td class=
"show-button-cell">
38 <button id=
"cpu-idle-show-button" class=
"show-button"
39 i18n-content=
"showButton">
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">
52 <tr class=
"section-row">
53 <td class=
"title-cell">
54 <p i18n-content=
"cpuFreqSectionTitle" class=
"title-text"></p>
56 <td class=
"show-button-cell">
57 <button id=
"cpu-freq-show-button" class=
"show-button"
58 i18n-content=
"showButton">
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">
71 <script src=
"chrome://resources/js/i18n_template2.js"></script>