summaryrefslogtreecommitdiffstats
path: root/mobile/android/chrome/content/about.xhtml
blob: 8a4c283571c6d96d3e77a409268aac3d627ef43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html [
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
%brandDTD;
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
%globalDTD;
<!ENTITY % fennecDTD SYSTEM "chrome://browser/locale/about.dtd">
%fennecDTD;
]>

<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta name="viewport" content="width=480; initial-scale=.6667; user-scalable=no"/>
  <title>&aboutPage.title;</title>
  <link rel="stylesheet" href="chrome://browser/skin/aboutPage.css" type="text/css"/>
  <link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" />
</head>

<body dir="&locale.dir;">
  <div id="header">
    <div id="wordmark"></div>
#expand <p id="version">__MOZ_APP_VERSION_DISPLAY__</p>
  </div>

  <div id="banner">
    <div id="logo"/>
#ifdef MOZ_UPDATER
    <div id="updateBox">
      <a id="updateLink" href="">&aboutPage.checkForUpdates.link;</a>
      <span id="update-message-checking">&aboutPage.checkForUpdates.checking;</span>
      <span id="update-message-none">&aboutPage.checkForUpdates.none;</span>
      <span id="update-message-found">&aboutPage.checkForUpdates.available2;</span>
      <span id="update-message-downloading">&aboutPage.checkForUpdates.downloading;</span>
      <span id="update-message-downloaded">&aboutPage.checkForUpdates.downloaded2;</span>
    </div>
#endif

    <div id="messages">
      <p id="distributionAbout" hidden="true"/>
      <p id="distributionID" hidden="true"/>
      <p id="telemetry" hidden="true">
        &aboutPage.warningVersion;
#ifdef MOZ_TELEMETRY_ON_BY_DEFAULT
        &aboutPage.telemetryStart;<a href="https://www.mozilla.org/">&aboutPage.telemetryMozillaLink;</a>&aboutPage.telemetryEnd;
#endif
      </p>
    </div>

  </div>

    <ul id="aboutLinks">
      <div class="top-border"></div>
      <li><a id="faqURL">&aboutPage.faq.label;</a></li>
      <li><a id="supportURL">&aboutPage.support.label;</a></li>
      <li><a id="privacyURL">&aboutPage.privacyPolicy.label;</a></li>
      <li><a href="about:rights">&aboutPage.rights.label;</a></li>
      <li><a id="releaseNotesURL">&aboutPage.relNotes.label;</a></li>
      <li><a id="creditsURL">&aboutPage.credits.label;</a></li>
      <li><a href="about:license">&aboutPage.license.label;</a></li>
      <div class="bottom-border"></div>
    </ul>

#ifdef RELEASE_OR_BETA
    <div id="aboutDetails">
      <p>&aboutPage.logoTrademark;</p>
    </div>
#endif

    <script type="application/javascript;version=1.8" src="chrome://browser/content/about.js" />

</body>
</html>