Bug 1897801 - Implement about:seamonkey. r=IanN

This commit is contained in:
Bill Gianopoulos 2024-05-01 10:30:15 +00:00
Родитель 9b102c5cce
Коммит 760fc50167
4 изменённых файлов: 84 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,66 @@
<!DOCTYPE html
[
<!ENTITY % seamonkeyDTD SYSTEM "chrome://communicator/locale/aboutSeaMonkey.dtd" >
%seamonkeyDTD;
<!ENTITY % directionDTD SYSTEM "chrome://global/locale/global.dtd" >
%directionDTD;
]>
<!-- 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 charset='utf-8' />
<title>&seamonkey.title.1.30;</title>
<style>
html {
background-color: #33CC99;
color: white;
font-style: italic;
text-rendering: optimizeLegibility;
min-height: 100%;
}
#moztext {
margin-top: 15%;
font-size: 1.1em;
font-family: serif;
text-align: center;
line-height: 1.5;
}
#from {
font-size: 1.95em;
font-family: serif;
text-align: right;
}
em {
font-size: 1.3em;
line-height: 0;
}
a {
text-decoration: none;
color: white;
}
</style>
</head>
<body dir="&locale.dir;">
<section>
<p id="moztext">
&seamonkey.quote.1.30;
</p>
<p id="from">
&seamonkey.from.1.30;
</p>
</section>
</body>
</html>

Просмотреть файл

@ -4,6 +4,9 @@
# 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/.comm.jar:
toolkit.jar:
content/global/aboutSeaMonkey.xhtml (content/aboutSeaMonkey.xhtml)
comm.jar:
% content communicator %content/communicator/ contentaccessible=yes
% override chrome://browser/content/utilityOverlay.js chrome://communicator/content/utilityOverlay.js

Просмотреть файл

@ -0,0 +1,14 @@
<!-- 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/. -->
<!ENTITY seamonkey.title.1.30
'The Book of Mozilla, 1.30'>
<!ENTITY seamonkey.quote.1.30
'And the meek shall be made <em>legion</em>, their numbers shall be increased.
<br/>The din of many keyboards like unto a great <em>storm</em> shall cover the earth and the
followers of the beast and Mammon shall <em>tremble</em>.'>
<!ENTITY seamonkey.from.1.30
'from <strong>The Book of SeaMonkey</strong>, 1:30'>

Просмотреть файл

@ -52,6 +52,7 @@
locale/@AB_CD@/communicator/viewZoomOverlay.properties (%chrome/common/viewZoomOverlay.properties)
locale/@AB_CD@/communicator/about.dtd (%chrome/common/about.dtd)
locale/@AB_CD@/communicator/aboutPrivateBrowsing.dtd (%chrome/common/aboutPrivateBrowsing.dtd)
locale/@AB_CD@/communicator/aboutSeaMonkey.dtd (%chrome/common/aboutSeaMonkey.dtd)
locale/@AB_CD@/communicator/aboutSessionRestore.dtd (%chrome/common/aboutSessionRestore.dtd)
locale/@AB_CD@/communicator/console/console.dtd (%chrome/common/console/console.dtd)
locale/@AB_CD@/communicator/console/console.properties (%chrome/common/console/console.properties)