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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/metro/base/content/pages/aboutAddons.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE html [
     1.6 +  <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
     1.7 +  %htmlDTD;
     1.8 +  <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
     1.9 +  %brandDTD;
    1.10 +  <!ENTITY % aboutAddonsDTD SYSTEM "chrome://browser/locale/aboutAddons.dtd">
    1.11 +  %aboutAddonsDTD;
    1.12 +]>
    1.13 +
    1.14 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
    1.15 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
    1.16 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    1.17 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.18 +
    1.19 +<head>
    1.20 +  <title> &aboutAddons.title; </title>
    1.21 +  <link rel="stylesheet" href="chrome://browser/skin/aboutAddons.css" type="text/css"/>
    1.22 +</head>
    1.23 +
    1.24 +<body>
    1.25 +  <div id="fox">
    1.26 +    <div id="floatingTextBox">
    1.27 +      <div id="aboutAddonsTextTitle">
    1.28 +        &aboutAddons.messageTitle;
    1.29 +      </div>
    1.30 +      <div id="aboutAddonsTextBody">
    1.31 +        &aboutAddons.message;
    1.32 +        &aboutAddons.goBackToStartStart;
    1.33 +        <a href="about:start">&aboutAddons.goBacktoStartLink;</a>
    1.34 +        &aboutAddons.goBacktoStartEnd;
    1.35 +      </div>
    1.36 +    </div>
    1.37 +  </div>
    1.38 +</body>
    1.39 +</html>

mercurial