forked from mirrors/gecko-dev
		
	This also updates the icon used for the "focus tab by prompting" permission in the permission panel to use info.svg. Differential Revision: https://phabricator.services.mozilla.com/D114653
		
			
				
	
	
		
			132 lines
		
	
	
	
		
			6.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			132 lines
		
	
	
	
		
			6.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
 | 
						|
<!DOCTYPE html [
 | 
						|
  <!ENTITY % htmlDTD
 | 
						|
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 | 
						|
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 | 
						|
  %htmlDTD;
 | 
						|
  <!ENTITY % netErrorAppDTD
 | 
						|
    SYSTEM "chrome://global/locale/netErrorApp.dtd">
 | 
						|
  %netErrorAppDTD;
 | 
						|
  <!ENTITY % netErrorDTD
 | 
						|
    SYSTEM "chrome://global/locale/netError.dtd">
 | 
						|
  %netErrorDTD;
 | 
						|
  <!ENTITY % globalDTD
 | 
						|
    SYSTEM "chrome://global/locale/global.dtd">
 | 
						|
  %globalDTD;
 | 
						|
]>
 | 
						|
 | 
						|
<!-- 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>
 | 
						|
    <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
 | 
						|
    <title>&loadError.label;</title>
 | 
						|
    <link rel="stylesheet" href="chrome://global/skin/netError.css" type="text/css" media="all" />
 | 
						|
    <!-- If the location of the favicon is changed here, the FAVICON_ERRORPAGE_URL symbol in
 | 
						|
         toolkit/components/places/src/nsFaviconService.h should be updated. -->
 | 
						|
    <link rel="icon" id="favicon" href="chrome://global/skin/icons/info.svg"/>
 | 
						|
  </head>
 | 
						|
 | 
						|
  <body dir="&locale.dir;">
 | 
						|
 | 
						|
    <!-- ERROR ITEM CONTAINER (removed during loading to avoid bug 39098) -->
 | 
						|
    <div id="errorContainer">
 | 
						|
      <div id="errorTitlesContainer">
 | 
						|
        <h1 id="et_generic">&generic.title;</h1>
 | 
						|
        <h1 id="et_dnsNotFound">&dnsNotFound.title;</h1>
 | 
						|
        <h1 id="et_fileNotFound">&fileNotFound.title;</h1>
 | 
						|
        <h1 id="et_fileAccessDenied">&fileAccessDenied.title;</h1>
 | 
						|
        <h1 id="et_malformedURI">&malformedURI.title;</h1>
 | 
						|
        <h1 id="et_unknownProtocolFound">&unknownProtocolFound.title;</h1>
 | 
						|
        <h1 id="et_connectionFailure">&connectionFailure.title;</h1>
 | 
						|
        <h1 id="et_netTimeout">&netTimeout.title;</h1>
 | 
						|
        <h1 id="et_redirectLoop">&redirectLoop.title;</h1>
 | 
						|
        <h1 id="et_unknownSocketType">&unknownSocketType.title;</h1>
 | 
						|
        <h1 id="et_netReset">&netReset.title;</h1>
 | 
						|
        <h1 id="et_notCached">¬Cached.title;</h1>
 | 
						|
        <h1 id="et_netOffline">&netOffline.title;</h1>
 | 
						|
        <h1 id="et_netInterrupt">&netInterrupt.title;</h1>
 | 
						|
        <h1 id="et_deniedPortAccess">&deniedPortAccess.title;</h1>
 | 
						|
        <h1 id="et_proxyResolveFailure">&proxyResolveFailure.title;</h1>
 | 
						|
        <h1 id="et_proxyConnectFailure">&proxyConnectFailure.title;</h1>
 | 
						|
        <h1 id="et_contentEncodingError">&contentEncodingError.title;</h1>
 | 
						|
        <h1 id="et_unsafeContentType">&unsafeContentType.title;</h1>
 | 
						|
        <h1 id="et_nssFailure2">&nssFailure2.title;</h1>
 | 
						|
        <h1 id="et_nssBadCert">&nssBadCert.title;</h1>
 | 
						|
        <h1 id="et_cspBlocked">&cspBlocked.title;</h1>
 | 
						|
        <h1 id="et_xfoBlocked">&xfoBlocked.title;</h1>
 | 
						|
        <h1 id="et_remoteXUL">&remoteXUL.title;</h1>
 | 
						|
        <h1 id="et_corruptedContentErrorv2">&corruptedContentErrorv2.title;</h1>
 | 
						|
        <h1 id="et_inadequateSecurityError">&inadequateSecurityError.title;</h1>
 | 
						|
        <h1 id="et_blockedByPolicy">&blockedByPolicy.title;</h1>
 | 
						|
        <h1 id="et_networkProtocolError">&networkProtocolError.title;</h1>
 | 
						|
      </div>
 | 
						|
      <div id="errorDescriptionsContainer">
 | 
						|
        <div id="ed_generic">&generic.longDesc;</div>
 | 
						|
        <div id="ed_dnsNotFound">&dnsNotFound.longDesc;</div>
 | 
						|
        <div id="ed_fileNotFound">&fileNotFound.longDesc;</div>
 | 
						|
        <div id="ed_fileAccessDenied">&fileAccessDenied.longDesc;</div>
 | 
						|
        <div id="ed_malformedURI">&malformedURI.longDesc;</div>
 | 
						|
        <div id="ed_unknownProtocolFound">&unknownProtocolFound.longDesc;</div>
 | 
						|
        <div id="ed_connectionFailure">&connectionFailure.longDesc;</div>
 | 
						|
        <div id="ed_netTimeout">&netTimeout.longDesc;</div>
 | 
						|
        <div id="ed_redirectLoop">&redirectLoop.longDesc;</div>
 | 
						|
        <div id="ed_unknownSocketType">&unknownSocketType.longDesc;</div>
 | 
						|
        <div id="ed_netReset">&netReset.longDesc;</div>
 | 
						|
        <div id="ed_notCached">¬Cached.longDesc;</div>
 | 
						|
        <div id="ed_netOffline">&netOffline.longDesc2;</div>
 | 
						|
        <div id="ed_netInterrupt">&netInterrupt.longDesc;</div>
 | 
						|
        <div id="ed_deniedPortAccess">&deniedPortAccess.longDesc;</div>
 | 
						|
        <div id="ed_proxyResolveFailure">&proxyResolveFailure.longDesc;</div>
 | 
						|
        <div id="ed_proxyConnectFailure">&proxyConnectFailure.longDesc;</div>
 | 
						|
        <div id="ed_contentEncodingError">&contentEncodingError.longDesc;</div>
 | 
						|
        <div id="ed_unsafeContentType">&unsafeContentType.longDesc;</div>
 | 
						|
        <div id="ed_nssFailure2">&nssFailure2.longDesc2;</div>
 | 
						|
        <div id="ed_nssBadCert">&nssBadCert.longDesc2;</div>
 | 
						|
        <div id="ed_cspBlocked">&cspBlocked.longDesc;</div>
 | 
						|
        <div id="ed_xfoBlocked">&xfoBlocked.longDesc;</div>
 | 
						|
        <div id="ed_remoteXUL">&remoteXUL.longDesc;</div>
 | 
						|
        <div id="ed_corruptedContentErrorv2">&corruptedContentErrorv2.longDesc;</div>
 | 
						|
        <div id="ed_inadequateSecurityError">&inadequateSecurityError.longDesc;</div>
 | 
						|
        <div id="ed_blockedByPolicy"></div>
 | 
						|
        <div id="ed_networkProtocolError">&networkProtocolError.longDesc;</div>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
 | 
						|
    <!-- PAGE CONTAINER (for styling purposes only) -->
 | 
						|
    <div id="errorPageContainer">
 | 
						|
 | 
						|
      <!-- Error Title -->
 | 
						|
      <div id="errorTitle">
 | 
						|
        <h1 id="errorTitleText" />
 | 
						|
      </div>
 | 
						|
 | 
						|
      <!-- LONG CONTENT (the section most likely to require scrolling) -->
 | 
						|
      <div id="errorLongContent">
 | 
						|
 | 
						|
        <!-- Short Description -->
 | 
						|
        <div id="errorShortDesc">
 | 
						|
          <p id="errorShortDescText" />
 | 
						|
        </div>
 | 
						|
 | 
						|
        <!-- Long Description (Note: See netError.dtd for used XHTML tags) -->
 | 
						|
        <div id="errorLongDesc" />
 | 
						|
 | 
						|
        <!-- Override section - For ssl errors only.  Removed on init for other
 | 
						|
             error types.  -->
 | 
						|
        <div id="securityOverrideDiv">
 | 
						|
          <a id="securityOverrideLink" href="javascript:showSecuritySection();" >&securityOverride.linkText;</a>
 | 
						|
          <div id="securityOverrideContent">&securityOverride.warningContent;</div>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
 | 
						|
      <!-- Retry Button -->
 | 
						|
      <button id="errorTryAgain" autocomplete="off">&retry.label;</button>
 | 
						|
    </div>
 | 
						|
 | 
						|
    <script src="chrome://global/content/netError.js"/>
 | 
						|
  </body>
 | 
						|
</html>
 |