toolkit/content/about.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/content/about.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +
     1.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
     1.7 +  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
     1.8 +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
     1.9 +%brandDTD;
    1.10 +<!ENTITY % aboutDTD SYSTEM "chrome://global/locale/about.dtd" >
    1.11 +%aboutDTD;
    1.12 +<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
    1.13 +%globalDTD;
    1.14 +]>
    1.15 +
    1.16 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
    1.17 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
    1.18 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    1.19 +
    1.20 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.21 +<head>
    1.22 +  <title>About:</title>
    1.23 +  <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
    1.24 +</head>
    1.25 +
    1.26 +<body dir="&locale.dir;">
    1.27 +  <div id="aboutLogoContainer">
    1.28 +    <a id="vendorURL">
    1.29 +      <img src="about:logo" alt="&brandShortName;"/>
    1.30 +      <p id="version">&about.version;</p>
    1.31 +    </a>
    1.32 +  </div>
    1.33 +
    1.34 +  <ul id="aboutPageList">
    1.35 +    <li>&about.credits.beforeLink;<a href="about:credits">&about.credits.linkTitle;</a>&about.credits.afterLink;</li>
    1.36 +    <li>&about.license.beforeTheLink;<a href="about:license">&about.license.linkTitle;</a>&about.license.afterTheLink;</li>
    1.37 +    <li hidden="true">&about.relnotes.beforeTheLink;<a id="releaseNotesURL">&about.relnotes.linkTitle;</a>&about.relnotes.afterTheLink;</li>
    1.38 +    <li>&about.buildconfig.beforeTheLink;<a href="about:buildconfig">&about.buildconfig.linkTitle;</a>&about.buildconfig.afterTheLink;</li>
    1.39 +    <li id="buildID">&about.buildIdentifier;</li>
    1.40 +    <script type="application/javascript" src="chrome://global/content/about.js"/>
    1.41 +  </ul>
    1.42 +
    1.43 +</body>
    1.44 +</html>

mercurial