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

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

<channel>
<title><![CDATA[Socialtext Documentation: Your Workspaces]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?your_workspaces</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[Your Workspaces]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?your_workspaces</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_dashboard" title="(70 months) Home [Socialtext Style Customization Guide] Previous [Using Your Own Logo] Next [Announcements And L...">Styling The Dashboard</a><br />
Previous: <a href="http://www.perlfoundation.org/help-en/index.cgi?your_watchlist" title="(70 months) Home [Socialtext Style Customization Guide] Up [Styling The Dashboard] Previous [What s New Page] Ne...">Your Watchlist</a><br />
Next: <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></p>
<hr />
<blockquote>
<span class="nlw_phrase"><img alt="dashboard-yourworkspaces.png" src="http://www.perlfoundation.org/help-en/index.cgi/dashboard-yourworkspaces.png?action=attachments_download;page_name=your_workspaces;id=20070804014653-12-6587" /><!-- wiki: {image: dashboard-=yourworkspaces.png} --></span></blockquote>
<br /><h4 id="html_snippet">HTML Snippet</h4>
<p>
The sample only shows 2 rows.</p>
<pre>
&lt;div class=&quot;st-homepage-simplelist&quot; id=&quot;st-wikis&quot;&gt;
  &lt;div class=&quot;st-homepage-simplelist-header&quot; id=&quot;st-wikis-header&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-newwiki-link&quot; href=&quot;?action=workspaces_create&quot; title=&quot;Click this button to create a new workspace&quot;&gt;New Workspace&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 class=&quot;st-homepage-section-title st-homepage-simplelist-title&quot; id=&quot;st-wikis-title&quot;&gt;
      &lt;a href=&quot;?action=workspaces_listall&quot; id=&quot;st-wikis-title-link&quot; class=&quot;st-homepage-simplelist-title-link&quot;&gt;Your workspaces&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div id=&quot;st-wikis-content&quot; class=&quot;st-homepage-section&quot;&gt;
    &lt;table class=&quot;st-homepage-simplelist-table&quot;&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;st-homepage-simplelist-row-odd&quot;&gt;
          &lt;td class=&quot;st-homepage-simplelist-left&quot;&gt;
            &lt;a href=&quot;/corp&quot;&gt;Socialtext&lt;/a&gt;
          &lt;/td&gt;
          &lt;td class=&quot;st-homepage-simplelist-right&quot; nowrap=&quot;nowrap&quot;&gt;
            &lt;a href=&quot;/corp/index.cgi?action=recent_changes&quot;&gt;211 changes&lt;/a&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr class=&quot;st-homepage-simplelist-row-odd&quot;&gt;
          &lt;td&gt;&lt;/td&gt;
          &lt;td&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr class=&quot;st-homepage-simplelist-row-even&quot;&gt;
          &lt;td class=&quot;st-homepage-simplelist-left&quot;&gt;
            &lt;a href=&quot;/testspace&quot;&gt;Help&lt;/a&gt;
          &lt;/td&gt;
          &lt;td class=&quot;st-homepage-simplelist-right&quot; nowrap=&quot;nowrap&quot;&gt;
            &lt;a href=&quot;/testspace/index.cgi?action=recent_changes&quot;&gt;57 changes&lt;/a&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr class=&quot;st-homepage-simplelist-row-even&quot;&gt;
          &lt;td&gt;&lt;/td&gt;
          &lt;td&gt;&lt;/td&gt;
        &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<p>
Selectors for the button are described at <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>.</p>
<pre>
#st-wikis
div.st-homepage-simplelist
#st-wikis-header
div.st-homepage-simplelist-header
#st-wikis-title
div.st-homepage-section-title
div.st-homepage-simplelist-title
a.st-homepage-simplelist-title-link
#st-wikis-content
div.st-homepage-section
table.st-homepage-simplelist-table
tr.st-homepage-simplelist-row-odd
td.st-homepage-simplelist-left
td.st-homepage-simplelist-left a
td.st-homepage-simplelist-right
td.st-homepage-simplelist-right a
tr.st-homepage-simplelist-row-even
</pre>
</div>
]]></description>
<author>ken.pier@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/help-en/index.cgi?your_workspaces</guid>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
</item>

</channel>
</rss>