simple html editor added
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user