toolkit/content/aboutSupport.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/content/aboutSupport.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,357 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +
     1.6 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.9 +
    1.10 +<!DOCTYPE html [
    1.11 +  <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD;
    1.12 +  <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD;
    1.13 +  <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
    1.14 +  <!ENTITY % aboutSupportDTD SYSTEM "chrome://global/locale/aboutSupport.dtd"> %aboutSupportDTD;
    1.15 +  <!ENTITY % resetProfileDTD SYSTEM "chrome://global/locale/resetProfile.dtd"> %resetProfileDTD;
    1.16 +]>
    1.17 +
    1.18 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.19 +  <head>
    1.20 +    <title>&aboutSupport.pageTitle;</title>
    1.21 +
    1.22 +    <link rel="icon" type="image/png" id="favicon"
    1.23 +          href="chrome://branding/content/icon32.png"/>
    1.24 +    <link rel="stylesheet" href="chrome://global/skin/aboutSupport.css"
    1.25 +          type="text/css"/>
    1.26 +
    1.27 +    <script type="application/javascript;version=1.7"
    1.28 +            src="chrome://global/content/aboutSupport.js"/>
    1.29 +    <script type="application/javascript;version=1.7"
    1.30 +            src="chrome://global/content/resetProfile.js"/>
    1.31 +  </head>
    1.32 +
    1.33 +  <body dir="&locale.dir;">
    1.34 +
    1.35 +    <div id="reset-box">
    1.36 +      <h3>&resetProfile.title;</h3>
    1.37 +      <p>&resetProfile.description;</p>
    1.38 +      <button id="reset-box-button">
    1.39 +        &resetProfile.button.label2;
    1.40 +      </button>
    1.41 +    </div>
    1.42 +
    1.43 +    <h1>
    1.44 +      &aboutSupport.pageTitle;
    1.45 +    </h1>
    1.46 +
    1.47 +    <div class="page-subtitle">
    1.48 +        &aboutSupport.pageSubtitle;
    1.49 +    </div>
    1.50 +
    1.51 +    <div>
    1.52 +      <button id="copy-raw-data-to-clipboard">
    1.53 +        &aboutSupport.copyRawDataToClipboard.label;
    1.54 +      </button>
    1.55 +      <button id="copy-to-clipboard">
    1.56 +        &aboutSupport.copyTextToClipboard.label;
    1.57 +      </button>
    1.58 +    </div>
    1.59 +
    1.60 +    <div id="contents">
    1.61 +
    1.62 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
    1.63 +
    1.64 +      <h2 class="major-section">
    1.65 +        &aboutSupport.appBasicsTitle;
    1.66 +      </h2>
    1.67 +
    1.68 +      <table>
    1.69 +        <tbody>
    1.70 +          <tr>
    1.71 +            <th class="column">
    1.72 +              &aboutSupport.appBasicsName;
    1.73 +            </th>
    1.74 +
    1.75 +            <td id="application-box">
    1.76 +            </td>
    1.77 +          </tr>
    1.78 +
    1.79 +          <tr>
    1.80 +            <th class="column">
    1.81 +              &aboutSupport.appBasicsVersion;
    1.82 +            </th>
    1.83 +
    1.84 +            <td id="version-box">
    1.85 +            </td>
    1.86 +          </tr>
    1.87 +
    1.88 +#ifndef ANDROID
    1.89 +          <tr class="no-copy">
    1.90 +            <th class="column">
    1.91 +              &aboutSupport.appBasicsUpdateHistory;
    1.92 +            </th>
    1.93 +
    1.94 +            <td>
    1.95 +              <button id="show-update-history-button">
    1.96 +                &aboutSupport.appBasicsShowUpdateHistory;
    1.97 +              </button>
    1.98 +            </td>
    1.99 +          </tr>
   1.100 +#endif
   1.101 +
   1.102 +          <tr>
   1.103 +            <th class="column">
   1.104 +              &aboutSupport.appBasicsUserAgent;
   1.105 +            </th>
   1.106 +
   1.107 +            <td id="useragent-box">
   1.108 +            </td>
   1.109 +          </tr>
   1.110 +
   1.111 +          <tr id="profile-row" class="no-copy">
   1.112 +            <th class="column">
   1.113 +#ifdef XP_WIN
   1.114 +              &aboutSupport.appBasicsProfileDirWinMac;
   1.115 +#else
   1.116 +#ifdef XP_MACOSX
   1.117 +              &aboutSupport.appBasicsProfileDirWinMac;
   1.118 +#else
   1.119 +              &aboutSupport.appBasicsProfileDir;
   1.120 +#endif
   1.121 +#endif
   1.122 +            </th>
   1.123 +
   1.124 +            <td>
   1.125 +              <button id="profile-dir-button">
   1.126 +#ifdef XP_WIN
   1.127 +                &aboutSupport.showWin.label;
   1.128 +#else
   1.129 +#ifdef XP_MACOSX
   1.130 +                &aboutSupport.showMac.label;
   1.131 +#else
   1.132 +                &aboutSupport.showDir.label;
   1.133 +#endif
   1.134 +#endif
   1.135 +               </button>
   1.136 +            </td>
   1.137 +          </tr>
   1.138 +
   1.139 +          <tr class="no-copy">
   1.140 +            <th class="column">
   1.141 +              &aboutSupport.appBasicsEnabledPlugins;
   1.142 +            </th>
   1.143 +
   1.144 +            <td>
   1.145 +              <a href="about:plugins">about:plugins</a>
   1.146 +            </td>
   1.147 +          </tr>
   1.148 +
   1.149 +          <tr class="no-copy">
   1.150 +            <th class="column">
   1.151 +              &aboutSupport.appBasicsBuildConfig;
   1.152 +            </th>
   1.153 +
   1.154 +            <td>
   1.155 +              <a href="about:buildconfig">about:buildconfig</a>
   1.156 +            </td>
   1.157 +          </tr>
   1.158 +
   1.159 +          <tr class="no-copy">
   1.160 +            <th class="column">
   1.161 +              &aboutSupport.appBasicsMemoryUse;
   1.162 +            </th>
   1.163 +
   1.164 +            <td>
   1.165 +              <a href="about:memory">about:memory</a>
   1.166 +            </td>
   1.167 +          </tr>
   1.168 +
   1.169 +        </tbody>
   1.170 +      </table>
   1.171 +
   1.172 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
   1.173 +#ifdef MOZ_CRASHREPORTER
   1.174 +
   1.175 +      <h2 class="major-section" id="crashes-title">
   1.176 +        &aboutSupport.crashes.title;
   1.177 +      </h2>
   1.178 +
   1.179 +      <table id="crashes-table">
   1.180 +        <thead>
   1.181 +          <tr>
   1.182 +            <th>
   1.183 +              &aboutSupport.crashes.id;
   1.184 +            </th>
   1.185 +            <th>
   1.186 +              &aboutSupport.crashes.sendDate;
   1.187 +            </th>
   1.188 +          </tr>
   1.189 +        </thead>
   1.190 +        <tbody id="crashes-tbody">
   1.191 +        </tbody>
   1.192 +      </table>
   1.193 +      <p id="crashes-allReports" class="hidden no-copy">
   1.194 +        <a href="about:crashes" id="crashes-allReportsWithPending" class="block">&aboutSupport.crashes.allReports;</a>
   1.195 +      </p>
   1.196 +      <p id="crashes-noConfig" class="hidden no-copy">&aboutSupport.crashes.noConfig;</p>
   1.197 +
   1.198 +#endif
   1.199 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
   1.200 +
   1.201 +      <h2 class="major-section">
   1.202 +        &aboutSupport.extensionsTitle;
   1.203 +      </h2>
   1.204 +
   1.205 +      <table>
   1.206 +        <thead>
   1.207 +          <tr>
   1.208 +            <th>
   1.209 +              &aboutSupport.extensionName;
   1.210 +            </th>
   1.211 +            <th>
   1.212 +              &aboutSupport.extensionVersion;
   1.213 +            </th>
   1.214 +            <th>
   1.215 +              &aboutSupport.extensionEnabled;
   1.216 +            </th>
   1.217 +            <th>
   1.218 +              &aboutSupport.extensionId;
   1.219 +            </th>
   1.220 +          </tr>
   1.221 +        </thead>
   1.222 +        <tbody id="extensions-tbody">
   1.223 +        </tbody>
   1.224 +      </table>
   1.225 +
   1.226 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
   1.227 +
   1.228 +      <h2 class="major-section">
   1.229 +        &aboutSupport.graphicsTitle;
   1.230 +      </h2>
   1.231 +
   1.232 +      <table>
   1.233 +        <tbody id="graphics-tbody">
   1.234 +        </tbody>
   1.235 +
   1.236 +        <tbody id="graphics-info-properties">
   1.237 +        </tbody>
   1.238 +
   1.239 +        <tbody id="graphics-failures-tbody">
   1.240 +        </tbody>
   1.241 +      </table>
   1.242 +
   1.243 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
   1.244 +
   1.245 +      <h2 class="major-section">
   1.246 +        &aboutSupport.modifiedKeyPrefsTitle;
   1.247 +      </h2>
   1.248 +
   1.249 +      <table class="prefs-table">
   1.250 +        <thead class="no-copy">
   1.251 +          <th class="name">
   1.252 +            &aboutSupport.modifiedPrefsName;
   1.253 +          </th>
   1.254 +
   1.255 +          <th class="value">
   1.256 +            &aboutSupport.modifiedPrefsValue;
   1.257 +          </th>
   1.258 +        </thead>
   1.259 +
   1.260 +        <tbody id="prefs-tbody">
   1.261 +        </tbody>
   1.262 +      </table>
   1.263 +
   1.264 +      <section id="prefs-user-js-section" class="hidden no-copy">
   1.265 +        <h3>&aboutSupport.userJSTitle;</h3>
   1.266 +        <p>&aboutSupport.userJSDescription;</p>
   1.267 +      </section>
   1.268 +
   1.269 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
   1.270 +      <h2 class="major-section">
   1.271 +        &aboutSupport.jsTitle;
   1.272 +      </h2>
   1.273 +
   1.274 +      <table>
   1.275 +        <tbody>
   1.276 +          <tr>
   1.277 +            <th class="column">
   1.278 +              &aboutSupport.jsIncrementalGC;
   1.279 +            </th>
   1.280 +
   1.281 +            <td id="javascript-incremental-gc">
   1.282 +            </td>
   1.283 +          </tr>
   1.284 +        </tbody>
   1.285 +      </table>
   1.286 +
   1.287 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
   1.288 +      <h2 class="major-section">
   1.289 +        &aboutSupport.a11yTitle;
   1.290 +      </h2>
   1.291 +
   1.292 +      <table>
   1.293 +        <tbody>
   1.294 +          <tr>
   1.295 +            <th class="column">
   1.296 +              &aboutSupport.a11yActivated;
   1.297 +            </th>
   1.298 +
   1.299 +            <td id="a11y-activated">
   1.300 +            </td>
   1.301 +          </tr>
   1.302 +          <tr>
   1.303 +            <th class="column">
   1.304 +              &aboutSupport.a11yForceDisabled;
   1.305 +            </th>
   1.306 +
   1.307 +            <td id="a11y-force-disabled">
   1.308 +            </td>
   1.309 +          </tr>
   1.310 +        </tbody>
   1.311 +      </table>
   1.312 +
   1.313 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
   1.314 +      <h2 class="major-section">
   1.315 +        &aboutSupport.libraryVersionsTitle;
   1.316 +      </h2>
   1.317 +
   1.318 +      <table>
   1.319 +        <tbody id="libversions-tbody">
   1.320 +        </tbody>
   1.321 +      </table>
   1.322 +
   1.323 +
   1.324 +      <h2 class="major-section">
   1.325 +        &aboutSupport.experimentsTitle;
   1.326 +      </h2>
   1.327 +
   1.328 +      <table>
   1.329 +        <thead>
   1.330 +          <tr>
   1.331 +            <th>
   1.332 +              &aboutSupport.experimentName;
   1.333 +            </th>
   1.334 +            <th>
   1.335 +              &aboutSupport.experimentId;
   1.336 +            </th>
   1.337 +            <th>
   1.338 +              &aboutSupport.experimentDescription;
   1.339 +            </th>
   1.340 +            <th>
   1.341 +              &aboutSupport.experimentActive;
   1.342 +            </th>
   1.343 +            <th>
   1.344 +              &aboutSupport.experimentEndDate;
   1.345 +            </th>
   1.346 +            <th>
   1.347 +              &aboutSupport.experimentHomepage;
   1.348 +            </th>
   1.349 +          </tr>
   1.350 +        </thead>
   1.351 +        <tbody id="experiments-tbody">
   1.352 +        </tbody>
   1.353 +      </table>
   1.354 +      <!-- - - - - - - - - - - - - - - - - - - - - -->
   1.355 +
   1.356 +    </div>
   1.357 +
   1.358 +  </body>
   1.359 +
   1.360 +</html>

mercurial