mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-19 14:36:15 +08:00
19 lines
763 B
Plaintext
19 lines
763 B
Plaintext
<%@ page language="java" pageEncoding="utf-8"%>
|
|
|
|
<div class="panel panel-primary" id="MessageDialog"
|
|
style="display: none; width: 500px; position: absolute;min-height: 600px;box-shadow: 0 0 10px -2px #0B203A;top:50px;left:50px;">
|
|
<div class="panel-heading" style="height: 80px;background: #428bca;line-height: 80px;padding: 0 10px;">
|
|
消息列表
|
|
<span id="current_account" style="color: white;float: right;font-weight: bold;"></span>
|
|
</div>
|
|
<div style="text-align: center;padding: 10px;">
|
|
请调用接口,或者在后台页面,推送一条消息到客户端
|
|
</div>
|
|
<div class="panel-body" id="messageList">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div> |