템플릿 출력 준비

템플릿에 option 확인 기능 추가
현재 수뇌 여부도 반환
This commit is contained in:
2018-02-11 05:30:34 +09:00
parent 0a7d9cbe21
commit 18e663c529
6 changed files with 53 additions and 8 deletions
+6 -1
View File
@@ -13,7 +13,7 @@
bgcolor="#000055"
<%} %>
style="font-size:13px;table-layout:fixed;word-break:break-all;"
data-id="<%id%>"
id="msg_<%id%>"
>
<tbody><tr>
<td width="64px" height="64px">
@@ -48,6 +48,11 @@
<font size="1">&lt;<%e($datetime)%>&gt;</font>
<br>
<%e(message)%>
<%if(this.option){ console.log('HasOption!!'); %>
<div>
<button class="prompt_yes btn_prompt">수락</button><button class="prompt_no btn_prompt">거정</button>
</div>
<%} %>
</td>
</tr></tbody>
</table>