Home: Socialtext Style Customization Guide
Up: Styling The Popup Windows
Previous: Duplicate Page
Next: Copy Page To Workspace
<body id="st-popup-rename" class="st-popup">
<form method="post" action="index.cgi" enctype="application/x-www-form-urlencoded">
<p class="st-popup-title">
Rename <span id="st-popup-rename-pagetitle">"Quick Start"</span>
</p>
<p class="input">
<label for="new_title" class="duplicate-page-form-element">New page name:
<input type="text" name="new_title" value="" size="34" />
</label>
</p>
<p class="input">
<label for="keep_categories" class="duplicate-page-form-element">Keep categories:
<input type="checkbox" name="keep_categories" value="1" checked="true" />
</label>
</p>
<p class="input">
<label for="keep_attachments" class="duplicate-page-form-element">Keep attachments:
<input type="checkbox" name="keep_attachments" value="1" checked="true" />
</label>
</p>
<div id="st-popup-rename-buttons">
<input type="submit" name="Button" value="Rename" class="standard-button-submit" />
<input type="reset" name="Button" value="Cancel" onclick="window.close();return true;" class="standard-button-cancel" />
</div>
<input type="hidden" name="action" value="rename_page" />
<input type="hidden" name="page_name" value="Quick Start" />
</form>
<p class="st-popup-hint">(The main window will navigate to the new page after you click "Rename".)</p>
</body>
#st-popup-rename .st-popup .st-popup-title #st-popup-rename-pagetitle .input .duplicate-page-form-element #st-popup-rename-buttons .standard-button-submit .standard-button-cancel .st-popup-hint