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