`
Franciswmf
  • 浏览: 782034 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

main.jsp备份

 
阅读更多

<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ taglib uri="/struts-tags" prefix="s"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%
 String path = request.getContextPath();
 String basePath = request.getScheme() + "://"
   + request.getServerName() + ":" + request.getServerPort()
   + path + "/";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>系统</title>
<link href="../images/images/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="<%=path %>/js/jquery.js"></script>
<!-- remind -->
<link rel="stylesheet" href="<%=path%>/css/main/remind.css" type="text/css">
<script type="text/javascript">
 function jst_index( ){
 window.open ("<%=basePath %>jstscheme", "", "height=400, width=100, top=200, left=800, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, status=no");
 }
 //通讯录
 function txl_jump(){
 window.location.href="<%=basePath %>pwmfcallPerson";
 }
</script>
<script type="text/javascript">
 $(document).ready(function(){//待办流程 _数量提示
     //GetOrderCountA()
    window.setTimeout("GetOrderCountA()",800);//0.8秒钟页面加载完成后再执行
      window.setInterval("GetOrderCountA()",10000);
      });
 $(document).ready(function(){//我的邮件_数量提示
     //GetOrderCountB()
      window.setTimeout("GetOrderCountB()",800);//0.8秒钟页面加载完成后再执行
      window.setInterval("GetOrderCountB()",10000);
      });
 
    $(document).ready(function(){//待办流程  
    document.getElementById('winpop').style.height='0px';//
    window.setTimeout("tips_pop()",800);//0.8秒钟完成后再执行
 window.setInterval("tips_pop()",10000);//10秒钟后刷新一次
      });
     $(document).ready(function(){//办结流程         
    document.getElementById('winpop2').style.height='0px';//
     window.setTimeout("tips_pop2()",800);//0.8秒钟完成后再执行
 window.setInterval("tips_pop2()",10000);//
      });
   
     $(document).ready(function(){//流程传阅
    document.getElementById('winpop13').style.height='0px';//
       window.setTimeout("tips_pop13()",800);//0.8秒钟完成后再执行
  window.setInterval("tips_pop13()",10000);//
      });
      $(document).ready(function(){//新邮件         
    document.getElementById('winpop3').style.height='0px';//
       window.setTimeout("tips_pop3()",800);//0.8秒钟完成后再执行
 window.setInterval("tips_pop3()",10000);//
      });
    
      $(document).ready(function(){//通知公告   
    document.getElementById('winpop4').style.height='0px';//
       window.setTimeout("tips_pop4()",800);//0.8秒钟完成后再执行
 window.setInterval("tips_pop4()",10000);//
      });
     
       $(document).ready(function(){//通知公告审核完毕
    document.getElementById('winpop8').style.height='0px';//
       window.setTimeout("tips_pop8()",800);//0.8秒钟完成后再执行
 window.setInterval("tips_pop8()",10000);//
      });
      
       $(document).ready(function(){//通知公告二次审核
    document.getElementById('winpop9').style.height='0px';//
       window.setTimeout("tips_pop9()",800);//0.8秒钟完成后再执行
  window.setInterval("tips_pop9()",10000);//
      });
   
    
  
     
       
      $(document).ready(function(){//报表管理
    document.getElementById('winpop6').style.height='0px';//
       window.setTimeout("tips_pop6()",800);//0.8秒钟完成后再执行
  window.setInterval("tips_pop6()",10000);//
      });
     
        $(document).ready(function(){//报表浏览
    document.getElementById('winpop7').style.height='0px';//
       window.setTimeout("tips_pop7()",800);//0.8秒钟完成后再执行
  window.setInterval("tips_pop7()",10000);//
      });
       
     
      
        $(document).ready(function(){//查看人审核
    document.getElementById('winpop10').style.height='0px';//
       window.setTimeout("tips_pop10()",800);//0.8秒钟完成后再执行
  window.setInterval("tips_pop10()",10000);//
      });
       
        $(document).ready(function(){//查看人二次审核
    document.getElementById('winpop11').style.height='0px';//
       window.setTimeout("tips_pop11()",800);//0.8秒钟完成后再执行
  window.setInterval("tips_pop11()",10000);//
      });
       
        $(document).ready(function(){//查看人浏览
    document.getElementById('winpop12').style.height='0px';//
       window.setTimeout("tips_pop12()",800);//0.8秒钟完成后再执行
  window.setInterval("tips_pop12()",10000);//
      });
       
    
        $(document).ready(function(){//即时通
    window.setTimeout("tips_pop5()",800);//0.8秒钟完成后再执行
        //tips_pop5();
 window.setInterval("tips_pop5()",10000);//
      });
     
</script>
<script type="text/javascript">

 // 待办流程_数量*****************************************************************************************************************
   function GetOrderCountA()
    {
      $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemindDBLC",
            data: "",
            success: function(data){
               if (data>0)
                   {
                    var old = document.getElementById("dblc");
                    old.innerHTML="<font size='1px'>("+data+"个)</font>";
                   }
                }
            });
     }
  
 // 首页我的邮件_数量*****************************************************************************************************************
   function GetOrderCountB()
    {
      $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemindWDYJ",
            data: "",
            success: function(data){
               if (data>0)
                   {
                    var olds = document.getElementById("wdyj");
                    olds.innerHTML="<font size='1px'>("+data+"封)</font>";
                   }
                }
            });
     }
   

 

</script>
<script type="text/javascript">
//待办流程111*****************************************************************************************************************
function tips_pop(){
 var MsgPop=document.getElementById("winpop");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conas=document.getElementById("conas");
 $.ajax({//待办流程
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind",
            data: "",
            success: function(data){
               if (data>0)
                   {
                 MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                    conas.innerHTML=data;
                   }else{
                 MsgPop.style.display="none";//那么将隐藏的窗口隐藏起来
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
 
  show=setInterval("changeH('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}

function changeH(str) {
 var MsgPop=document.getElementById("winpop");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//归档流程222*****************************************************************************************************************
function tips_pop2(){
 var MsgPop=document.getElementById("winpop2");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conbs=document.getElementById("conbs");
  $.ajax({//办结流程
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind2",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//
                   conbs.innerHTML=data;
                     //document.getElementById("flashid").style.display="none";//隐藏flash
                    // $.messager.lays(320, 230);
                    // $.messager.anim('fade', 1000);
                    // $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                    // '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新归档流程!<a href= "<%=basePath %>pwmfendProcess" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided2()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//
                // document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH2('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH2('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH2(str) {
 var MsgPop=document.getElementById("winpop2");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//新邮件333*****************************************************************************************************************
function tips_pop3(){
 var MsgPop=document.getElementById("winpop3");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var concs=document.getElementById("concs");
 $.ajax({//新邮件
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind3",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   //alert(data);
                   //alert("您有新邮件!");
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   concs.innerHTML=data;
                   //  document.getElementById("flashid").style.display="none";//隐藏flash
                  
                   //setTimeout("hided3()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
                // document.getElementById("flashid").style.display="block";//显示flash
               
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH3('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH3('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH3(str) {
 var MsgPop=document.getElementById("winpop3");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//部门通知公告444*****************************************************************************************************************
function tips_pop4(){
 var MsgPop=document.getElementById("winpop4");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conds=document.getElementById("conds");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind4",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   conds.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH4('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH4('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH4(str) {
 var MsgPop=document.getElementById("winpop4");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//即时通555*****************************************************************************************************************
function tips_pop5(){
 var cones=document.getElementById("cones");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind5",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   cones.innerHTML=data;
                   }else{
                   cones.innerHTML=0;
                   }
                }
            });
}
//报表审核666*****************************************************************************************************************
function tips_pop6(){
 var MsgPop=document.getElementById("winpop6");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var confs=document.getElementById("confs");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind6",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   confs.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH6('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH6('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH6(str) {
 var MsgPop=document.getElementById("winpop6");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//报表浏览777*****************************************************************************************************************
function tips_pop7(){
 var MsgPop=document.getElementById("winpop7");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var congs=document.getElementById("congs");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind7",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   congs.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH7('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH7('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH7(str) {
 var MsgPop=document.getElementById("winpop7");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//通知公告审核完毕*****************************************************************************************************************
function tips_pop8(){
 var MsgPop=document.getElementById("winpop8");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conhs=document.getElementById("conhs");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind8",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   conhs.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH8('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH8('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH8(str) {
 var MsgPop=document.getElementById("winpop8");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//通知公告二次审核*****************************************************************************************************************
function tips_pop9(){
 var MsgPop=document.getElementById("winpop9");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conis=document.getElementById("conis");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind9",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   conis.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH9('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH9('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH9(str) {
 var MsgPop=document.getElementById("winpop9");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//查看人审核*****************************************************************************************************************
function tips_pop10(){
 var MsgPop=document.getElementById("winpop10");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conis=document.getElementById("conjs");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind10",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   conis.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH10('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH10('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH10(str) {
 var MsgPop=document.getElementById("winpop10");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//查看人二次审核*****************************************************************************************************************
function tips_pop11(){
 var MsgPop=document.getElementById("winpop11");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conis=document.getElementById("conks");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind11",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   conis.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH11('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH11('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH11(str) {
 var MsgPop=document.getElementById("winpop11");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//查看人浏览*****************************************************************************************************************
function tips_pop12(){
 var MsgPop=document.getElementById("winpop12");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conis=document.getElementById("conls");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind12",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   conis.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH12('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH12('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH12(str) {
 var MsgPop=document.getElementById("winpop12");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}
//流程传阅*****************************************************************************************************************
function tips_pop13(){
 var MsgPop=document.getElementById("winpop13");//获取窗口这个对象,即ID为winpop的对象
 var popH=parseInt(MsgPop.style.height);//用parseInt将对象的高度转化为数字,以方便下面比较
 var conis=document.getElementById("conms");
  $.ajax({
            type: "get",
            dataType: "html",
            url: "<%=basePath %>remindaddRemind13",
            data: "",
            success: function(data){
               if (data>0)
                   {
                   MsgPop.style.display="block";//那么将隐藏的窗口显示出来
                   conis.innerHTML=data;
                    // document.getElementById("flashid").style.display="none";//隐藏flash
                   //  $.messager.lays(320, 230);
                   //  $.messager.anim('fade', 1000);
                  //   $.messager.show('<font color=WHITE> 系统消息</font><img src="../images/after/sys.gif"/>',
                  //   '<p> <img src="../images/aa/ff.gif"/>您有<font color=red>'+data+'</font>个新部门通知公告审核!<a href= "<%=basePath %>jumpSelectAnnounannouncement" target="mainFrame">>>进入查看</a></p>',10000);
                  // setTimeout("hided4()",11000);//延迟十一秒执行
                   }else{
                   MsgPop.style.display="none";//那么将隐藏的窗口显示出来
               //  document.getElementById("flashid").style.display="block";//显示flash
                   }
                }
            });
 if (popH==0){//如果窗口的高度是0
  
  show=setInterval("changeH13('up')",2);//开始以每0.002秒调用函数changeH("up"),即每0.002秒向上移动一次
 }
 else {//否则
  hide=setInterval("changeH13('down')",2);//开始以每0.002秒调用函数changeH("down"),即每0.002秒向下移动一次
 }
}
function changeH13(str) {
 var MsgPop=document.getElementById("winpop13");
 var popH=parseInt(MsgPop.style.height);
 if(str=="up"){     //如果这个参数是UP
  if (popH<=100){    //如果转化为数值的高度小于等于100
   MsgPop.style.height=(popH+4).toString()+"px";//高度增加4个象素
  } else {
   clearInterval(show);//否则就取消这个函数调用,意思就是如果高度超过100象度了,就不再增长了
  }
 }
 if(str=="down"){
  if (popH>=4){//如果这个参数是down
   MsgPop.style.height=(popH-4).toString()+"px";//那么窗口的高度减少4个象素
  } else {//否则
   clearInterval(hide);    //否则就取消这个函数调用,意思就是如果高度小于4个象度的时候,就不再减了
   MsgPop.style.display = "none";  //因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉
  }
 }
}

     
</script>

<script type="text/javascript">
//erp模式化窗口
 function GetDate()
{
window.showModalDialog ("erp.jsp", '',
    "status:no;center:yes;scroll:no;resizable:no;help:no;dialogWidth:420px;dialogHeight:320px");
}
    </script>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="../images/images/navbg.jpg">
  <tr>
    <td width="37"><img src="../images/images/dot5.jpg" width="37" height="35" ></td>
    <td>当前位置:首页
    <!--
    <a href="divv.jsp">divv</a>
    <a href="divv2.jsp">divv2</a>
    --></td>
    <td width="80"><img src="../images/images/notice.jpg" width="80" height="35"></td>
    <td width="16"><img src="../images/images/notice_l.jpg" width="16" height="35"></td>
    <td width="390" background="../images/images/notice_bg.jpg" style="color:#FF0000">
 <marquee direction="left" scrollamount="2" scrolldelay="40" onMouseOut="start()" onMouseOver="stop()">
<s:iterator var="newsinfo" value="#session.NEWSINFOGD" status="st">
            <s:if test="#st.getCount()<6">
            <a href="<%=basePath %>getallNewsInfoidnews?newsid=${newsinfo.newsId}" class="khs">?<s:property value="newsTitle"/>&nbsp;[<s:date name="publishDate" format="yyyy-MM-dd" />]</a>
            </s:if>
            </s:iterator>
</marquee></td>
    <td width="20"><img src="../images/images/notice_r.jpg" width="16" height="35"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="16" cellpadding="0">
  <tr>
    <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#BFDAEF">
      <tr>
        <td height="206" valign="top" bgcolor="#FFFFFF">
  <SCRIPT language="javascript" type="text/javascript">
   function shownews(newsbtid,newsnumber)
   {
    for (i = 0;i<newsnumber+1;i++)
    {
     document.getElementById("tab_newsbt"+i).className = "newssub02";
     document.getElementById("tab_newsdiv"+i).style.display = "none";
     document.getElementById("tab_news1div"+i).style.display = "none";
    }
    document.getElementById("tab_newsbt"+newsbtid).className = "newssub01";
    document.getElementById("tab_newsdiv"+newsbtid).style.display = "";
    document.getElementById("tab_news1div"+newsbtid).style.display = "";
   }
   </SCRIPT>
  <table width="100%" border="0" cellpadding="0" cellspacing="0" background="../images/images/barbtbg.jpg">
              <tr>
      <td width="8"></td>
                <td height="31" align="center" class="newssub01" id="tab_newsbt0" onClick="shownews('0',1)">通知公告</td>
    <td width="4"></td>
    <td align="center" class="newssub02" id="tab_newsbt1" onClick="shownews('1',1)">公司新闻</td>
    <td >&nbsp;</td>
    <td width="91" align="center" background="../images/images/barbtr.jpg">
    <div align="right" style="margin-right:12px; color:#0037A8; margin-bottom:5px;" id="tab_news1div0"><a href="<%=basePath %>getallAnnouncement_twoannouncement" target="mainFrame" class="kmore">更多</a>&gt;&gt;</div>
    <div align="right" style="margin-right:12px; color:#0037A8; margin-bottom:5px; display: none;" id="tab_news1div1"><a href="<%=basePath %>getallNewsInfonews" target="mainFrame" class="kmore">更多</a>&gt;&gt;</div>
    </td>
              </tr>
         </table>    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="13" id="tab_newsdiv0">
     <s:iterator var="announcement" value="#session.ANNOUN" status="st">
     <s:if test="#st.getCount()<6">
            <tr>
              <td><img src="../images/images/dot.jpg" width="9" height="9">&nbsp;<a href="<%=basePath %>getallAnnouncementidannouncement?delid=${announcement.id}">
              <s:property value="title" />
               </a>&nbsp;</td>
              <td width="100" align="right" class="fontt">[<s:date format="yyyy-MM-dd" name="insertTime" />]</td>
            </tr>
            </s:if>
            </s:iterator>
            <c:if test="${empty ANNOUN}">
                    <tr>
      <td colspan="2" align="left">
        <img src="../images/images/dot.jpg" width="9" height="9">&nbsp;暂无通知公告
      </td>
     </tr>
                    </c:if>
          </table>       
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="13" id="tab_newsdiv1" style="display:none;">
            <s:iterator var="newsinfo" value="#session.NEWSINFOSY" status="st">
            <s:if test="#st.getCount()<6">
            <tr>
              <td><img src="../images/images/dot.jpg" width="9" height="9">&nbsp;<a href="<%=basePath %>getallNewsInfoidnews?newsid=${newsinfo.newsId}"> <s:property
          value="newsTitle" /> </a>&nbsp;</td>
              <td width="100" align="right" class="fontt">[<s:date name="publishDate" format="yyyy-MM-dd" />]</td>
            </tr>
            </s:if>
            </s:iterator>
             <c:if test="${empty NEWSINFOSY}">
                    <tr>
      <td colspan="2" align="left">
        <img src="../images/images/dot.jpg" width="9" height="9">&nbsp;暂无公司新闻
      </td>
     </tr>
                    </c:if>
          </table>   
    </td>
      </tr>
      <tr>
        <td height="206" valign="top" bgcolor="#FFFFFF">
  <SCRIPT language="javascript" type="text/javascript">
   function showb2(b2btid,b2number)
   {
    for (i = 0;i<b2number+1;i++)
    {
     document.getElementById("tab_b2bt"+i).className = "newssub02";
     document.getElementById("tab_b2div"+i).style.display = "none";
     document.getElementById("tab_b22div"+i).style.display = "none";
    }
    document.getElementById("tab_b2bt"+b2btid).className = "newssub01";
    document.getElementById("tab_b2div"+b2btid).style.display = "";
    document.getElementById("tab_b22div"+b2btid).style.display = "";
   }
   </SCRIPT>
            <table width="100%" border="0" cellpadding="0" cellspacing="0" background="../images/images/barbtbg.jpg">
              <tr>
                <td width="8"></td>
                <td height="31" align="center" class="newssub01" id="tab_b2bt0" onClick="showb2('0',1)">
            
       待办流程  <font color="#000066"><span id="dblc"style="padding-left:1"></span></font>
               </td>
                <td width="4"></td>
                <td align="center" class="newssub02" id="tab_b2bt1" onClick="showb2('1',1)">
               
                
       我的邮件 <font color="#000066"><span id="wdyj"style="padding-left:1"></span></font>
        </td>
                <td >&nbsp;</td>
                <td width="91" align="center" background="../images/images/barbtr.jpg">
                <div align="right" style="margin-right:12px; color:#0037A8; margin-bottom:5px;" id="tab_b22div0"><a href="<%=basePath %>pwmfactiveProcess" target="mainFrame" class="kmore">更多</a>&gt;&gt;</div>
                <div align="right" style="margin-right:12px; color:#0037A8; margin-bottom:5px; display: none;" id="tab_b22div1"><a href="<%=basePath %>getMailemail" target="mainFrame" class="kmore">更多</a>&gt;&gt;</div></td>
              </tr>
            </table>
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="13" id="tab_b2div0">
          <!-- 待办流程 -->
          <s:iterator var="process" value="#session.PROCESS" status="st">
          <s:if test="#st.getCount()<6">
              <tr>
                <td>
                <img src="../images/images/dot.jpg" width="9" height="9">&nbsp;
                <a href="<%=basePath %>pwmfaddToMainViewSY?id=<s:property value='id'/>">
        
        需要您处理的第${st.index+1}个流程,点击进入处理
    </a>&nbsp;
    
    </td>
                <td width="100" align="right" class="fontt">[${fn:substring(startTime,0,10)}]</td>
              </tr>
              </s:if>
              </s:iterator>
             <c:if test="${empty PROCESS}">
                    <tr>
      <td colspan="2" align="left">
        <img src="../images/images/dot.jpg" width="9" height="9">&nbsp;暂无待办流程
      </td>
     </tr>
                    </c:if>
            </table>
            <!-- 我的邮件 -->
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="13" id="tab_b2div1" style="display:none;">
          <s:iterator var="rule" value="#session.MAIL" status="st">
          <s:if test="#st.getCount()<6 && state !=3">
              <tr>
                <td>
                 <img src="../images/images/dot.jpg" width="9" height="9">&nbsp;
                 <a href="<%=basePath %>getMailByIdemail?mailId=<s:property value='mailId'/>&flag=3">
                   <s:if test="state==0"><font color=""><s:property value="mailTitle" /> </font></s:if>
                   <s:elseif test="state==1"><s:property value="mailTitle" /></s:elseif>
                 </a>&nbsp;r
                </td>
                <td width="100" align="right" class="fontt">
                 [<s:date name="beginTime" format="yyyy-MM-dd" />]
                </td>
              </tr>
              </s:if>
              </s:iterator>
                <c:if test="${empty MAIL}">
                    <tr>
      <td colspan="2" align="left">
        <img src="../images/images/dot.jpg" width="9" height="9">&nbsp;暂无邮件
      </td>
     </tr>
                    </c:if>
          </table></td>
      </tr>
      <tr>
        <td height="206" valign="top" bgcolor="#FFFFFF"><SCRIPT language="javascript" type="text/javascript">
   function showb3(b3btid,b3number)
   {
    for (i = 0;i<b3number+1;i++)
    {
     document.getElementById("tab_b3bt"+i).className = "newssub02";
     document.getElementById("tab_b3div"+i).style.display = "none";
     document.getElementById("tab_b33div"+i).style.display = "none";
    }
    document.getElementById("tab_b3bt"+b3btid).className = "newssub01";
    document.getElementById("tab_b3div"+b3btid).style.display = "";
    document.getElementById("tab_b33div"+b3btid).style.display = "";
   }
   </SCRIPT>
            <table width="100%" border="0" cellpadding="0" cellspacing="0" background="../images/images/barbtbg.jpg">
              <tr>
                <td width="8"></td>
                <td height="31" align="center" class="newssub01" id="tab_b3bt0" onClick="showb3('0',1)">规章制度</td>
                <td width="4"></td>
                <td align="center" class="newssub02" id="tab_b3bt1" onClick="showb3('1',1)">党建工作</td>
                <td >&nbsp;</td>
                <td width="91" align="center" background="../images/images/barbtr.jpg">
                <div align="right" style="margin-right:12px; color:#0037A8; margin-bottom:5px;" id="tab_b33div0"><a href="<%=basePath %>getallRulesrule" target="mainFrame" class="kmore">更多</a>&gt;&gt;</div>
                <div align="right" style="margin-right:12px; color:#0037A8; margin-bottom:5px; display: none;" id="tab_b33div1"><a href="<%=basePath %>getallPartyWorkwork" target="mainFrame" class="kmore">更多</a>&gt;&gt;</div></td>
              </tr>
            </table>
            <!-- 规章制度 -->
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="13" id="tab_b3div0">
          <s:iterator var="rule" value="#session.RULUES" status="st">
          <s:if test="#st.getCount()<6">
              <tr>
                <td><img src="../images/images/dot.jpg" width="9" height="9">&nbsp;<a href="<%=basePath %>getallRulesidrule?getid=${rule.ruleId}"> <s:property
          value="ruleTitle" /> </a>&nbsp;</td>
                <td width="100" align="right" class="fontt">[<s:date format="yyyy-MM-dd" name="beginTime" />]</td>
              </tr>
              </s:if>
              </s:iterator>
              <c:if test="${empty RULUES}">
                    <tr>
      <td colspan="2" align="left">
        <img src="../images/images/dot.jpg" width="9" height="9">&nbsp;暂无规章制度
      </td>
     </tr>
                    </c:if>
            </table>
            <!-- 党建工作 -->
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="13" id="tab_b3div1" style="display:none;">
          <s:iterator var="partywork" value="#session.PARTYWORKS" status="st">
          <s:if test="#st.getCount()<6">
              <tr>
                <td><img src="../images/images/dot.jpg" width="9" height="9">&nbsp;<a href="<%=basePath %>getallPartyWorkidwork?id=${partywork.partyId}">
        <s:property value="ptitle" />
       </a>&nbsp;</td>
                <td width="100" align="right" class="fontt">[<s:date format="yyyy-MM-dd" name="publicTime" />]</td>
              </tr>
              </s:if>
              </s:iterator>
               <c:if test="${empty PARTYWORKS}">
                    <tr>
      <td colspan="2" align="left">
        <img src="../images/images/dot.jpg" width="9" height="9">&nbsp;暂无党建工作
      </td>
     </tr>
                    </c:if>
          </table></td>
      </tr>
    </table></td>
    <td width="288" valign="top">
    <script type="text/javascript">
function setCurrentTime(tm){
 var temp = document.getElementById("info_time");
 if( temp )
  temp.innerHTML = tm;
}
function getCurrentTime(){
 var Stamp = new Date();
 var year = Stamp.getFullYear();
 var month = Stamp.getMonth() + 1;
 var day = Stamp.getDate();
 var hours = Stamp.getHours();
 var minutes = Stamp.getMinutes();
 var seconds = Stamp.getSeconds();
    var week;
       switch (Stamp.getDay()){
       case 1: week="星期一"; break;
       case 2: week="星期二"; break;
       case 3: week="星期三"; break;
       case 4: week="星期四"; break;
       case 5: week="星期五"; break;
       case 6: week="星期六"; break;
       case 0: week="星期日"; break;
 } 
 msg = year + "-" + (month<10?"0"+month:month) + "-" + (day<10?"0"+day:day) + " "
  + (hours<10?"0"+hours:hours) + ":" + (minutes<10?"0"+minutes:minutes) + ":" + (seconds<10?"0"+seconds:seconds);
  
 setCurrentTime(msg);
}
</script>

<script type="text/javascript">
getCurrentTime();
window.setInterval("getCurrentTime()", 1000);

</script>
 <table width="288" border="0" cellpadding="0" cellspacing="1" bgcolor="#BFDAEF">
      <tr>
        <td height="184" valign="top" bgcolor="#FFFFFF">
  <table width="280" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:3px auto;">
          <tr>
            <td width="185" height="71" colspan="5" valign="top" background="../images/images/rbg.jpg"><div align="left" style="line-height:1.8; margin-left:62px; margin-top:17px;"><strong style="font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;"><s:property value="#session.USERS.truthName" /></strong>&nbsp;&nbsp;您好!<br>
              登录时间:<label id="info_time"></label></div>
              <div id="MyNoticesDiv" style="height: 195;width: 195">
</div><!--
              <a href="daojs.jsp">倒计时演示</a>
              --></td>
             
            </tr>
        </table>
  <table width="286" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
           <td width="10">&nbsp;</td>
            <td width="40" align="center"><img src="../images/images/dot2.jpg" width="14" height="14" align="absmiddle"></td>
            <td width="52" style="color:#0037A8;">短消息:</td>
            <td width="50" style="font-family:Verdana, Arial, Helvetica, sans-serif;"><a href="javascript:jst_index()" class="knum"><span id="cones"  style="padding-left:1"></span></a>&nbsp;条</td>
            <td width="134">
            <a href="javascript:jst_index()">
            <img src="../images/images/jst.jpg" width="57" height="20" border="0">
            </a>&nbsp;
            <a href="javascript:txl_jump()">
            <img src="../images/images/txl.jpg" width="57" height="20" border="0">
            </a>
            </td>
          </tr>
          <tr>
            <td colspan="5"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td height="21" background="../images/images/rhline.jpg">&nbsp;</td>
                </tr>
            </table></td>
          </tr>
        </table>
  <table width="286" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="10">&nbsp;</td>
            <td width="40" height="25" align="center"><img src="../images/images/dot3.jpg" width="14" height="14"></td>
            <td width="41" style="color:#0037A8;">日期:</td>
            <td width="195" style="font-family:Verdana, Arial, Helvetica, sans-serif;">
            <script language="JavaScript" type="text/javascript">     
         //<!---                                                                                   
        today=new Date();                                                                                   
        var hours = today.getHours();
        var minutes = today.getMinutes(); 
        var seconds = today.getSeconds(); 
        var timeValue = "" + ((hours >12) ? hours -12 :hours);  
        timeValue += ((minutes < 10) ? ":0" : ":") + minutes+"";  
        timeValue += (hours >= 12) ? "PM" : "AM";   
        function initArray(){     
            this.length=initArray.arguments.length        
            for(var i=0;i<this.length;i++)           
            this[i+1]=initArray.arguments[i] 
  }      
        var d=new initArray(" 星期日"," 星期一"," 星期二"," 星期三"," 星期四"," 星期五"," 星期六");
    document.write("",today.getFullYear(),"年",today.getMonth()+1,"月",today.getDate(),"日","\n",d[today.getDay()+1]);
          //-->                                                                                   
        </script></td>
            </tr>
          <tr>
            <td align="center">&nbsp;</td>
            <td height="25" align="center"><img src="../images/images/dot4.jpg" width="14" height="14"></td>
            <td style="color:#0037A8;">天气:</td>
            <td><iframe src="http://m.weather.com.cn/m/pn4/weather.htm?id=101220101T " width="180" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe></td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td height="128" valign="top" bgcolor="#FFFFFF"><table width="286" height="26" border="0" align="center" cellpadding="0" cellspacing="0" background="../images/images/rb1.jpg">
          <tr>
            <td><div align="left" class="barbs" style="margin-left:30px; margin-top:2px;">系统链接</div></td>
            <td align="right"><div align="right" style="margin-right:14px; color:#0037A8;">
           
            <!--<a href="#" target="mainFrame" class="kmore">更多</a>&gt;&gt;
           
            --></div></td>
          </tr>
        </table>
          <table width="94%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:15px;">
            <tr>
              <td align="center"><a href="http://192.168.12.37:8081/ProductionInspectionReportWeb" target="_blank"><img src="../images/images/rbt1.jpg" width="79" height="73" border="0"></a></td>
              <td align="center"><!--
              <a href="ftp://192.168.12.37:200" target="_blank">
              -->
              <a href="\\192.168.12.31\" target="_blank">
              <img src="../images/images/rbt3.jpg" width="79" height="73" border="0">
              </a></td>
               <td align="center">
             
<img src="../images/images/rbt2.jpg" width="79" height="73" border="0" onclick="javascript:GetDate();" style="cursor:hand">
</td>
            </tr>
          </table></td>
      </tr>
       <tr>
        <td height="183" align="center" bgcolor="#FFFFFF">
        <div style="display: block" id="flashid">
        <a href="#">
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="268" height="163">
            <param name="movie" value="../images/images/bn.swf">
            <param name="quality" value="high">
             <param name="wmode" value="transparent">
            <embed src="../images/images/bn.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="268" height="163"></embed>
          </object>
        </a>
        </div>
        </td>
      </tr>
      <tr>
        <td height="122" valign="top" bgcolor="#FFFFFF"><table width="286" height="26" border="0" align="center" cellpadding="0" cellspacing="0" background="../images/images/rb1.jpg">
          <tr>
            <td><div align="left" class="barbs" style="margin-left:30px; margin-top:2px;">其他链接</div></td>
            <td align="right"><div align="right" style="margin-right:14px; color:#0037A8;"><a href="<%=path %>/pwmflinkWebsites" target="mainFrame" class="kmore">更多</a>&gt;&gt;</div></td>
          </tr>
        </table>

          </td>
      </tr>
    
    </table>

    </td>
  </tr>
</table>
<!-- 弹出窗口:查看人审核 -->
<div id="winpop10">
<div class="title10">报表中心<img src="../images/after/sys.gif"/>
<span class="close10" >
<img src="../images/after/can14.gif" onclick="tips_pop10()"/></span>
</div>
<div class="con10"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>getallreportreportInfo" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="conjs"  style="padding-left:1"></span>
</font>个报表需要审核</a>
</div>
</div>
<!-- 弹出窗口:二次审核提醒 -->
<div id="winpop9">
<div class="title9">通知公告<img src="../images/after/sys.gif"/>
<span class="close9" >
<img src="../images/after/can14.gif" onclick="tips_pop9()"/></span>
</div>
<div class="con9"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>jumpSecondAuditannouncement" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="conis"  style="padding-left:1"></span>
</font>个通知公告需要审核</a>
</div>
</div>
<!-- 弹出窗口:通知公告审核完毕 -->
<div id="winpop8">
<div class="title8">通知公告<img src="../images/after/sys.gif"/>
<span class="close8" >
<img src="../images/after/can14.gif" onclick="tips_pop8()"/></span>
</div>
<div class="con8"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>myAnnouannouncement" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="conhs"  style="padding-left:1"></span>
</font>个通知公告审核完毕</a>
</div>
</div>
<!-- 弹出窗口:报表浏览 -->
<div id="winpop7">
<div class="title7">报表中心<img src="../images/after/sys.gif"/>
<span class="close7" >
<img src="../images/after/can14.gif" onclick="tips_pop7()"/></span>
</div>
<div class="con7"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>getReportInfoList2reportInfo" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="congs"  style="padding-left:1"></span>
</font>个报表需要查看</a>
</div>
</div>


<!-- 弹出窗口:报表管理 -->
<div id="winpop6">
<div class="title6">报表中心<img src="../images/after/sys.gif"/>
<span class="close6" >
<img src="../images/after/can14.gif" onclick="tips_pop6()"/></span>
</div>
<div class="con6"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>getallreport2reportInfo" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="confs"  style="padding-left:1"></span>
</font>个报表需要处理</a>
</div>
</div>


<!-- 弹出窗口4:未审通知公告-->
<div id="winpop4">
<div class="title4">
部门通知公告审核
<img src="../images/after/sys.gif"/>
<span class="close4">
<img src="../images/after/can14.gif" onclick="tips_pop4()"/>
</span>
</div>
<div class="con4">
<img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>jumpSelectAnnounannouncement" style="cursor:hand" title="进入查看">
您有<font color="red">
<span id="conds"  style="padding-left:1"></span>
</font>个通知公告需要处理</a>
</div>
</div>
<!-- 弹出窗口 3:未读邮件-->
<div id="winpop3">
<div class="title3">未读邮件<img src="../images/after/sys.gif"/>
<span class="close3">
<img src="../images/after/can14.gif" onclick="tips_pop3()"/></span>
</div>
<div class="con3">
<img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>getMailemail" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="concs" style="padding-left:1"></span>
</font>封未读邮件</a>
</div>
</div>
<!-- 弹出窗口 2:办结流程-->
<div id="winpop2">
<div class="title2">归档流程<img src="../images/after/sys.gif"/>
<span class="close2">
<img src="../images/after/can14.gif" onclick="tips_pop2()"/></span>
</div>
<div class="con2"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>pwmfendProcess" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="conbs"  style="padding-left:1"></span>
</font>个归档流程</a></div>
</div>

<!-- 弹出窗口:待办流程 -->
<div id="winpop">
<div class="title">待办流程 <img src="../images/after/sys.gif"/>
<span class="close" >
<img src="../images/after/can14.gif" onclick="tips_pop()"/></span>
</div>
<div class="con"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>pwmfactiveProcess" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="conas"  style="padding-left:1"></span>
</font>个待办流程</a>
</div>
</div>

<!-- 弹出窗口:查看人二次审核 -->
<div id="winpop11">
<div class="title11">报表中心<img src="../images/after/sys.gif"/>
<span class="close11" >
<img src="../images/after/can14.gif" onclick="tips_pop11()"/></span>
</div>
<div class="con11"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>getallreportTwoReportInfo" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="conks"  style="padding-left:1"></span>
</font>个报表需要审核</a>
</div>
</div>

<!-- 弹出窗口:查看人浏览 -->
<div id="winpop12">
<div class="title12">报表中心<img src="../images/after/sys.gif"/>
<span class="close12" >
<img src="../images/after/can14.gif" onclick="tips_pop12()"/></span>
</div>
<div class="con12"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>getReportInfoListreportInfo" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="conls"  style="padding-left:1"></span>
</font>个报表需要查看</a>
</div>
</div>

<!-- 弹出窗口:流程传阅 -->
<div id="winpop13">
<div class="title13">流程传阅<img src="../images/after/sys.gif"/>
<span class="close13" >
<img src="../images/after/can14.gif" onclick="tips_pop13()"/></span>
</div>
<div class="con13"><img src="../images/after/wdmail.gif"/>&nbsp;&nbsp;
<a href="<%=basePath %>pwmfhandReadProcess" style="cursor:hand" title="进入查看">
您有<font color="red"><span id="conms"  style="padding-left:1"></span>
</font>个流程需要查阅</a>
</div>
</div>

</body>
</html>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics