Extract code handling PrinterProviderAPI from PrintPreviewHandler
[chromium-blink-merge.git] / chrome / browser / resources / about_sys / about_sys.html
blob9b1cd36485ecf54cf4a7ddc03f2bfdeb4fc805d0
1 <!doctype html>
2 <html id="t" i18n-values="dir:textdirection;lang:language">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title i18n-content="title"></title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="about_sys.css">
8 <script src="chrome://resources/js/util.js"></script>
9 <script src="chrome://resources/js/i18n_template_no_process.js"></script>
10 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
11 <script src="about_sys.js"></script>
12 </head>
13 <body>
14 <div id="header">
15 <h1 i18n-content="title"></h1>
16 <p i18n-content="description"></p>
17 </div>
18 <div id="content">
19 <h2 id="tableTitle" i18n-content="tableTitle"></h2>
20 <div id="anchor" jscontent="anchor"></div>
21 <button id="expandAll" class="global-button" i18n-content="expandAllBtn">
22 </button>
23 <button id="collapseAll" class="global-button"
24 i18n-content="collapseAllBtn"></button>
25 <p id="status"></p>
26 <table class="list" id="details">
27 <tr jsselect="details">
28 <td class="name">
29 <div class="stat-name" jscontent="statName"></div>
30 </td>
31 <td class="button-cell">
32 <button jsvalues="id:statName + '-value-btn'"
33 class="expand-status"></button>
34 </td>
35 <td class="number">
36 <div class="stat-value" jscontent="statValue"
37 jsvalues="id:statName + '-value'"></div>
38 </td>
39 </tr>
40 </table>
41 </div>
42 </body>
43 </html>