simple html editor added

This commit is contained in:
Tom Giannattasio
2012-11-09 09:58:15 -05:00
parent e446ed8118
commit daea87ebb9
4 changed files with 47 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
</script>
<script src="/static/js/speed-editor.js"></script>
<script src="/static/js/html-editor.js"></script>
<script type="text/template" id="simple-editor-cheatsheet">
<article class="simple-editor-cheatsheet">
@@ -143,6 +144,17 @@
</section>
</script>
<script type="text/template" id="html-editor">
<div class="html-editor editor">
<div class="row">
<textarea class="edit-box"></textarea>
</div>
<div class="row">
<a href="#" class="save-button">Save</a><a href="#" class="cancel-button">Cancel</a>
</div>
</div>
</script>
<script type="text/template" id="video-editor">
<div class="video-editor editor">
<div class="row">
@@ -158,7 +170,7 @@
<div class="row">
<a href="#" class="save-button">Save</a><a href="#" class="cancel-button">Cancel</a>
</div>
</div>
</div>
</script>
<script type="text/template" id="video-preview">