Tags
There are no tags for this page.
Attachments
Socialtext Documentation
Weblog Actions
Home: Socialtext Style Customization Guide
Up: Styling The Weblog
Previous: Styling The Weblog
Next: Weblog Header
Weblog Actions

HTML Snippet
<div id="st-weblog-actionbar">
<div id="st-weblog-actionbar-chooseweblog">
<form action="index.cgi">
<span class="st-weblog-chooseprompt">Go to: </span>
<input type="hidden" name="action" value="weblog_display" />
<select name="category" onchange="this.form.submit()" id="page-control-category-selector">
<option selected="true" value="Recent Changes">Recent Changes</option>
<option value="Socialtext Weblog">Socialtext Weblog</option>
</select>
<span class="st-spacer"/>
</form>
</div>
</div>
CSS Selectors
#st-weblog-actionbar
#st-weblog-actionbar-chooseweblog
.st-weblog-chooseprompt
#page-control-category-selector"
.st-spacer
|