browser/base/content/aboutTabCrashed.xhtml

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:f6c6dd4dfd04
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6
7 <!DOCTYPE html [
8 <!ENTITY % htmlDTD
9 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
10 "DTD/xhtml1-strict.dtd">
11 %htmlDTD;
12 <!ENTITY % globalDTD
13 SYSTEM "chrome://global/locale/global.dtd">
14 %globalDTD;
15 <!ENTITY % browserDTD
16 SYSTEM "chrome://browser/locale/browser.dtd">
17 %browserDTD;
18 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
19 %brandDTD;
20
21 ]>
22
23 <html xmlns="http://www.w3.org/1999/xhtml">
24 <head>
25 <link rel="stylesheet" type="text/css" media="all"
26 href="chrome://browser/skin/aboutTabCrashed.css"/>
27 </head>
28
29 <body dir="&locale.dir;">
30 <div id="error-box">
31 <p id="main-error-msg">&tabCrashed.header;</p>
32 <p id="helper-error-msg">&tabCrashed.message;</p>
33 </div>
34
35 <div id="report-box">
36 <input type="checkbox" id="checkSendReport" checked="checked"/>
37 <label for="checkSendReport">&tabCrashed.checkSendReport;</label>
38 </div>
39
40 <div id="button-box">
41 <button id="tryAgain">&tabCrashed.tryAgain;</button>
42 </div>
43 </body>
44
45 <script type="text/javascript;version=1.8" src="chrome://browser/content/aboutTabCrashed.js"/>
46 </html>

mercurial