first
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<div class="col-md-12">
|
||||
<div class="mail-body">
|
||||
<div class="mail-body">
|
||||
<div class="mail-body-content">
|
||||
<form class="form-material">
|
||||
<div class="form-group form-primary">
|
||||
<input id="note-receivers" type="text" name="footer-email" class="form-control" required="" readonly>
|
||||
<span class="form-bar"></span>
|
||||
<label class="float-label">수신</label>
|
||||
</div>
|
||||
<div class="form-group form-primary">
|
||||
<input id="note-title" type="text" name="footer-email" class="form-control" required="">
|
||||
<span class="form-bar"></span>
|
||||
<label class="float-label">제목</label>
|
||||
</div>
|
||||
<div id="summernote"></div>
|
||||
|
||||
</form>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-md-12">
|
||||
<input type="file" id="files" style="display: none" accept="*" multiple>
|
||||
<button onclick="doAllThingsInSafe('local/op', {target: 'file'})" class="btn waves-effect waves-light btn-info btn-round btn-block">첨부할 파일 선택</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="row mail-img m-b-20" id="preview-console">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-md-12">
|
||||
|
||||
<div class="text-right m-t-20">
|
||||
<% if (infos.loc === '/note/new') {%>
|
||||
<button class="btn btn-primary" onclick="doAllThingsInSafe('local/upload', {target: 'note:new', cid: getParams['cid'] })">저장하기</button>
|
||||
<%} else {%>
|
||||
<button class="btn btn-primary" onclick="doAllThingsInSafe('local/upload', {target: 'note:edit', cid: getParams['cid']})">저장하기</button>
|
||||
<%} %>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user