diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-03-08 15:04:49 +0000 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-03-08 15:04:49 +0000 |
commit | 22a8fa86c5f41658b801f78d064883d6c6f6e1fd (patch) | |
tree | 38f72d61e5d5e835de08e99bbe41ea54c74eb4de /data/aboutRights.xhtml | |
parent | c2cab2828af272307671043c1251b076d4b46cce (diff) |
Fixed about:rights page content
Diffstat (limited to 'data/aboutRights.xhtml')
-rw-r--r-- | data/aboutRights.xhtml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/data/aboutRights.xhtml b/data/aboutRights.xhtml new file mode 100644 index 0000000..5435a11 --- /dev/null +++ b/data/aboutRights.xhtml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html [ + <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> + %htmlDTD; + <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> + %brandDTD; + <!ENTITY % aboutRightsDTD SYSTEM "chrome://global/locale/aboutRights.dtd"> + %aboutRightsDTD; +]> + +<!-- 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> + <title>&rights.pagetitle;</title> + <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/> +</head> + +<body id="your-rights" dir="&rights.locale-direction;" class="aboutPageWideContainer"> + +<h1>&rights.intro-header;</h1> + +<p>&rights.intro;</p> + +<ul> + <li>&rights.intro-point1a;<a href="http://www.mozilla.org/MPL/">&rights.intro-point1b;</a>&rights.intro-point1c;</li> +</ul> + +</body> +</html> |