Adding footer and sidebar fields to editor

This commit is contained in:
Eston Bond
2010-11-08 13:57:48 -08:00
parent 055e80bbee
commit bc00c0f2ae
5 changed files with 133 additions and 8 deletions
@@ -37,12 +37,26 @@
<fieldset id="gollum-editor-fields">
<textarea id="gollum-editor-body"
data-markup-lang="markdown" name="content">{{content}}</textarea>
<div id="gollum-editor-edit-footer" class="collapsed">
<a href="#" class="button"><span>Expand/Collapse</span></a>
<h4>Footer</h4>
<textarea id="gollum-editor-footer" name="footer"></textarea>
</div>
<div id="gollum-editor-edit-sidebar" class="collapsed">
<a href="#" class="button"><span>Expand/Collapse</span></a>
<h4>Sidebar</h4>
<textarea id="gollum-editor-sidebar" name="sidebar"></textarea>
</div>
<div id="gollum-editor-edit-summary" class="singleline">
<label for="message" class="jaws">Edit message:</label>
<input type="text" name="message" id="gollum-editor-message-field" value="Write a small message here explaining this change. (Optional)">
</div>
<span class="jaws"><br></span>
<input type="submit" id="gollum-editor-submit" value="Save" title="Save current changes">
</fieldset>