Bug 282893 Properly indent children in help files especially <div> Glossary and help_help fixes

p=giacomo.magnini@portalis.it r=me
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-02-28 22:56:50 +00:00
Родитель 77b60af2ac
Коммит 98006b5e74
2 изменённых файлов: 162 добавлений и 154 удалений

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

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
]>
<html xmlns="http://www.w3.org/1999/xhtml">
@ -157,14 +158,14 @@
Mail &amp; Newsgroups, Composer, and so on.</dd>
<dt id="cookie">cookie</dt><dd>A small bit of information stored on your
computer by some <a href="#web_site">websites</a>. When you visit such a site, the site asks your
browser to place one or more cookies on your hard disk. Later, when you
return to the site, your browser sends the site the cookies that belong to
it. Cookies help websites keep track of information about you, such as the
contents of your shopping cart. You can set your cookie preferences to
control how cookies are used and how much information you are willing to let
websites store on them. See also <a href="#foreign_cookie">foreign
cookie</a>.</dd>
computer by some <a href="#web_site">websites</a>. When you visit such a
site, the site asks your browser to place one or more cookies on your hard
disk. Later, when you return to the site, your browser sends the site the
cookies that belong to it. Cookies help websites keep track of information
about you, such as the contents of your shopping cart. You can set your
cookie preferences to control how cookies are used and how much information
you are willing to let websites store on them. See also
<a href="#foreign_cookie">foreign cookie</a>.</dd>
<dt id="cookie_manager">Cookie Manager</dt><dd>The part of the browser
that you can use to control <a href="#cookie">cookies</a>.</dd>
@ -192,7 +193,7 @@
has been encrypted. See also <a href="#encryption">encryption</a>.</dd>
<dt id="digital_id">digital ID</dt><dd>
See <a href="#certificate">certificate</a>.</dd>
See <a href="#certificate">certificate</a>.</dd>
<dt id="digital_signature">digital signature</dt><dd>A code created from both
the data to be signed and the private key of the signer. This code is unique
@ -281,9 +282,9 @@
installs itself into the Plugins directory of the main browser installation
directory and can typically be opened within the browser itself (internally).
Microsoft Word, Adobe Photoshop, and other external applications are
considered helper applications but not plug-ins, since they don&apos;t install
themselves into the browser directory, but can be opened from the download
dialog box.</dd>
considered helper applications but not plug-ins, since they don&apos;t
install themselves into the browser directory, but can be opened from the
download dialog box.</dd>
<dt id="home_page">home page</dt><dd>The page your browser is set to display
every time you launch it or when you click the Home button. Also used to
@ -300,11 +301,10 @@
browsers and <a href="#server">servers</a> over the
<a href="#world_wide_web">World Wide Web</a>.</dd>
<dt id="https">HTTPS (HyperText Transfer Protocol
Secure)</dt><dd>The secure version of the HTTP protocol that uses
<a href="#ssl">SSL</a> to ensure the privacy of customer
data (such as credit card information) while en route over the
<a href="#internet">Internet</a>.</dd>
<dt id="https">HTTPS (HyperText Transfer Protocol Secure)</dt><dd>The secure
version of the HTTP protocol that uses <a href="#ssl">SSL</a> to ensure the
privacy of customer data (such as credit card information) while en route
over the <a href="#internet">Internet</a>.</dd>
<dt id="imap">IMAP (Internet Message Access Protocol)</dt><dd>A standard mail
server protocol that allows you to store all your messages and any changes to
@ -500,9 +500,9 @@
<dt id="public_key">public key</dt><dd>
One of a pair of <a href="#key">keys</a> used in public-key cryptography.
The public key is distributed freely and published as part of a
<a href="#certificate">certificate</a>.
It is typically used to encrypt data sent to the public key&apos;s owner, who then
decrypts the data with the corresponding private key.</dd>
<a href="#certificate">certificate</a>. It is typically used to encrypt data
sent to the public key&apos;s owner, who then decrypts the data with the
corresponding private key.</dd>
<dt id="public-key_cryptography">public-key cryptography</dt><dd>A set of
well-established techniques and standards that allow an entity (such as a
@ -566,8 +566,8 @@
<dt id="server_ssl_certificate"> server SSL certificate</dt><dd>A
certificate that a <a href="#server">server</a> presents to a
<a href="#client">client</a> to authenticate the server&apos;s identity using the
<a href="#ssl">SSL (Secure Sockets Layer)</a> protocol.</dd>
<a href="#client">client</a> to authenticate the server&apos;s identity using
the <a href="#ssl">SSL (Secure Sockets Layer)</a> protocol.</dd>
<dt id="signing_certificate">signing certificate</dt><dd>A certificate whose
corresponding <a href="#private_key">private key</a> is used to sign

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

@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
]
>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Using the Help Window</title>
<link rel="stylesheet" type="text/css" href="chrome://help/locale/helpFileLayout.css"/>
<title>Using the Help Window</title>
<link rel="stylesheet" href="chrome://help/locale/helpFileLayout.css"
type="text/css"/>
</head>
<body>
<h1 id="help_window_top">Using the Help Window</h1>
@ -23,18 +24,19 @@
Center</a>.</p>
<div class="contentsBox">In this section:
<ul>
<li><a href="#finding_the_topic_you_want">Finding the Topic You Want</a></li>
<li><a href="#retracing_your_steps">Retracing Your Steps and Printing</a></li>
<li><a href="#using_help_buttons">Using Help Buttons</a></li>
<li><a href="#search_tips">Search Tips</a></li>
</ul>
<ul>
<li><a href="#finding_the_topic_you_want">Finding the Topic You Want</a></li>
<li><a href="#retracing_your_steps">Retracing Your Steps and Printing</a></li>
<li><a href="#using_help_buttons">Using Help Buttons</a></li>
<li><a href="#search_tips">Search Tips</a></li>
</ul>
</div>
<h2 id="finding_the_topic_you_want">Finding the Topic You Want</h2>
<p>When you&apos;re viewing the Help window, click the tabs in the left frame to view
the Help contents in different ways:</p>
<ul>
<li><strong>Contents</strong> shows the list of main topics.<br/>
Click a topic to read about it. Double-click to see its subtopics.</li>
@ -55,6 +57,7 @@
links in the Help window just as you would in a regular web page.</p>
<h2 id="retracing_your_steps">Retracing Your Steps and Printing</h2>
<p>To retrace your steps in Help, click the buttons near the top left corner of
the Help window:</p>
@ -64,9 +67,9 @@
<li>Click the Back button to move back through pages you have previously
visited. It works just like the Back button in the main &brandShortName;
window.</li>
<li>Click the Forward button to move forward through pages you have previously
visited. It works just like the Forward button in the main &brandShortName;
window.</li>
<li>Click the Forward button to move forward through pages you have
previously visited. It works just like the Forward button in the main
&brandShortName; window.</li>
<li>Click the Home button to see the Help and Support Center, which includes
links to support options and web-based resources.</li>
</ul>
@ -74,23 +77,28 @@
<p>Alternatively, print the instructions you want to follow:</p>
<ul>
<li>To print the whole page that&apos;s currently displayed in the Help window,
click the Print button near the top-right corner of the Help window:<br/>
<img src="images/help_print.gif" alt="" width="37" height="31"/></li>
<li>To print the whole page that&apos;s currently displayed in the Help
window, click the Print button near the top-right corner of the Help
window:
<p><img src="images/help_print.gif" alt="" width="37" height="31"/></p>
</li>
<li>To print just a portion of the page, first click and drag to select the
area you want to print and then click the Print button.</li>
</ul>
<h2 id="using_help_buttons">Using Help Buttons</h2>
<p>Many specialized Mozilla windows and dialog boxes include a button labeled <q>Help</q>.</p>
<p>Many specialized Mozilla windows and dialog boxes include a button labeled
<q>Help</q>.</p>
<p>Click any Help button to see detailed information about the window in which it appears.</p>
<p>Click any Help button to see detailed information about the window in
which it appears.</p>
<h2 id="search_tips">Search Tips</h2>
<p>If you aren&apos;t finding what you want in your search, here are a few helpful tips:</p>
<p>If you aren&apos;t finding what you want in your search, here are a few
helpful tips:</p>
<ul>
<li>Be sure that you are searching for something that relates to