126 lines
5.8 KiB
HTML
126 lines
5.8 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|||
|
|
<title>通知管理</title>
|
|||
|
|
<!-- JQuery -->
|
|||
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
|
|||
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.textchange.js"></script>
|
|||
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.mousewheel.js"></script>
|
|||
|
|
<script type='text/javascript' src='../commons/js/public.js'></script>
|
|||
|
|
<!-- AWS UI -->
|
|||
|
|
<link rel="stylesheet" type="text/css" href="../commons/css/awsui.css">
|
|||
|
|
<script type="text/javascript" src="../commons/js/awsui.js"></script>
|
|||
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.util.js"></script>
|
|||
|
|
<link type="text/css" rel="stylesheet" href="../apps/com.actionsoft.apps.notification/css/notification.css" />
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
var 确定 = "<I18N#确定>";
|
|||
|
|
var 消息内容不能为空 = "<I18N#[消息内容]不能为空>";
|
|||
|
|
var 通知中心 = "<I18N#通知中心>";
|
|||
|
|
var 是 = "<I18N#是>";
|
|||
|
|
var 否 = "<I18N#否>";
|
|||
|
|
var 正在发送 = "<I18N#正在发送>";
|
|||
|
|
var 关闭服务 = "<I18N#关闭服务>";
|
|||
|
|
var 关闭声音提示 = "<I18N#关闭声音提示>";
|
|||
|
|
var 发送系统消息 = "<I18N#发送系统消息>";
|
|||
|
|
var 发送成功 = "<I18N#发送成功>";
|
|||
|
|
var 启用持久化 = "<I18N#启用持久化>";
|
|||
|
|
var 开启服务 = "<I18N#开启服务>";
|
|||
|
|
var 关闭持久化 = "<I18N#关闭持久化>";
|
|||
|
|
var 重要 = "<I18N#重要>";
|
|||
|
|
var 不重要 = "<I18N#不重要>";
|
|||
|
|
var 接收人不能为空 = "<I18N#[接收人]不能为空>";
|
|||
|
|
var 组织机构 = "<I18N#组织机构>";
|
|||
|
|
var 开启声音提示 = "<I18N#开启声音提示>";
|
|||
|
|
var 最多允许输入500字 = "<I18N#最多允许输入500字>";
|
|||
|
|
var 关闭 = "<I18N#关闭>";
|
|||
|
|
</script>
|
|||
|
|
<script type="text/javascript" src="../apps/com.actionsoft.apps.notification/js/notification.manage.js"></script>
|
|||
|
|
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
var sid = '<#sid>';
|
|||
|
|
var soundTips = <#soundTips>;
|
|||
|
|
</script>
|
|||
|
|
<style>
|
|||
|
|
#awsui-address-targetName{
|
|||
|
|
width: 100% !important;
|
|||
|
|
}
|
|||
|
|
#sendNotificationMessageForm td{
|
|||
|
|
text-align: initial;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<input type="hidden" id="sid" name="sid" value="<#sid>" />
|
|||
|
|
<div class="notification-container-outter">
|
|||
|
|
<div class="notification-tool-container">
|
|||
|
|
<a id="notificationCenter" class="button notification-back" href="javascript:void(0)"><span class="icon-back"></span><span class="title"><I18N#返回></span></a>
|
|||
|
|
<span id="sendMessageBtn" type="button" class="button blue"><I18N#发送通知></span>
|
|||
|
|
<div class="notification-tool-sound-tips-container" style="display: none;">
|
|||
|
|
<span class="notification-tool-sound-tips"><I18N#开启消息到达声音提示></span>
|
|||
|
|
<div class="notification-tool-sound-operate">
|
|||
|
|
<input id="soundTips" type="checkbox" />
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="notification-main-content-header">
|
|||
|
|
<table class="notification-list header">
|
|||
|
|
<tr>
|
|||
|
|
<th class="notification-list-td head no"><I18N#序号></th>
|
|||
|
|
<th class="notification-list-td head appsystem"><I18N#应用系统></th>
|
|||
|
|
<th class="notification-list-td head activecounts"><I18N#未读数></th>
|
|||
|
|
<th class="notification-list-td head historycounts"><I18N#已读数></th>
|
|||
|
|
<th class="notification-list-td head isclose"><I18N#开启服务></th>
|
|||
|
|
<th class="notification-list-td head isimportant"><I18N#是否重要></th>
|
|||
|
|
<th class="notification-list-td head isstore"><I18N#持久化></th>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
<div id="registerAppsContainer" class="notification-main-content-list">
|
|||
|
|
<table id="registerAppsTable" class="notification-list">
|
|||
|
|
<tr>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<!-- 发送系统消息 -->
|
|||
|
|
<div id="sendNotificationMessageDailog" class="awsui-dialog" style="width: 600px; display: none; ">
|
|||
|
|
<form id="sendNotificationMessageForm" method="post" action="">
|
|||
|
|
<table class="awsui-ux">
|
|||
|
|
<tr>
|
|||
|
|
<td class="awsui-ux-title" style="width: 90px; "><I18N#接收人></td>
|
|||
|
|
<td >
|
|||
|
|
<span class="required"><input id="targetId" name="targetId" class="awsui-textbox" type="hidden" multiple="multiple"/>
|
|||
|
|
<input style="width: 100%" id="targetName" name="targetName" class="awsui-textbox" type="text" multiple="multiple"/></span>
|
|||
|
|
|
|||
|
|
<!--<textarea id="targetName" name="targetName" class="awsui-textarea" rows="2" maxlength="10"></textarea>-->
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td class="awsui-ux-title"><I18N#消息内容></td>
|
|||
|
|
<td class="required">
|
|||
|
|
<textarea id="notifyContent" name="notifyContent" class="txt" rows="8" maxLength></textarea>
|
|||
|
|
<span style="display: block; text-align: left; padding: 3px 0 10px 0; "><I18N#还可输入><span id="notifyContentSize">500</span><I18N#字></span>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td class="awsui-ux-title"><I18N#消息级别></td>
|
|||
|
|
<td style="text-align: left;">
|
|||
|
|
<input class="awsui-radio" type="radio" id="notifyLeveli" name="notifyLevel" value="info" checked="checked" />
|
|||
|
|
<label class="awsui-radio-label" style="cursor: pointer; " for="notifyLeveli"><I18N#消息></label>
|
|||
|
|
<input class="awsui-radio large" type="radio" id="notifyLevelw" name="notifyLevel" value="warning" />
|
|||
|
|
<label class="awsui-radio-label w" style="cursor: pointer; " for="notifyLevelw"><I18N#警告></label>
|
|||
|
|
<input class="awsui-radio large" type="radio" id="notifyLevele" name="notifyLevel" value="error" />
|
|||
|
|
<label class="awsui-radio-label e" style="cursor: pointer; " for="notifyLevele"><I18N#错误></label>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
</form>
|
|||
|
|
</div>
|
|||
|
|
<div id="unitTreeDailog" class="awsui-dialog" style="width: 600px; display: none; ">
|
|||
|
|
<div class="unit_tree" style="height: 300px; margin: 20px; padding: 5px; border: 1px solid #CCCCCC; text-align: left; overflow: auto; ">
|
|||
|
|
<ul id="org_unit_tree" class="ea-orgtree"></ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</body>
|
|||
|
|
</html>
|