summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/about_sys/about_sys.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/about_sys/about_sys.html')
-rw-r--r--chromium/chrome/browser/resources/about_sys/about_sys.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/about_sys/about_sys.html b/chromium/chrome/browser/resources/about_sys/about_sys.html
new file mode 100644
index 00000000000..16280fbad91
--- /dev/null
+++ b/chromium/chrome/browser/resources/about_sys/about_sys.html
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML>
+<html id="t" i18n-values="dir:textdirection;">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title i18n-content="title"></title>
+
+ <link rel="stylesheet" href="about_sys.css">
+ <script src="chrome://resources/js/util.js"></script>
+ <script src="chrome://resources/js/local_strings.js"></script>
+ <script src="about_sys.js"></script>
+ </head>
+ <body>
+ <div id="header">
+ <h1 i18n-content="title"></h1>
+ <p i18n-content="description"></p>
+ </div>
+ <div id="content">
+ <h2 id="tableTitle" i18n-content="tableTitle"></h2>
+ <div id="anchor" jscontent="anchor"></div>
+ <button id="expandAll" class="global-button" i18n-content="expandAllBtn">
+ </button>
+ <button id="collapseAll" class="global-button"
+ i18n-content="collapseAllBtn"></button>
+ <p id="status"></p>
+ <table class="list" id="details">
+ <tr jsselect="details">
+ <td class="name">
+ <div class="stat-name" jscontent="statName"></div>
+ </td>
+ <td class="button-cell">
+ <button jsvalues="id:statName + '-value-btn'"
+ class="expand-status"></button>
+ </td>
+ <td class="number">
+ <div class="stat-value" jscontent="statValue"
+ jsvalues="id:statName + '-value'"></div>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </body>
+</html>