forked from prose/prose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile.html
30 lines (29 loc) · 1.01 KB
/
file.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<header id='heading' class='heading limiter clearfix'></header>
<div id='modal'></div>
<div id='post' class='post limiter'>
<div class='editor views<% if (file.markdown) { %> markdown<% } %>'>
<div id='diff' class='view prose diff'>
<h2><%= t('main.file.metaTitle') %><br />
<span class='deemphasize small'><%= t('main.file.metaDescription') %></span>
</h2>
<div class='diff-content inner'></div>
</div>
<div id='meta' class='view round meta'></div>
<div id='edit' class='view active edit'>
<div class='topbar-wrapper'>
<div class='topbar'>
<div id='toolbar' class='containment toolbar round'></div>
</div>
</div>
<div id='drop' class='drop-mask'></div>
<% if (file.useCSVEditor) { %>
<div id='csv-container'>
<div id='csv'></div>
</div>
<% } else { %>
<textarea id='code' class='code round inner'></textarea>
<% } %>
</div>
<div id='preview' class='view preview prose'></div>
</div>
</div>