123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
- <%@taglib prefix="f" uri="http://www.jee-soft.cn/functions" %>
- <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
- <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
- <c:set var="ctx" value="${pageContext.request.contextPath}" />
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>协同办公</title>
- <%@include file="include.jsp" %>
- <link href="${ctx}/js/tohome/images/bootstrap.min.css" rel="stylesheet">
- <link href="${ctx}/js/tohome/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
- <link href="${ctx}/js/tohome/images/s_index2.css" rel="stylesheet">
- <script src="${ctx}/js/tohome/images/bootstrap.min.js"></script>
- <script type="text/javascript" src="${ctx}/js/mySchedule/jquery.fullcalendar.js"></script>
- <script type="text/javascript" src="${ctx}/js/hotent/platform/form/AttachMent.js"></script>
- <script>
- $().ready(function (){
- AttachMent.init("r");
- });
- function alerts(){
- alert("正在开发中,敬请期待");
- }
- //待办事宜 执行任务
- function executeTask(taskId){
- var url="${ctx}/platform/bpm/task/doNext.ht?taskId="+taskId;
- window.open(url, '_blank');
- }
- function showDetail(obj){
- var url = $(obj).attr("action");
- window.open(url, '_blank');
- }
- function getOnClick(id){
- var url = '${ctx}/platform/system/sysBulletin/get.ht?id='+id;
- window.open(url, '_blank');
- }
- function subStr(param){
- document.write(param.slice(0,15));
- }
- var dialog;
- function add(date){
- var url="${ctx}/platform/console/addMySchedule.ht";
- dialog=DialogUtil.open({
- height : 550,
- width : 850,
- title : '新增日程',
- url: url
- });
- }
- function closeDia(){
- dialog.close();
- window.location.href="${ctx}/platform/console/toHome.ht";
- }
- function addMySchedule(html){
- $("#myScheduleDIV").append(html);
- }
- function clear(){
- $("#myScheduleDIV").empty();
- }
- function getMySchedule(id){
- var url="${ctx}/platform/console/getMySchedule.ht?id="+id;
- dialog=DialogUtil.open({
- height : 550,
- width : 850,
- title : '查看日程',
- url: url
- });
- }
- function messageRead(id){
- var url = '${ctx}/platform/system/messageRead/list.ht?messageId='+id;
- window.open(url, '_blank');
- }
- </script>
- </head>
- <body>
- <div class="content">
- <!-- 第一部分 开始-->
- <div class="row">
- <div class="col-lg-8 col-md-12 col-sm-12 col-xs-12">
- <div class="row">
- <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
- <div class="top_row1 top_row clearfix">
- <div class="top_row_txt "><a href="${ctx}/platform/bpm/task/pendingMatters.ht"><i class="fa fa-hourglass-3 fa-lg"></i> 事项审批</a> </div>
- </div>
- </div>
- <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
- <div class="top_row2 top_row clearfix">
- <div class="top_row_txt"> <a onclick="alerts()"><i class="fa fa-pencil fa-lg"></i>发文签批</a> </div>
- </div>
- </div>
- <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
- <div class="top_row3 top_row clearfix">
- <div class="top_row_txt"> <a href="${ctx}/platform/system/sysBulletin/list.ht"><i class="fa fa-bullhorn fa-lg"></i> 会议通知</a> </div>
- </div>
- </div>
- <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
- <div class="top_row6 top_row clearfix">
- <div class="top_row_txt"> <a href="${ctx}/platform/oa/oaLinkman/list.ht"><i class="fa fa-address-book-o fa-lg"></i>通讯录</a> </div>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
- <div class="mid_row_div">
- <h1><i class="fa fa-1x fa-commenting"></i>我的消息<a href="${ctx}/platform/system/sysBulletin/list.ht">更多+</a></h1>
- <ul id="myTab" class="nav nav-tabs wdsx">
- <li class="active"> <a href="#tab1" data-toggle="tab"> 通知公告 </a> </li>
- <li><a href="#tab2" data-toggle="tab">内部邮件</a></li>
-
- </ul>
- <div id="myTabContent" class="tab-content wdsx_con">
- <!-- 我的通知start -->
- <div class="tab-pane fade in active" id="tab1">
- <div class="table-responsive">
- <table class="table">
- <thead>
- <tr>
- <th>序号</th>
- <th>公告类型</th>
- <th>公告标题</th>
- <th>发起人</th>
- <th>发起时间</th>
- <th>是否紧急</th>
- <th>是否已读</th>
- </tr>
- </thead>
- <tbody>
-
- <c:forEach items="${SysBulletinList}" var="SysBulletinLists" begin="0" end="7" varStatus="status">
- <tr>
- <td>${status.index+1} </td>
- <c:choose>
- <c:when test="${SysBulletinLists.type == 0}">
- <td>会议通知</td>
- </c:when>
- <c:otherwise>
- <td>其他</td>
- </c:otherwise>
- </c:choose>
- <td><a name="processDetail" onclick="getOnClick('${SysBulletinLists.id}')" href="javascript:void(0);" title='${SysBulletinLists.subject}' class="text-link">${SysBulletinLists.subject}</a></td>
- <td>${SysBulletinLists.creator}</td>
- <td><fmt:formatDate value="${SysBulletinLists.createtime}" pattern="yyyy-MM-dd HH:mm:ss"/></td>
- <c:choose>
- <c:when test="${SysBulletinLists.isurgent == 1}">
- <td><span class="label label-danger">是</span></td>
- </c:when>
- <c:otherwise>
- <td><span class="label label-success">否</span></td>
- </c:otherwise>
- </c:choose>
- <c:choose>
- <c:when test="${sysBulletinItem.isRead == 0}">
- <td class="text-danger">未读</td>
- </c:when>
- <c:otherwise>
- <td class="text-success">已读</td>
- </c:otherwise>
- </c:choose>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <!-- 我的通知end -->
- <div class="tab-pane fade" id="tab2">
- <div class="table-responsive">
- <table class="table">
- <thead>
- <tr>
- <th>序号</th>
- <th>标题</th>
- <th>发起人</th>
- <th>发起时间</th>
- <th>附件</th>
- <th>是否需要回复</th>
- </tr>
- </thead>
- <tbody>
- <c:forEach items="${MessageSendQueryFilterList}" var="MessageSendQueryFilterList" begin="0" end="7" varStatus="status">
- <tr>
- <td> ${status.index+1 } </td>
- <td><a onclick="messageRead('${MessageSendQueryFilterList.id}')" title='${MessageSendQueryFilterList.subject}' class="text-link"><script>subStr('${MessageSendQueryFilterList.subject}')</script></a></td>
- <td>${MessageSendQueryFilterList.userName}</td>
- <td><fmt:formatDate value="${MessageSendQueryFilterList.sendTime}" pattern="yyyy-MM-dd HH:mm:ss"/></td>
- <td>
- <c:choose>
- <c:when test="${MessageSendQueryFilterList.attachment==null}">
- 无附件
- </c:when>
- <c:otherwise>
- <div name="div_attachment_container">
- <div class="attachement"></div>
- <textarea style="display: none" controltype="attachment"
- name="attachment" lablename="附件" validate="{}">${MessageSendQueryFilterList.attachment}</textarea>
- </div>
- </c:otherwise>
- </c:choose>
- </td>
- <c:choose>
- <c:when test="${MessageSendQueryFilterList.canReply == 1}">
- <td><span class="label label-success">是</span></td>
- </c:when>
- <c:otherwise>
- <td><span class="label label-warning">否</span></td>
- </c:otherwise>
- </c:choose>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
-
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="col-lg-4 col-md-12 col-sm-12 col-xs-12">
- <div class="mid_row_div div-bordered mr_top0">
- <!-- 我的日程 -->
- <iframe src="${ctx}/platform/console/mySchedule.ht" style="border: 0;width: 100%;height: 70%;" id="ifm" name="ifm" ></iframe>
- <div class="list-group" id="myScheduleDIV">
- </div>
- <!-- 我的日程 -->
- </div>
- </div>
- </div>
- <!-- 第一部分 结束-->
- <!-- 第二部分 开始-->
- <div class="row">
- <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
-
- <div class="mid_row_div">
- <h1><i class="fa fa-1x fa-cubes"></i>重大督办事项<a>更多+</a></h1>
- <div class="table-responsive table-zdsx">
- <table class="table">
- <thead>
- <tr>
- <th>序号</th>
- <th>督办任务名称</th>
-
- <th>责任人</th>
- <th>督办开始时间</th>
- <th>督办结束时间</th>
- <th>当前进度</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td> 1 </td>
- <td><a href="javascript:void(0);" class="text-link">关于XXX的重点督办事项</a><span class="label label-warning" >关注</span></td>
-
- <td>XX</td>
- <td>2019年1月3日</td>
-
- <td>2019年2月1日</td>
- <td> <div class="progress progress-lg">
- <div class="progress-bar progress-bar-danger" style="width: 33%;" role="progressbar">33%</div>
- </div>
- </td>
- </tr>
- <tr>
- <td> 2 </td>
- <td><a href="javascript:void(0);" class="text-link">关于XXX的重点督办事项</a></td>
-
- <td>XX</td>
- <td>2019年1月3日</td>
-
- <td>2019年2月1日</td>
- <td>
- <div class="progress progress-lg">
- <div class="progress-bar progress-bar-success" style="width: 95%;" role="progressbar">95%</div>
- </div>
- </td>
- </tr>
- <tr>
- <td>3 </td>
- <td><a href="javascript:void(0);" class="text-link">关于XXX的重点督办事项</a><span class="label label-warning" >关注</span></td>
-
- <td>XX</td>
- <td>2019年1月3日</td>
-
- <td>2019年2月1日</td>
- <td><div class="progress progress-lg">
- <div class="progress-bar progress-bar-danger" style="width: 35%;" role="progressbar">35%</div>
- </div>
- </td>
- </tr>
- <tr>
- <td> 4 </td>
- <td><a href="javascript:void(0);" class="text-link">关于XXX的重点督办事项</a></td>
-
- <td>XX</td>
- <td>2019年1月3日</td>
-
- <td>2019年2月1日</td>
- <td><div class="progress progress-lg">
- <div class="progress-bar progress-bar-warning" style="width: 85%;" role="progressbar">85%</div>
- </div>
- </td>
- </tr>
- <tr>
- <td> 5 </td>
- <td><a href="javascript:void(0);" class="text-link">关于XXX的重点督办事项</a><span class="label label-warning" >关注</span></td>
-
- <td>XX</td>
- <td>2019年1月3日</td>
-
- <td>2019年2月1日</td>
- <td>
- <div class="progress progress-lg">
- <div class="progress-bar progress-bar-danger" style="width: 41%;" role="progressbar">41%</div>
- </div>
- </td>
- </tr>
- <tr>
- <td>6 </td>
- <td><a href="javascript:void(0);" class="text-link">关于XXX的重点督办事项</a><span class="label label-warning" >关注</span></td>
-
- <td>XX</td>
- <td>2019年1月3日</td>
-
- <td>2019年2月1日</td>
- <td><div class="progress progress-lg">
- <div class="progress-bar progress-bar-danger" style="width:45%;" role="progressbar">45%</div>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 第二部分 结束-->
- </div>
- </body>
- </html>
|