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

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

<channel>
<title><![CDATA[Socialtext Documentation: page boxes]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?page_boxes</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[page boxes]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?page_boxes</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 />
Up: <a href="http://www.perlfoundation.org/help-en/index.cgi?styling_the_page_view" title="(70 months) Home [Socialtext Style Customization Guide] Previous [Your Workspaces] Next [Page Content]  image pa...">Styling The Page View</a><br />
Previous: <a href="http://www.perlfoundation.org/help-en/index.cgi?page_view_action_bar" title="(70 months) Home [Socialtext Style Customization Guide] Up [Styling The Page View] Previous [Page Sidebar Tools]...">Page View Action Bar</a><br />
Next: <a href="http://www.perlfoundation.org/help-en/index.cgi?page_attribution" title="(70 months) Home [Socialtext Style Customization Guide] Up [Styling The Page View] Previous [Page Boxes] Next [S...">Page Attribution</a></p>
<hr />
<blockquote>
<span class="nlw_phrase"><img alt="page-boxes.jpg" src="http://www.perlfoundation.org/help-en/index.cgi/page-boxes.jpg?action=attachments_download;page_name=page_boxes;id=20070804014432-5-6583" /><!-- wiki: {image: page-=boxes.jpg} --></span></blockquote>
<br /><p>
There are three page boxes: Tags, Incoming Links, and Attachments. The display of the side boxes is controlled by the <a href="http://www.perlfoundation.org/help-en/index.cgi?page_boxes_toggle" title="(70 months) Home [Socialtext Style Customization Guide] Up [Styling The Page View] Previous [Page Content] Next ...">Page Boxes Toggle</a> element.</p>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-page-boxes-underlay&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;st-page-boxes&quot;&gt;
  &lt;!-- Sidebox page tool --&gt;
  &lt;div id=&quot;st-tags&quot; class=&quot;st-page-box st-page-box-first&quot;&gt;&lt;!-- see below --&gt;&lt;/div&gt;
  &lt;div id=&quot;st-incoming-links&quot; class=&quot;st-page-box&quot;&gt;&lt;!-- see below --&gt;&lt;/div&gt;
  &lt;div id=&quot;st-attachments&quot; class=&quot;st-page-box&quot;&gt;&lt;!-- see below --&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-page-boxes-underlay
#st-page-boxes
</pre>
<br /><h2 id="tags">Tags</h2>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-tags&quot; class=&quot;st-page-box st-page-box-first&quot;&gt;
  &lt;div id=&quot;st-tags-title&quot; class=&quot;st-page-box-title&quot;&gt;Tags&lt;/div&gt;
  &lt;form onsubmit=&quot;return false;&quot;&gt;
    &lt;textarea id=&quot;st-tags-tagtemplate&quot; class=&quot;st-jst-template&quot;&gt;&lt;/textarea&gt;
    &lt;textarea id=&quot;st-tags-suggestiontemplate&quot; class=&quot;st-jst-template&quot;&gt;&lt;/textarea&gt;
    &lt;textarea id=&quot;st-tags-initial&quot; class=&quot;st-json&quot;&gt;&lt;/textarea&gt;
    &lt;textarea id=&quot;st-tags-workspace&quot; class=&quot;st-json&quot;&gt;&lt;/textarea&gt;
  &lt;/form&gt;
  &lt;div id=&quot;st-no-tags-placeholder&quot; style=&quot;display: none&quot;&gt;There are no tags for this page.&lt;/div&gt;
  &lt;ul id=&quot;st-tags-listing&quot; class=&quot;st-page-box-listing&quot;&gt;
  &lt;/ul&gt;
  &lt;div id=&quot;st-tags-deletemessage&quot;&gt;&lt;/div&gt;
  &lt;div id=&quot;st-tags-addblock&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-tags-addlink&quot; href=&quot;#&quot; title=&quot;Click this button to add a tag to the page&quot;&gt;Add tag&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;/div&gt;
  &lt;div id=&quot;st-tags-addinput&quot;&gt;
    &lt;form onsubmit=&quot;return false;&quot;&gt;
      &lt;input id=&quot;st-tags-field&quot; name=&quot;tagfield&quot; class=&quot;st-tags-input&quot; type=&quot;text&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-tags-addbutton&quot; href=&quot;#&quot; title=&quot;Click this button to save your tag&quot;&gt;Save tag&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;/div&gt;
  &lt;div id=&quot;st-tags-message&quot;&gt;&lt;/div&gt;
  &lt;div id=&quot;st-tags-suggestion&quot;&gt;&lt;span class=&quot;st-tags-hint&quot;&gt;Suggestions: &lt;/span&gt;&lt;span id=&quot;st-tags-suggestionlist&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<p>
The textarea tags contain code for the tag functionality and should not be displayed.</p>
<pre>
#st-tags
div.st-page-box
div.st-page-box-first
#st-tags-title
div.st-page-box-title
#st-no-tags-placeholder
#st-tags-listing
ul.st-page-box-listing
ul.st-page-box-listing li.st-tags-tagline 
ul.st-page-box-listing li.st-page-box-listing-entry&quot;&gt;
span.st-tags-level1
span.st-tags-level2
span.st-tags-level3
span.st-tags-level4
span.st-tags-level5
span.st-tags-tagdelete
a.st-tags-tagline-link
span.st-tags-tagdelete
a.st-tags-tagdelete
#st-tags-deletemessage
#st-tags-addblock
#st-tags-addinput
#st-tags-field
input.st-tags-input
#st-tags-message
#st-tags-suggestion
span.st-tags-hint
#st-tags-suggestionlist
a.st-tags-suggestion
</pre>
<br /><h2 id="incoming_links">Incoming Links</h2>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-incoming-links&quot; class=&quot;st-page-box&quot;&gt;
  &lt;div id=&quot;st-incoming-links-title&quot; class=&quot;st-page-box-title&quot;&gt;Incoming Links&lt;/div&gt;
  &lt;ul id=&quot;st-incoming-links-listing&quot; class=&quot;st-page-box-listing&quot;&gt;
    &lt;li class=&quot;st-incoming-links-entry st-page-box-listing-entry&quot;&gt;&lt;a href=&quot;?getting_started&quot;&gt;Getting Started&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-incoming-links
div.st-page-box
#st-incoming-links-title
div.st-page-box-title
#st-incoming-links-listing
ul.st-page-box-listing
li.st-incoming-links-entry
li.st-page-box-listing-entry
li.st-incoming-links-entry a
</pre>
<br /><h2 id="attachments">Attachments</h2>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-attachments&quot; class=&quot;st-page-box&quot;&gt;
  &lt;div id=&quot;st-attachments-title&quot; class=&quot;st-page-box-title&quot;&gt;Attachments&lt;/div&gt;
    &lt;form onsubmit=&quot;return false;&quot;&gt;
      &lt;textarea id=&quot;st-attachments-listtemplate&quot; class=&quot;st-jst-template&quot;&gt;&lt;/textarea&gt;
      &lt;textarea id=&quot;st-attachments-managetable&quot; class=&quot;st-jst-template&quot;&gt;&lt;/textarea&gt;
      &lt;textarea id=&quot;st-attachments-files&quot; class=&quot;st-json&quot;&gt;{&quot;attachments&quot;:[]}&lt;/textarea&gt;
    &lt;/form&gt;
    &lt;ul id=&quot;st-attachments-listing&quot; class=&quot;st-page-box-listing&quot;&gt;
    &lt;/ul&gt;
     
    &lt;table id=&quot;st-attachments-buttons&quot;&gt;
      &lt;tr&gt;
        &lt;td id=&quot;st-attachments-buttons-uploadbutton&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-attachments-uploadbutton&quot; href=&quot;#&quot; title=&quot;Click this button to add a file to the page&quot;&gt;Upload&amp;nbsp;files&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;/td&gt;
        &lt;td id=&quot;st-attachments-buttons-managebutton&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-attachments-managebutton&quot; href=&quot;#&quot; title=&quot;Click this button to manage files attached to the page&quot;&gt;Manage&amp;nbsp;files&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;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-attachments
div.st-page-box
#st-attachments-title
div.st-page-box-title
#st-attachments-listing
ul.st-page-box-listing
ul.st-page-box-listing li.st-attachments-line
ul.st-page-box-listing li.st-page-box-listing-entry
#st-attachments-buttons
</pre>
<br /><h2 id="what_s_new">What's New</h2>
<p>
The &quot;What's New&quot; box can be enabled from the &quot;What's New&quot; section in the &quot;Settings&quot; page.</p>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-recent-changes&quot; class=&quot;st-page-box&quot;&gt;
  &lt;div id=&quot;st-recent-changes-title&quot; class=&quot;st-page-box-title&quot;&gt;What's New&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?usability_review_2006_10_20&quot;&gt;Usability Review, 2006-10-20&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?ms_sps_insiders_call_11_20_06&quot;&gt;MS SPS Insiders Call 11/20/06&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?microsoft_partnership&quot;&gt;Microsoft Partnership&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?kirsten_2006_11_20&quot;&gt;Kirsten, 2006-11-20&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?alester_2006_11_20&quot;&gt;alester 2006-11-20&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?zac_bir_2006_11_20&quot;&gt;Zac Bir, 2006-11-20&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?engineering_vital_factors&quot;&gt;Engineering Vital Factors&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?matt_liggett&quot;&gt;Matt Liggett&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-recent-changes
div.st-page-box
#st-recent-changes-title
div.st-page-box-title
#st-recent-changes div a
</pre>
<br /><h2 id="recently_viewed">Recently Viewed</h2>
<p>
The &quot;Recently Viewed&quot; box can be enabled from the &quot;Screen Layout&quot; section in the &quot;Settings&quot; page.</p>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-breadcrumbs&quot; class=&quot;st-page-box&quot;&gt;
  &lt;div id=&quot;st-breadcrumbs-title&quot; class=&quot;st-page-box-title&quot;&gt;Recently Viewed&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?css_review&quot;&gt;CSS Review&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?documentation_meeting&quot;&gt;Documentation Meeting&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;a href=&quot;index.cgi?docs_user&quot;&gt;Docs User&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-breadcrumbs
div.st-page-box
#st-breadcrumbs-title
div.st-page-box-title
#st-breadcrumbs div a
</pre>
</div>
]]></description>
<author>ken.pier@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/help-en/index.cgi?page_boxes</guid>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
</item>

</channel>
</rss>