Bug 258665 - Document stylesheet switching UI. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=me

This commit is contained in:
jwalden%mit.edu 2004-10-14 06:14:04 +00:00
Родитель edbcfcfac5
Коммит eb94caab9d
3 изменённых файлов: 27 добавлений и 2 удалений

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

@ -351,7 +351,7 @@
<nc:subheadings> <nc:subheadings>
<rdf:Seq> <rdf:Seq>
<rdf:li><rdf:Description ID="pages-navigating" nc:name="Pages, Navigating" nc:link="using_firebird.xhtml#navigating_web_pages"/></rdf:li> <rdf:li><rdf:Description ID="pages-navigating" nc:name="Pages, Navigating" nc:link="using_firebird.xhtml#navigating_web_pages"/></rdf:li>
<rdf:li><rdf:Description ID="plugins" nc:name="Plug-ins" nc:link="using_firebird.xhtml#managing_different_file_types"/></rdf:li> <rdf:li><rdf:Description ID="page-style" nc:name="Page Style" nc:link="menu_reference.xhtml#page_style"/></rdf:li> <rdf:li><rdf:Description ID="plugins" nc:name="Plug-ins" nc:link="using_firebird.xhtml#managing_different_file_types"/></rdf:li>
<rdf:li><rdf:Description ID="popups" nc:name="Popups" nc:link="popup.xhtml"/></rdf:li> <rdf:li><rdf:Description ID="popups" nc:name="Popups" nc:link="popup.xhtml"/></rdf:li>
<rdf:li><rdf:Description ID="printing" nc:name="Printing" nc:link="using_firebird.xhtml#printing_a_page"/></rdf:li> <rdf:li><rdf:Description ID="printing" nc:name="Printing" nc:link="using_firebird.xhtml#printing_a_page"/></rdf:li>
<rdf:li><rdf:Description ID="privacy-options" nc:name="Privacy Options" nc:link="prefs.xhtml#privacy_options"/></rdf:li> <rdf:li><rdf:Description ID="privacy-options" nc:name="Privacy Options" nc:link="prefs.xhtml#privacy_options"/></rdf:li>

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

@ -304,6 +304,7 @@
<rdf:li> <rdf:Description ID="menu-view-stop" nc:name="Stop" nc:link="menu_reference.xhtml#stop"/> </rdf:li> <rdf:li> <rdf:Description ID="menu-view-stop" nc:name="Stop" nc:link="menu_reference.xhtml#stop"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-view-reload" nc:name="Reload" nc:link="menu_reference.xhtml#reload"/> </rdf:li> <rdf:li> <rdf:Description ID="menu-view-reload" nc:name="Reload" nc:link="menu_reference.xhtml#reload"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-view-text-size" nc:name="Text Size" nc:link="menu_reference.xhtml#text_size"/> </rdf:li> <rdf:li> <rdf:Description ID="menu-view-text-size" nc:name="Text Size" nc:link="menu_reference.xhtml#text_size"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-view-page-style" nc:name="Page Style" nc:link="menu_reference.xhtml#page_style"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-view-character-encoding" nc:name="Character Encoding" nc:link="menu_reference.xhtml#character_encoding"/> </rdf:li> <rdf:li> <rdf:Description ID="menu-view-character-encoding" nc:name="Character Encoding" nc:link="menu_reference.xhtml#character_encoding"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-view-page-source" nc:name="Page Source" nc:link="menu_reference.xhtml#page_source"/> </rdf:li> <rdf:li> <rdf:Description ID="menu-view-page-source" nc:name="Page Source" nc:link="menu_reference.xhtml#page_source"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-view-full-screen" nc:name="Full Screen" nc:link="menu_reference.xhtml#full_screen"/> </rdf:li> <rdf:li> <rdf:Description ID="menu-view-full-screen" nc:name="Full Screen" nc:link="menu_reference.xhtml#full_screen"/> </rdf:li>
@ -340,6 +341,15 @@
</nc:subheadings> </nc:subheadings>
</rdf:Description> </rdf:Description>
<rdf:Description about="#menu-view-page-style">
<nc:subheadings>
<rdf:Seq>
<rdf:li> <rdf:Description ID="menu-view-page-style-no-style" nc:name="No Style" nc:link="menu_reference.xhtml#no_style"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-view-page-style-basic-page-style" nc:name="Basic Page Style" nc:link="menu_reference.xhtml#basic_page_style"/> </rdf:li>
</rdf:Seq>
</nc:subheadings>
</rdf:Description>
<rdf:Description about="#menu-go"> <rdf:Description about="#menu-go">
<nc:subheadings> <nc:subheadings>
<rdf:Seq> <rdf:Seq>

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

@ -204,6 +204,21 @@ Contributors:
<h4 id="reset_text_size">Normal</h4> <h4 id="reset_text_size">Normal</h4>
<p>Displays the text on the web page at its normal size.</p> <p>Displays the text on the web page at its normal size.</p>
<h3 id="page_style">Page Style</h3>
<p>Allows you to select a style for the current web page. By default,
&quot;Basic Page Style&quot; is selected unless the author specifies a
different default.</p>
<h4 id="no_style">No Style</h4>
<p>Removes style formatting from the page.</p>
<h4 id="basic_page_style">Basic Page Style</h4>
<p>Displays the page with a general style specified by the author.</p>
<h4 id="alternate_style"></h4>
<p>If the author has specified additional page styles, &brandShortName;
will list them here for you to select.</p>
<h3 id="character_encoding">Character Encoding</h3> <h3 id="character_encoding">Character Encoding</h3>
<p>Allows you to manually change the character encoding on a web page. <p>Allows you to manually change the character encoding on a web page.
&brandShortName; usually does this automatically.</p> &brandShortName; usually does this automatically.</p>
@ -319,7 +334,7 @@ Contributors:
<p>Displays a dialog box with information about &brandShortName;, including <p>Displays a dialog box with information about &brandShortName;, including
the current version and a brief list of credits.</p> the current version and a brief list of credits.</p>
<div class="contentsBox"><em>02 October 2004</em></div> <div class="contentsBox"><em>14 October 2004</em></div>
<p>Copyright &copy; 2003-2004 Contributors to the Mozilla Help Viewer Project.</p> <p>Copyright &copy; 2003-2004 Contributors to the Mozilla Help Viewer Project.</p>
</body> </body>
</html> </html>