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

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

<channel>
<title><![CDATA[Socialtext Documentation: All Pages List View]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?all_pages_list_view</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[All Pages List View]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?all_pages_list_view</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_list_view" title="(70 months) Home [Socialtext Style Customization Guide] Previous [Wikiwyg Toolbar] Next [List Tabs]  image listv...">Styling The List View</a><br />
Previous: <a href="http://www.perlfoundation.org/help-en/index.cgi?recently_viewed_list_view" title="(70 months) Home [Socialtext Style Customization Guide] Up [Styling The List View] Previous [Your Watchlist List...">Recently Viewed List View</a><br />
Next: <a href="http://www.perlfoundation.org/help-en/index.cgi?all_tags_list_view" title="(70 months) Home [Socialtext Style Customization Guide] Up [Styling The List View] Previous [All Pages List View...">All Tags List View</a></p>
<hr />
<blockquote>
<span class="nlw_phrase"><img alt="allpages-listview.gif" src="http://www.perlfoundation.org/help-en/index.cgi/allpages-listview.gif?action=attachments_download;page_name=all_pages_list_view;id=20070804014316-1-6609" /><!-- wiki: {image: allpages-=listview.gif} --></span></blockquote>
<br /><h4 id="sample_html">Sample HTML</h4>
<p>
The snippet only has 2 rows.</p>
<pre>
&lt;div&gt;
  &lt;div id=&quot;st-list-title&quot;&gt;All Pages (31)
    &lt;a href=&quot;/feed/workspace/admin?category=Recent%20Changes&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;/static/2.10.3.0/images/feed-icon-14x14.png&quot;/&gt;&lt;/a&gt;
  &lt;/div&gt;
  &lt;div id=&quot;st-listtools&quot;&gt;
    &lt;ul class=&quot;level1&quot;&gt;
      &lt;li class=&quot;submenu&quot;&gt;&lt;span id=&quot;st-listtools-export&quot;&gt;Export&lt;/span&gt;
        &lt;ul class=&quot;level2&quot;&gt;
          &lt;li class=&quot;first&quot;&gt;&lt;a title=&quot;Create PDF document from selected pages&quot; id=&quot;st-listview-submit-pdfexport&quot; href=&quot;#&quot;&gt;Export checked to PDF&lt;/a&gt;&lt;/li&gt;
          &lt;li class=&quot;separator&quot;&gt;&lt;a title=&quot;Create Word document from selected pages&quot; id=&quot;st-listview-submit-rtfexport&quot; href=&quot;#&quot;&gt;Export checked to Word&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
  &lt;div id=&quot;st-actions-bar-spacer-clear&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;

&lt;table id=&quot;st-recent_changes-content&quot; class=&quot;query-results-content&quot;&gt;
  &lt;tr id=&quot;st-recent_changes-header-row&quot; class=&quot;query-results-header-row&quot;&gt;
    &lt;th id=&quot;st-recent_changes-header-title&quot; class=&quot;query-results-header-title&quot;&gt;
      &lt;a href=&quot;?action=changes;changes=all;sortby=Subject;direction=0&quot;&gt;Title&lt;/a&gt;
    &lt;/th&gt;
    &lt;th id=&quot;st-recent_changes-header-last-edited-by&quot; class=&quot;query-results-header-last-edited-by&quot;&gt;
      &lt;a href=&quot;?action=changes;changes=all;sortby=From;direction=0&quot;&gt;Last Edited By&lt;/a&gt;
    &lt;/th&gt;
    &lt;th id=&quot;st-recent_changes-header-date&quot; class=&quot;query-results-header-date&quot;&gt;
      &lt;a href=&quot;?action=changes;changes=all;sortby=Date;direction=0&quot;&gt;Date&lt;/a&gt;
    &lt;/th&gt;
    &lt;th id=&quot;st-recent_changes-header-revisions&quot; class=&quot;query-results-header-revisions&quot;&gt;
      &lt;a href=&quot;?action=changes;changes=all;sortby=revision_count;direction=1&quot;&gt;Revisions&lt;/a&gt;
    &lt;/th&gt;
  &lt;/tr&gt;

  &lt;tr class=&quot;st-recent_changes-row query-results-row w-st-even-row&quot;&gt;
    &lt;td class=&quot;st-recent_changes-row-title query-results-row-title&quot;&gt;
      &lt;a class=&quot;st-recent_changes-row-title-link query-results-row-title-link&quot; href=&quot;index.cgi?your_watchlist_list_view&quot; title=&quot;&quot;&gt;Your Watchlist List View&lt;/a&gt;
    &lt;/td&gt;
    &lt;td class=&quot;st-recent_changes-row-last-edited-by query-results-row-last-edited-by&quot;&gt;Shawn Devlin&lt;/td&gt;
    &lt;td class=&quot;st-recent_changes-row-date query-results-row-date&quot;&gt;Oct 25 1:56pm&lt;/td&gt;
    &lt;td class=&quot;st-recent_changes-row-revisions query-results-row-revisions&quot;&gt;
      &lt;a href=&quot;index.cgi?action=revision_list;page_name=your_watchlist_list_view&quot;&gt;2&lt;/a&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr class=&quot;st-recent_changes-row query-results-row w-st-odd-row&quot;&gt;
    &lt;td class=&quot;st-recent_changes-row-title query-results-row-title&quot;&gt;
      &lt;a class=&quot;st-recent_changes-row-title-link query-results-row-title-link&quot; href=&quot;index.cgi?what_s_new_list_view&quot; title=&quot;&quot;&gt;What's New List View&lt;/a&gt;
    &lt;/td&gt;
    &lt;td class=&quot;st-recent_changes-row-last-edited-by query-results-row-last-edited-by&quot;&gt;Shawn Devlin&lt;/td&gt;
    &lt;td class=&quot;st-recent_changes-row-date query-results-row-date&quot;&gt;Oct 25 1:32pm&lt;/td&gt;
    &lt;td class=&quot;st-recent_changes-row-revisions query-results-row-revisions&quot;&gt;
      &lt;a href=&quot;index.cgi?action=revision_list;page_name=what_s_new_list_view&quot;&gt;5&lt;/a&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<p>
Many of the elements in these tables are marked with both and ID and a Class. To help keep the multiple selectors clear, they have been grouped in the way that there appear in the markup.</p>
<pre>
#st-list-title
#st-listtools
#st-listtools ul.level1
#st-listtools ul.level1 li.submenu
span#st-listtools-export
#st-listtools ul.level2
#st-listtools ul.level2 li.first
a#st-listview-submit-pdfexport
#st-listtools ul.level2 li.separator
a#st-listview-submit-rtfexport
div#st-actions-bar-spacer-clear

#st-recent_changes-content
table.query-results-content

#st-recent_changes-header-row
tr.query-results-header-row

#st-recent_changes-header-title
th.query-results-header-title

#st-recent_changes-header-last-edited-by
th.query-results-header-last-edited-by

#st-recent_changes-header-date
th.query-results-header-date

#st-recent_changes-header-revisions
th.query-results-header-revisions

tr.st-recent_changes-row
tr.query-results-row
tr.w-st-even-row
tr.w-st-odd-row

td.st-recent_changes-row-title
td.query-results-row-title

td.st-recent_changes-row-last-edited-by
td.query-results-row-last-edited-by

td.st-recent_changes-row-date
td.query-results-row-date

td.st-recent_changes-row-revisions
td.query-results-row-revisions
</pre>
</div>
]]></description>
<author>ken.pier@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/help-en/index.cgi?all_pages_list_view</guid>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
</item>

</channel>
</rss>