1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/content/aboutAbout.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [ 1.6 +<!ENTITY % aboutAboutDTD SYSTEM "chrome://global/locale/aboutAbout.dtd" > 1.7 +%aboutAboutDTD; 1.8 +<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> 1.9 +%globalDTD; 1.10 +]> 1.11 + 1.12 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.13 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.14 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.15 + 1.16 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.17 +<head> 1.18 + <title>&aboutAbout.title;</title> 1.19 + <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/> 1.20 + <script type="application/javascript" src="chrome://global/content/aboutAbout.js"></script> 1.21 +</head> 1.22 + 1.23 +<body dir="&locale.dir;"> 1.24 + <h1>&aboutAbout.title;</h1> 1.25 + <p><em>&aboutAbout.note;</em></p> 1.26 + <ul id="abouts" class="columns"></ul> 1.27 +</body> 1.28 +</html>