2013-05-11 20:44:25 +04:00
|
|
|
{{!< default}}
|
|
|
|
{{! TODO: Add "scrolling" class only when one of the panels is scrolled down by 5px or more }}
|
2013-07-15 19:52:48 +04:00
|
|
|
<section class="entry-container">
|
2013-07-22 12:08:17 +04:00
|
|
|
<header>
|
|
|
|
<section class="box entry-title">
|
|
|
|
<input type="text" id="entry-title"
|
2013-09-17 05:06:12 +04:00
|
|
|
placeholder="Your Post Title"
|
2013-09-05 00:05:36 +04:00
|
|
|
value="" tabindex="1">
|
2013-07-22 12:08:17 +04:00
|
|
|
</section>
|
|
|
|
</header>
|
|
|
|
|
2013-07-15 19:52:48 +04:00
|
|
|
<section class="entry-markdown active">
|
|
|
|
<header class="floatingheader">
|
2013-11-12 12:19:02 +04:00
|
|
|
<small>Markdown</small>
|
2013-07-15 19:52:48 +04:00
|
|
|
<a class="markdown-help" href="#"><span class="hidden">What is Markdown?</span></a>
|
|
|
|
</header>
|
2013-10-02 13:39:34 +04:00
|
|
|
<section id="entry-markdown-content" class="entry-markdown-content" data-filestorage={{fileStorage}}>
|
2013-07-15 19:52:48 +04:00
|
|
|
<textarea id="entry-markdown"></textarea>
|
|
|
|
</section>
|
|
|
|
</section>{{!.entry-markdown}}
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-07-15 19:52:48 +04:00
|
|
|
<section class="entry-preview">
|
|
|
|
<header class="floatingheader">
|
2013-11-12 12:19:02 +04:00
|
|
|
<small>Preview <span class="entry-word-count js-entry-word-count">0 words</span></small>
|
2013-07-15 19:52:48 +04:00
|
|
|
</header>
|
|
|
|
<section class="entry-preview-content">
|
|
|
|
<div class="rendered-markdown">
|
|
|
|
{{!The content gets inserted in here, bitches!}}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>{{!.entry-preview}}
|
|
|
|
</section>
|
2013-05-19 12:04:20 +04:00
|
|
|
<footer id="publish-bar">
|
2013-05-11 20:44:25 +04:00
|
|
|
<nav>
|
2013-08-21 16:55:58 +04:00
|
|
|
<section id="entry-tags" href="#" class="left">
|
2013-10-20 08:49:01 +04:00
|
|
|
<label class="tag-label" for="tags" title="Tags"><span class="hidden">Tags</span></label>
|
2013-08-21 16:55:58 +04:00
|
|
|
<div class="tags"></div>
|
|
|
|
<input type="hidden" class="tags-holder" id="tags-holder">
|
|
|
|
<input class="tag-input" id="tags" type="text" data-input-behaviour="tag" />
|
|
|
|
<ul class="suggestions overlay"></ul>
|
2013-05-11 20:44:25 +04:00
|
|
|
</section>
|
|
|
|
<div class="right">
|
2013-11-12 12:19:02 +04:00
|
|
|
|
2013-09-13 21:29:08 +04:00
|
|
|
<section id="entry-controls">
|
2013-11-12 12:19:02 +04:00
|
|
|
<a class="post-settings" href="#" data-toggle=".post-settings-menu" title="Post Settings"><span class="hidden">Post Settings</span></a>
|
|
|
|
<div class="post-settings-menu menu-right overlay">
|
|
|
|
<form>
|
|
|
|
<table class="plain">
|
|
|
|
<tr class="post-setting">
|
|
|
|
<td class="post-setting-label">
|
|
|
|
<label for="url">URL</label>
|
|
|
|
</td>
|
|
|
|
<td class="post-setting-field">
|
|
|
|
<input id="url" class="post-setting-slug" type="text" value="" />
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="post-setting">
|
|
|
|
<td class="post-setting-label">
|
|
|
|
<label for="pub-date">Pub Date</label>
|
|
|
|
</td>
|
|
|
|
<td class="post-setting-field">
|
|
|
|
<input id="pub-date" class="post-setting-date" type="text" value=""><!--<span class="post-setting-calendar"></span>-->
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="post-setting">
|
|
|
|
<td class="post-setting-label">
|
|
|
|
<span class="label">Static Page</span>
|
|
|
|
</td>
|
|
|
|
<td class="post-setting-item">
|
|
|
|
<input id="static-page" class="post-setting-static-page" type="checkbox" value="">
|
|
|
|
<label class="checkbox" for="static-page"></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<a class="delete" href="#">Delete This Post</a>
|
|
|
|
</div>
|
2013-09-13 21:29:08 +04:00
|
|
|
</section>
|
|
|
|
|
2013-09-15 22:14:36 +04:00
|
|
|
<section id="entry-actions" class="js-publish-splitbutton splitbutton-save">
|
|
|
|
<button type="button" class="js-publish-button button-save"></button>
|
2013-10-20 08:49:01 +04:00
|
|
|
<a class="options up" data-toggle="ul" href="#" title="Post Settings"><span class="hidden">Post Settings</span></a>
|
2013-05-19 12:04:20 +04:00
|
|
|
<ul class="editor-options overlay" style="display:none">
|
2013-09-15 22:14:36 +04:00
|
|
|
<li data-set-status="published"><a href="#"></a></li>
|
|
|
|
<li data-set-status="draft"><a href="#"></a></li>
|
2013-05-19 12:04:20 +04:00
|
|
|
</ul>
|
|
|
|
</section>
|
2013-05-11 20:44:25 +04:00
|
|
|
</div>
|
|
|
|
</nav>
|
2013-08-21 16:55:58 +04:00
|
|
|
</footer>
|