<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title><![CDATA[Socialtext Documentation: Navigation Bar]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?navigation_bar</link>
<description></description>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[Navigation Bar]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?navigation_bar</link>
<description><![CDATA[<div class="wiki">
<p>
Home: <a href="http://www.perlfoundation.org/help-en/index.cgi?socialtext_style_customization_guide" title="(70 months) Socialtext enables you to create a custom stylesheet to customize the appearance of your workspace. ...">Socialtext Style Customization Guide</a><br />
Top: <a href="http://www.perlfoundation.org/help-en/index.cgi?common_elements" title="(70 months) Home [Socialtext Style Customization Guide] Prev [Upload Files Lightbox (View mode)] Next [Standard ...">Common Elements</a><br />
Prev: <a href="http://www.perlfoundation.org/help-en/index.cgi?standard_button" title="(70 months) Home [Socialtext Style Customization Guide] Top [Common Elements] Prev [Common Elements] Next [Navig...">Standard Button</a><br />
Next: <a href="http://www.perlfoundation.org/help-en/index.cgi?socialtext_attribution" title="(70 months) Home [Socialtext Style Customization Guide] Top [Common Elements] Previous [Navigation Bar] Next [Sp...">Socialtext Attribution</a></p>
<hr />
<blockquote>
<span class="nlw_phrase"><img alt="navigation-section.jpg" src="http://www.perlfoundation.org/help-en/index.cgi/navigation-section.jpg?action=attachments_download;page_name=navigation_bar;id=20070804014426-4-6583" /><!-- wiki: {image: navigation-=section.jpg} --></span></blockquote>
<br /><p>
The navigation section is at the top of the page and contains both a <span class="nlw_phrase"><a title="section link" href="#nav_bar">Nav Bar</a><!-- wiki: {link: Nav Bar} --></span> and a <span class="nlw_phrase"><a title="section link" href="#subnav_bar">Subnav Bar</a><!-- wiki: {link: Subnav Bar} --></span>.</p>
<h2 id="nav_bar">Nav Bar</h2>
<blockquote><blockquote>
<span class="nlw_phrase"><img alt="nav-bar.jpg" src="http://www.perlfoundation.org/help-en/index.cgi/nav-bar.jpg?action=attachments_download;page_name=navigation_bar;id=20070804014426-8-6574" /><!-- wiki: {image: nav-=bar.jpg} --></span></blockquote></blockquote>
<br /><p>
You can control the style and display of the right hand menu using the #st-wikinav-setting, #st-wikinav-login, #st-wikinav-register, #st-wikinav-logout and #st-wikinav-help selections. The HTML snippet below does not show the log in and register options.</p>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div class=&quot;st-wiki-nav&quot;&gt;
  &lt;div class=&quot;st-wiki-nav-right&quot;&gt;
    &lt;div class=&quot;st-wiki-nav-left&quot;&gt;
      &lt;div class=&quot;st-wiki-nav-content&quot;&gt;
        &lt;div class=&quot;st-wiki-nav-actions&quot;&gt;
          &lt;span id=&quot;st-wikinav-setting&quot;&gt;&lt;a href=&quot;?action=users_settings&quot;&gt;Settings&lt;/a&gt;&lt;/span&gt;
          &lt;span id=&quot;st-wikinav-logout&quot;&gt; - &lt;a href=&quot;/nlw/submit/logout&quot;&gt;Log out&lt;/a&gt;&lt;/span&gt;
          &lt;span id=&quot;st-wikinav-help&quot;&gt; - &lt;a href=&quot;/help/index.cgi?socialtext_documentation&quot;&gt;Help&lt;/a&gt;&lt;/span&gt;
        &lt;/div&gt;
        &lt;div id=&quot;st-home&quot;&gt;
          &lt;a id=&quot;st-home-link&quot; href=&quot;?&quot;&gt;Home&lt;/a&gt;
        &lt;/div&gt;
        &lt;form id=&quot;st-search-form&quot; method=&quot;get&quot; action=&quot;index.cgi&quot;&gt;
          &lt;input id=&quot;st-search-term&quot; type=&quot;text&quot; name=&quot;search_term&quot; value=&quot;New search&quot; /&gt;
          &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;search&quot; /&gt;
          &lt;table class=&quot;button-table&quot;&gt;
            &lt;tr&gt;
              &lt;td&gt;
                &lt;div class=&quot;button-straight&quot;&gt;
                  &lt;div class=&quot;button-straight-right-top&quot;&gt;
                    &lt;div class=&quot;button-straight-left-bottom&quot;&gt;
                      &lt;div class=&quot;button-straight-right-bottom&quot;&gt;
                        &lt;div class=&quot;button-content&quot;&gt;
                          &lt;a id=&quot;st-search-submit&quot; href=&quot;#&quot; title=&quot;Click this button to perform your search&quot;&gt;Search&lt;/a&gt;
                        &lt;/div&gt;
                      &lt;/div&gt;
                    &lt;/div&gt;
                  &lt;/div&gt;
                &lt;/div&gt;
              &lt;/td&gt;
            &lt;/tr&gt;
          &lt;/table&gt;
        &lt;/form&gt;
        &lt;br clear=&quot;both&quot; /&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
.st-wiki-nav
.st-wiki-nav-right
.st-wiki-nav-left
.st-wiki-nav-content
.st-wiki-nav-actions
.st-wiki-nav-actions a
#st-home
#st-home-link
#st-search-term
#st-wikinav-setting
#st-wikinav-setting a
#st-wikinav-login
#st-wikinav-login a
#st-wikinav-register
#st-wikinav-register a
#st-wikinav-logout
#st-wikinav-logout a
#st-wikinav-help
#st-wikinav-help a

</pre>
<br /><h2 id="subnav_bar">Subnav Bar</h2>
<blockquote><blockquote>
<span class="nlw_phrase"><img alt="subnav-bar.jpg" src="http://www.perlfoundation.org/help-en/index.cgi/subnav-bar.jpg?action=attachments_download;page_name=navigation_bar;id=20070804014426-5-6609" /><!-- wiki: {image: subnav-=bar.jpg} --></span></blockquote></blockquote>
<br /><h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-wiki-subnav&quot; class=&quot;st-wiki-subnav-dashboard&quot;&gt;
  &lt;div id=&quot;st-wiki-subnav-left&quot;&gt;
    &lt;span class=&quot;st-wiki-subnav-label&quot;&gt;Quick jump:&amp;nbsp;&lt;/span&gt;
      &lt;a id=&quot;st-wiki-subnav-link-whats-new&quot; href=&quot;?action=recent_changes&quot;&gt;What's new&lt;/a&gt;
      -
      &lt;a id=&quot;st-wiki-subnav-link-weblogs&quot; href=&quot;?action=weblog_display&quot;&gt;Weblogs&lt;/a&gt;
    &lt;/div&gt;
    &lt;div id=&quot;st-wiki-subnav-right&quot;&gt;
      &lt;br style=&quot;clear: both; height: 1px;&quot; /&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


</pre>
<br /><h4 id="css_selector">CSS Selector</h4>
<pre>
div.st-wiki-subnav-dashboard
#st-wiki-subnav-left
span.st-wiki-subnav-label
#st-wiki-subnav-link-whats-new
#st-wiki-subnav-link-weblogs
#st-wiki-subnav-right
</pre>
</div>
]]></description>
<author>ken.pier@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/help-en/index.cgi?navigation_bar</guid>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
</item>

</channel>
</rss>