mobile/android/chrome/content/aboutHealthReport.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/chrome/content/aboutHealthReport.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +
     1.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
     1.7 +  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
     1.8 +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
     1.9 +%brandDTD;
    1.10 +<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
    1.11 +%globalDTD;
    1.12 +<!ENTITY % aboutHealthReportDTD SYSTEM "chrome://browser/locale/aboutHealthReport.dtd" >
    1.13 +%aboutHealthReportDTD;
    1.14 +]>
    1.15 +
    1.16 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
    1.17 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
    1.18 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    1.19 +
    1.20 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.21 +  <head>
    1.22 +   <meta name="viewport" content="width=device-width, initial-scale=1" />
    1.23 +   <title>&abouthealth.pagetitle;</title>
    1.24 +   <link rel="icon" type="image/png" sizes="64x64"
    1.25 +     href="chrome://branding/content/favicon64.png" />
    1.26 +   <link rel="stylesheet"
    1.27 +     href="chrome://browser/skin/aboutHealthReport.css"
    1.28 +     type="text/css" />
    1.29 +   <script type="text/javascript;version=1.8"
    1.30 +     src="chrome://browser/content/aboutHealthReport.js" />
    1.31 +  </head>
    1.32 +  <body>
    1.33 +    <iframe id="remote-report"/>
    1.34 +  </body>
    1.35 +</html>

mercurial