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 <div id=
"main-layout">
14 <div id=
"battery-charge-section">
15 <h3 i18n-content=
"batteryChargePercentageHeader"></h3>
16 <div class=
"plot-canvas-div">
17 <canvas id=
"battery-charge-percentage-canvas" width=
"600" height=
"200">
21 <h3 i18n-content=
"batteryDischargeRateHeader"></h3>
22 <p i18n-content=
"negativeDischargeRateInfo"></p>
23 <div class=
"plot-canvas-div">
24 <canvas id=
"battery-discharge-rate-canvas" width=
"600" height=
"200">
28 <button id=
"battery-charge-reload-button" class=
"reload-button"
29 i18n-content=
"reloadButton">
33 <hr class=
"section-boundary">
35 <script src=
"chrome://resources/js/i18n_template2.js"></script>