зеркало из https://github.com/mozilla/pjs.git
191 строка
5.2 KiB
HTML
191 строка
5.2 KiB
HTML
<!-- -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
#
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
# http://www.mozilla.org/MPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
# for the specific language governing rights and limitations under the
|
|
# License.
|
|
#
|
|
# The Original Code is Thunderbird Credits.
|
|
#
|
|
# The Initial Developer of the Original Code is Ben Goodger.
|
|
# Portions created by the Initial Developer are Copyright (C) 2004
|
|
# the Initial Developer. All Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
# David Tenser <tenser@gmail.com>
|
|
#
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
# the provisions above, a recipient may use your version of this file under
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
#
|
|
# ***** END LICENSE BLOCK *****
|
|
-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
|
|
[
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
|
%brandDTD;
|
|
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
|
|
%globalDTD;
|
|
<!ENTITY % startDTD SYSTEM "chrome://messenger/locale/start.dtd">
|
|
%startDTD;
|
|
]
|
|
>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&startpage.welcome;</title>
|
|
<style type="text/css" media="screen,projection">
|
|
body {
|
|
font-family: Tahoma, Verdana, sans, sans-serif;
|
|
margin: 0px;
|
|
background: url(startpage-back.png) repeat-y top right white;
|
|
}
|
|
|
|
body[dir="rtl"] {
|
|
background: url(startpage-back-rtl.png) repeat-y white;
|
|
}
|
|
|
|
h1 {
|
|
color: white;
|
|
background: url(startpage-h1.png) no-repeat transparent;
|
|
font-weight: normal;
|
|
height: 50px;
|
|
padding: 0.3ex 0.3ex 0.3ex 25px;
|
|
margin: 0px;
|
|
font-size: 160%;
|
|
}
|
|
|
|
body[dir="rtl"] h1 {
|
|
background: url(startpage-h1-rtl.png) no-repeat top right transparent;
|
|
padding: 0.3ex 25px 0.3ex 0.3ex;
|
|
}
|
|
|
|
h2 {
|
|
color: #445;
|
|
background: transparent url(startpage-h2.png) no-repeat bottom left;
|
|
width: 400px;
|
|
height: 20px;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
letter-spacing: 2px;
|
|
-moz-margin-start: -25px;
|
|
padding: 0px 0px 0px 25px;
|
|
}
|
|
|
|
body[dir="rtl"] h2 {
|
|
background: transparent url(startpage-h2-rtl.png) no-repeat bottom right;
|
|
padding: 0px 25px 0px 0px;
|
|
}
|
|
|
|
#indent {
|
|
margin-left: 25px;
|
|
margin-right: 25px;
|
|
margin-bottom: 20px;
|
|
background: url(chrome://branding/content/thunderbird-watermark.png) no-repeat top right;
|
|
min-height: 280px;
|
|
}
|
|
|
|
body[dir="rtl"] #indent {
|
|
background: url(chrome://branding/content/thunderbird-watermark.png) no-repeat top left;
|
|
}
|
|
|
|
p, li {
|
|
font-size: 85%;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
ul {
|
|
-moz-margin-start: 30px;
|
|
-moz-padding-start: 0px;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
li {
|
|
list-style-image: url(startpage-li.png)
|
|
}
|
|
|
|
a:link, a:visited {
|
|
background: transparent;
|
|
text-decoration: none;
|
|
color: #006;
|
|
}
|
|
|
|
a:active, a:hover {
|
|
background: #f2f2f8;
|
|
color: #009;
|
|
-moz-border-radius: 10px;
|
|
}
|
|
|
|
#gecko {
|
|
font-size: 80%;
|
|
position: fixed;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
text-align: right;
|
|
color: #fff;
|
|
background: url(startpage-gecko.png) no-repeat top right;
|
|
width: 100%;
|
|
height: 19px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
body[dir="rtl"] #gecko {
|
|
right: 0px;
|
|
text-align: left;
|
|
background: url(startpage-gecko-rtl.png) no-repeat top left;
|
|
}
|
|
|
|
#gecko a:link, #gecko a:visited {
|
|
color: #fff;
|
|
background: transparent;
|
|
-moz-padding-end: 5px;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body dir="&locale.dir;">
|
|
<h1>&startpage.welcome;</h1>
|
|
|
|
<div id="indent">
|
|
<p>&startpage.intro;</p>
|
|
<h2>&startpage.features;</h2>
|
|
<ul>
|
|
<li><a href="&startpage.junkControlURL;">&startpage.junkControl;</a></li>
|
|
<li><a href="&startpage.rssReaderURL;">&startpage.rssReader;</a></li>
|
|
<li><a href="&startpage.globalInboxURL;">&startpage.globalInbox;</a></li>
|
|
<li><a href="&startpage.searchFoldersURL;">&startpage.searchFolders;</a></li>
|
|
<li><a href="&startpage.messageGroupsURL;">&startpage.messageGroups;</a></li>
|
|
<li><a href="&startpage.privacyProtectURL;">&startpage.privacyProtect;</a></li>
|
|
</ul>
|
|
|
|
<h2>&startpage.moreInfo;</h2>
|
|
<p>&startpage.helpInfo; <a href="&startpage.helpURL;">&startpage.help;</a>.</p>
|
|
<p>&startpage.pageInfo; <a href="&startpage.pageURL;">&startpage.page;</a>.</p>
|
|
|
|
<!-- Localization-specific information, i.e. how to download a dictionary. -->
|
|
&startpage.extra;
|
|
</div>
|
|
|
|
|
|
<div id="gecko"><a href="http://www.mozilla.org/">&startpage.poweredByGecko;</a></div>
|
|
|
|
|
|
</body>
|
|
</html>
|