mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
add submit button back
This commit is contained in:
parent
057a1419eb
commit
3f97164749
@ -44,6 +44,8 @@
|
||||
<textarea class='span8 editor reply_editor'
|
||||
id="reply2_editor_<%- reply._id %>" name='r2_content' rows='4'></textarea>
|
||||
<div class='editor_buttons'>
|
||||
<button class='btn reply2_submit_btn'
|
||||
type="submit" data-id='<%= reply._id %>'>回复</button>
|
||||
<button class='btn action_preview'>预览</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -73,6 +73,7 @@
|
||||
placeholder='用 Markdown 输入文章的内容'
|
||||
><%= locals.content || '' %></textarea>
|
||||
<div class='editor_buttons'>
|
||||
<button id='submit_btn' type="submit" class='btn'>发布</button>
|
||||
<button class='btn action_preview'>预览</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -143,13 +143,14 @@
|
||||
<div class='markdown_in_editor'>
|
||||
<textarea class='editor' name='r_content' rows='8'></textarea>
|
||||
<div class='editor_buttons'>
|
||||
<button class='btn' type="submit">提交</button>
|
||||
<button class='btn action_preview'>预览</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class='markdown_in_preview'>
|
||||
<div class='preview'></div>
|
||||
<div class='editor_buttons'>
|
||||
<button class='btn'>提交</button>
|
||||
<button class='btn' type="submit">提交</button>
|
||||
<button class='btn action_modify'>修改</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user