first
This commit is contained in:
59
safekiso-server/modules/base/views/main/widgets/note.ejs
Normal file
59
safekiso-server/modules/base/views/main/widgets/note.ejs
Normal file
@@ -0,0 +1,59 @@
|
||||
<div class="col-md-12">
|
||||
<div class="mail-body">
|
||||
<div class="mail-body-header">
|
||||
</div>
|
||||
<div class="mail-body-content">
|
||||
<div class="table-responsive">
|
||||
<table id="noteListTable" class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>보낸이</th>
|
||||
<th>제목</th>
|
||||
<th>첨부파일</th>
|
||||
<th>읽은날</th>
|
||||
<th>보낸날</th>
|
||||
<th>기능</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="read">
|
||||
<td>졸리 행복한 데이케어 센터</td>
|
||||
<td><a href="/note/detail?nid=xxx" class="email-name waves-effect">코로나19 유행으로 인한 방문 면회 제한에 대한 안내</a></td>
|
||||
<td class="email-attch"><i class="icofont icofont-clip"></i></td>
|
||||
<td class="email-time">08:01 AM</td>
|
||||
<td class="email-time">08:01 AM</td>
|
||||
<td>
|
||||
<a href="/note/edit?nid=xxx"><i class="icon feather icon-edit f-w-600 f-16 m-r-15 text-c-green"></i></a>
|
||||
<a href="javascript:;" data-toggle="tooltip" data-html="true" title="name<br>type<br><em>Tooltip</em> <u>with</u> <b>HTML</b>"><i class="icon feather icon-play f-w-600 f-16 m-r-15 text-c-yellow"></i></a>
|
||||
<a href="javascript:;" onclick="doAllThingsInSafe('delete', {target: 'note', hero: 'xxx'})"><i class="icon feather icon-trash-2 f-w-600 f-16 text-c-red"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<nav aria-label="...">
|
||||
<ul id="ul-pagination" class="pagination justify-content-center">
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" href="#" tabindex="-1">Prev</a>
|
||||
</li>
|
||||
<li class="page-item"><a class="page-link" href="#">1</a></li>
|
||||
<li class="page-item active">
|
||||
<a class="page-link" href="#">2 <span class="sr-only">(Current)</span></a>
|
||||
</li>
|
||||
<li class="page-item"><a class="page-link" href="#">3</a></li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="#">Next</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div id="note-button-console" class="col-md-12" style="display:none;">
|
||||
<div class="text-right m-t-20">
|
||||
<button class="btn btn-primary" onclick="doAllThingsInSafe('goto', {target: '/note/new?cid=' + getParams['cid']})">새 노트 작성</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user