Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="UTF-8"?>
<!-- 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/. -->
<!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
%htmlDTD;
<!ENTITY % netErrorDTD
SYSTEM "chrome://messenger/locale/newsError.dtd">
%netErrorDTD; ]>
<head>
<meta http-equiv="Content-Security-Policy" content="default-src chrome:" />
<title>&newsError.title;</title>
<link
rel="stylesheet"
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"
type="image/png"
id="favicon"
/>
</head>
<body>
<div id="errorPageContainer">
<div id="errorTitle">
<h1 id="errorTitleText">&articleNotFound.title;</h1>
</div>
<div id="errorLongContent">
<div id="errorShortDesc">
<p id="errorShortDescText"><b>&articleNotFound.desc;</b></p>
</div>
<div id="errorLongDesc">
<ul>
<li>&serverResponded.title; <span id="ngResp" /></li>
<li>&articleExpired.title;</li>
<li id="messageIdDesc">
&trySearching.title; &lt;<span id="msgId" />&gt; (<span
id="msgKey"
/>)
</li>
</ul>
</div>
</div>
<!-- This button really means "remove all expired articles", but we use
the "errorTryAgain" id to piggyback on toolkit's CSS. -->
<button id="errorTryAgain">&removeExpiredArticles.title;</button>
</div>
</body>
</html>