browser/metro/base/content/pages/aboutAddons.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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"?>
     2 <!DOCTYPE html [
     3   <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
     4   %htmlDTD;
     5   <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
     6   %brandDTD;
     7   <!ENTITY % aboutAddonsDTD SYSTEM "chrome://browser/locale/aboutAddons.dtd">
     8   %aboutAddonsDTD;
     9 ]>
    11 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    12    - License, v. 2.0. If a copy of the MPL was not distributed with this
    13    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    14 <html xmlns="http://www.w3.org/1999/xhtml">
    16 <head>
    17   <title> &aboutAddons.title; </title>
    18   <link rel="stylesheet" href="chrome://browser/skin/aboutAddons.css" type="text/css"/>
    19 </head>
    21 <body>
    22   <div id="fox">
    23     <div id="floatingTextBox">
    24       <div id="aboutAddonsTextTitle">
    25         &aboutAddons.messageTitle;
    26       </div>
    27       <div id="aboutAddonsTextBody">
    28         &aboutAddons.message;
    29         &aboutAddons.goBackToStartStart;
    30         <a href="about:start">&aboutAddons.goBacktoStartLink;</a>
    31         &aboutAddons.goBacktoStartEnd;
    32       </div>
    33     </div>
    34   </div>
    35 </body>
    36 </html>

mercurial