Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
5 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
6 %brandDTD;
7 <!ENTITY % aboutDTD SYSTEM "chrome://global/locale/about.dtd" >
8 %aboutDTD;
9 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
10 %globalDTD;
11 ]>
13 <!-- This Source Code Form is subject to the terms of the Mozilla Public
14 - License, v. 2.0. If a copy of the MPL was not distributed with this
15 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
17 <html xmlns="http://www.w3.org/1999/xhtml">
18 <head>
19 <title>About:</title>
20 <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
21 </head>
23 <body dir="&locale.dir;">
24 <div id="aboutLogoContainer">
25 <a id="vendorURL">
26 <img src="about:logo" alt="&brandShortName;"/>
27 <p id="version">&about.version;</p>
28 </a>
29 </div>
31 <ul id="aboutPageList">
32 <li>&about.credits.beforeLink;<a href="about:credits">&about.credits.linkTitle;</a>&about.credits.afterLink;</li>
33 <li>&about.license.beforeTheLink;<a href="about:license">&about.license.linkTitle;</a>&about.license.afterTheLink;</li>
34 <li hidden="true">&about.relnotes.beforeTheLink;<a id="releaseNotesURL">&about.relnotes.linkTitle;</a>&about.relnotes.afterTheLink;</li>
35 <li>&about.buildconfig.beforeTheLink;<a href="about:buildconfig">&about.buildconfig.linkTitle;</a>&about.buildconfig.afterTheLink;</li>
36 <li id="buildID">&about.buildIdentifier;</li>
37 <script type="application/javascript" src="chrome://global/content/about.js"/>
38 </ul>
40 </body>
41 </html>