亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? menu.vm

?? 負責公文的傳輸及一些處理功能
?? VM
字號:
<HTML>
<HEAD><TITLE>菜單</TITLE>
#parse("/menu/constant.vm")
<META http-equiv=Content-Type content=text/html;CHARSET=gb2312>
<STYLE>DIV {POSITION: absolute}</STYLE>
<SCRIPT language="JavaScript" src="$request.getContextPath()/jslib/crossbrowser.js"></SCRIPT>
<SCRIPT language="JavaScript" src="$request.getContextPath()/jslib/outlook.js"></SCRIPT>
<SCRIPT language="javascript">
  function logout(){
    parent.parent.window.navigate("$request.getContextPath()/index.jsp");
  }

  function changePage(call1){	
    var ret = parent.frmright.pageStatus(call1);
	if(ret == "1"){
	  parent.frmright.thisForm.where.value="";
      parent.frmright.createPage(call1);      
	}else{
	  if(call1 == "02") parent.frmright.location = "$request.getContextPath()/senddoc/fileselect.vm";
      if(call1 == "20") parent.frmright.location = "$request.getContextPath()/sendDocAction.do?method=draftlist";
	  if(call1 == "21") parent.frmright.location = "$request.getContextPath()/sendDocAction.do?method=unsealList";
      if(call1 == "22") parent.frmright.location = "$request.getContextPath()/sendDocAction.do?method=unsendList";
	  if(call1 == "23") parent.frmright.location = "$request.getContextPath()/sendDocAction.do?method=sendedList";
	  if(call1 == "210") parent.frmright.location = "$request.getContextPath()/sendDocAction.do?method=deleteList";
	  if(call1 == "31") parent.frmright.location = "$request.getContextPath()/guiDocAction.do?method=archiveList&status=1";
  	  if(call1 == "10") parent.frmright.location = "$request.getContextPath()/recvDocAction.do?method=unsignList&unitId=$!userinfo.getUnit().getUnitId()";
	  if(call1 == "12") parent.frmright.location = "$request.getContextPath()/recvDocAction.do?method=signedList&unitId=$!userinfo.getUnit().getUnitId()";
	  if(call1 == "14") parent.frmright.location = "$request.getContextPath()/recvDocAction.do?method=jushouList&unitId=$!userinfo.getUnit().getUnitId()";
	  if(call1 == "30") parent.frmright.location = "$request.getContextPath()/guiDocAction.do?method=archiveList&status=0";
	}
  }
  
  var menuWidth = screenSize.width;
  var menuHeight = screenSize.height;
  var o = new createOutlookBar('Bar',0,0,menuWidth, menuHeight,'#f0f0f0','#ffffff');
  o.background = "$request.getContextPath()/image/list_table_head_02.gif";
  var p;
  #if($userinfo.hasPermission(1))
    p = new createPanel('recvdoc','收文管理');
    #if($userinfo.hasPermission($RECVDOC_SIGN_LIST) || $userinfo.hasPermission($RECVDOC_SIGN_PRINT) || $userinfo.hasPermission($RECVDOC_SIGN_READ) || $userinfo.hasPermission($RECVDOC_SIGN_LOOKFOR))
      p.addButton('$request.getContextPath()/menu/images/recvdoc.gif','待簽收文件','changePage("10");');
    #end
    #if($userinfo.hasPermission($RECVDOC_SIGN_LIST) || $userinfo.hasPermission($RECVDOC_SIGN_PRINT) || $userinfo.hasPermission($RECVDOC_SIGN_GUIDANG) || $userinfo.hasPermission($RECVDOC_SIGN_READ) || $userinfo.hasPermission($RECVDOC_SIGN_LOOKFOR))
	  p.addButton('$request.getContextPath()/menu/images/senddoc.gif','己簽收文件','changePage("12");');
    #end
    #if($userinfo.hasPermission($RECVDOC_SIGN_LIST) || $userinfo.hasPermission($RECVDOC_SIGN_PRINT) || $userinfo.hasPermission($RECVDOC_SIGN_GUIDANG) || $userinfo.hasPermission($RECVDOC_SIGN_READ) || $userinfo.hasPermission($RECVDOC_SIGN_LOOKFOR))
      p.addButton('$request.getContextPath()/menu/images/meeting.gif','己退回文件','changePage("14");');
    #end
    o.addPanel(p);
  #end
  #if($userinfo.hasPermission(2))
    p = new createPanel('senddoc','發文管理');
    #if($userinfo.hasPermission($SENDDOC_CREATE))
      p.addButton('$request.getContextPath()/menu/images/senddoc.gif','新建發文','changePage("02");');
    #end
    #if($userinfo.hasPermission($UNSIGN_SENDDOC_LIST) || $userinfo.hasPermission($UNSIGN_SENDDOC_SIGN) || $userinfo.hasPermission($UNSIGN_SENDDOC_READ) || $userinfo.hasPermission($UNSIGN_SENDDOC_LOOKFOR) || $userinfo.hasPermission($UNSIGN_SENDDOC_DELETE))
      p.addButton('$request.getContextPath()/menu/images/address.gif','待審核文件','changePage("21");');
    #end
    #if ($userinfo.hasPermission($UNSEND_SENDDOC_LIST) || $userinfo.hasPermission($UNSEND_SENDDOC_SEND) || $userinfo.hasPermission($UNSEND_SENDDOC_READ) || $userinfo.hasPermission($UNSEND_SENDDOC_LOOKFOR))
      p.addButton('$request.getContextPath()/menu/images/mail.gif','待發送文件','changePage("22");');
    #end
    #if ($userinfo.hasPermission($SENDED_SENDDOC_LIST) || $userinfo.hasPermission($SENDED_SENDDOC_READ) || $userinfo.hasPermission($SENDED_SENDDOC_LOOKFOR) || $userinfo.hasPermission($SENDED_SENDDOC_RESEND))
      p.addButton('$request.getContextPath()/menu/images/meeting.gif','已發送文件','changePage("23");');
    #end
    o.addPanel(p);
  #end
  
  #if ($userinfo.hasPermission($SYSMANAGE)  || $userinfo.isAdmin())
	p = new createPanel('sysadmin','系統管理');
    p.addButton('$request.getContextPath()/menu/images/self.gif','本單位信息','parent.frmright.location="$request.getContextPath()/orgnization/viewselfunit.vm";parent.parent.topMenu.location="$request.getContextPath()/root/topmenu.vm"');
    p.addButton('$request.getContextPath()/menu/images/dept.gif','本單位部門','parent.frmright.location="$request.getContextPath()/deptList.do?method=deptList&unitId=$!userinfo.getUnit().getUnitId()&start=1";parent.parent.topMenu.location="$request.getContextPath()/root/topmenu.vm"');
    p.addButton('$request.getContextPath()/menu/images/person.gif','本單位人員','parent.frmright.location="$request.getContextPath()/useradmin.do?method=userlist&start=1";parent.parent.topMenu.location="$request.getContextPath()/root/topmenu.vm"');
    p.addButton('$request.getContextPath()/menu/images/regist.gif','本單位角色','parent.frmright.location="$request.getContextPath()/roleList.do?method=roleList&unitId=$!userinfo.getUnit().getUnitId()&start=1";parent.parent.topMenu.location="$request.getContextPath()/root/topmenu.vm"');
    p.addButton('$request.getContextPath()/menu/images/lowerunit.gif','直屬單位','parent.frmright.location="$request.getContextPath()/unitList.do?method=unitList&unitId=$!userinfo.getUnit().getUnitId()&start=1";parent.parent.topMenu.location="$request.getContextPath()/root/topmenu.vm"');
    p.addButton('$request.getContextPath()/menu/images/danweiqunzu.gif','單位群組','parent.frmright.location="$request.getContextPath()/groupList.do?method=groupList&unitId=$!userinfo.getUnit().getUnitId()&start=1";parent.parent.topMenu.location="$request.getContextPath()/root/topmenu.vm"');
	#if ($userinfo.getUnit().getFatherId() == "0")
		p.addButton('images/book.gif','字典信息設置','parent.frmright.location="$request.getContextPath()/dictionlist.do?method=listState";parent.parent.topMenu.location="$request.getContextPath()/root/topmenu.vm"');
	#end
    o.addPanel(p);
  #end
  p = new createPanel('logout','退出系統');
  p.addButton('$request.getContextPath()/menu/images/home.gif','退出系統','location="javascript:logout()"');
  o.addPanel(p);
  o.draw();         //draw the OutlookBar

//-----------------------------------------------------------------------------
//functions to manage window resize
//-----------------------------------------------------------------------------
//resize OP5 (test screenSize every 100ms)
function resize_op5() {
  var defaultPanel = 0;//設置初始菜單
  o.showPanel(defaultPanel);
  if (bt.op5) {
    o.showPanel(o.aktPanel);
    var s = new createPageSize();
    if ((screenSize.width!=s.width) || (screenSize.height!=s.height)) {
      screenSize=new createPageSize();
      //need setTimeout or resize on window-maximize will not work correct!
      setTimeout("o.resize(0,0,screenSize.width,screenSize.height)",100);
    }
    setTimeout("resize_op5()",100);
  }
}
function showp(pan){
  o.showPanel(pan);
}
//resize IE & NS (onResize event!)
function myOnResize() {
  if (bt.ie4 || bt.ie5 || bt.ns5) {
    var s=new createPageSize();
    o.resize(0,0,s.width,s.height);
  }
  else
    if (bt.ns4) location.reload();
}
</SCRIPT>
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY onresize=myOnResize(); bgColor=#9B0028 onload=resize_op5(); scroll=no style="MARGIN: 0px" style="background:#527589">
</BODY>
</HTML>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品国产成人国产三级| 91亚洲国产成人精品一区二三| 国产在线不卡一区| 成人综合婷婷国产精品久久| 91污片在线观看| 欧美酷刑日本凌虐凌虐| 欧美成人vr18sexvr| 国产精品乱子久久久久| 国产美女精品在线| 97se亚洲国产综合在线| 久久99久久99| 亚洲桃色在线一区| 一区二区三区高清在线| 色av一区二区| 欧美一区二区三区白人| 欧美激情艳妇裸体舞| 亚洲影院久久精品| 激情综合网av| 欧美羞羞免费网站| 久久影院电视剧免费观看| 亚洲免费视频中文字幕| 久久精品免费看| 91电影在线观看| 久久精品无码一区二区三区| 亚洲国产精品自拍| 成人毛片在线观看| 日韩欧美第一区| 亚洲国产精品一区二区www| 国产制服丝袜一区| 欧美区在线观看| 日韩毛片一二三区| 激情图片小说一区| 欧美日韩性生活| 国产精品嫩草久久久久| 美女视频免费一区| 在线一区二区视频| 欧美激情一区二区| 国产一区二区三区免费在线观看 | 亚洲欧美另类图片小说| 裸体一区二区三区| 欧美亚洲动漫制服丝袜| 欧美国产精品中文字幕| 美女视频第一区二区三区免费观看网站| 精东粉嫩av免费一区二区三区| 欧美色男人天堂| 国产精品电影一区二区| 国内精品自线一区二区三区视频| 欧美酷刑日本凌虐凌虐| 一区二区三国产精华液| 成人黄色国产精品网站大全在线免费观看 | 日韩免费福利电影在线观看| 一区二区三区高清不卡| 99久久99久久久精品齐齐| 久久奇米777| 裸体歌舞表演一区二区| 91精品中文字幕一区二区三区| 亚洲一区二区高清| 日本高清不卡一区| 中文字幕在线视频一区| 成人妖精视频yjsp地址| 久久亚洲免费视频| 韩国精品一区二区| 精品奇米国产一区二区三区| 日韩精品成人一区二区三区| 精品视频在线免费看| 亚洲永久精品大片| 欧美日韩在线一区二区| 一区二区高清视频在线观看| 91蜜桃在线观看| 亚洲美女免费视频| 91美女精品福利| 一区二区在线观看免费 | 亚洲综合激情小说| 色综合久久综合中文综合网| 亚洲人成精品久久久久| av在线这里只有精品| 国产精品拍天天在线| 成人激情电影免费在线观看| 国产精品久久久一本精品| 成人精品亚洲人成在线| 一色屋精品亚洲香蕉网站| 91女人视频在线观看| 亚洲美女淫视频| 精品视频999| 青青草97国产精品免费观看无弹窗版| 911精品产国品一二三产区| 日韩黄色小视频| 日韩精品一区在线观看| 国产一区二区免费看| 欧美激情一区二区三区蜜桃视频| 不卡一卡二卡三乱码免费网站| 一区二区高清免费观看影视大全| 欧美精选一区二区| 美女在线视频一区| 久久无码av三级| 成人av资源站| 亚洲成人av一区二区三区| 日韩经典中文字幕一区| 欧美zozozo| 岛国精品一区二区| 亚洲欧美精品午睡沙发| 欧美精品777| 国产精品主播直播| 亚洲色图丝袜美腿| 欧美挠脚心视频网站| 国产一区二区三区四| 亚洲图片激情小说| 欧美精品日韩一区| 国产精品资源网站| 亚洲一区二区三区四区在线免费观看| 正在播放一区二区| 丁香六月综合激情| 亚洲成av人片| 国产午夜精品一区二区| 欧美系列日韩一区| 国产精品自在在线| 亚洲国产精品久久艾草纯爱| 久久亚洲一级片| 在线视频一区二区免费| 狠狠色丁香久久婷婷综| 最新国产成人在线观看| 91精品国产91久久综合桃花 | 国产拍欧美日韩视频二区| 91美女片黄在线观看91美女| 美国三级日本三级久久99| 亚洲欧洲99久久| 日韩亚洲欧美综合| 一本大道久久a久久精二百| 美日韩黄色大片| 一区二区三区在线高清| 精品欧美乱码久久久久久 | 亚洲精品中文在线影院| 亚洲精品一区二区三区在线观看| 91麻豆精品一区二区三区| 日韩电影免费在线| av一区二区三区| 蜜桃91丨九色丨蝌蚪91桃色| 一区二区三区在线观看欧美 | 成人黄色网址在线观看| 日本不卡一区二区| 一区二区免费看| 国产女主播视频一区二区| 欧美另类久久久品| 99re成人在线| 国产一区 二区| 日韩成人伦理电影在线观看| 亚洲色图另类专区| 国产清纯白嫩初高生在线观看91| 91精品国产色综合久久不卡蜜臀| 一本大道av一区二区在线播放| 国产一区不卡视频| 久久综合综合久久综合| 日韩中文字幕麻豆| 亚洲一区二区三区四区的| 国产精品久久99| 国产亚洲成年网址在线观看| 欧美一级一区二区| 欧美性一级生活| 色综合久久综合中文综合网| 成人av免费网站| 国产不卡高清在线观看视频| 美女脱光内衣内裤视频久久影院| 午夜精品成人在线视频| 亚洲码国产岛国毛片在线| 国产精品美女久久久久久久久| 欧美精品一区二区三区高清aⅴ | 视频在线观看一区二区三区| 亚洲精品视频一区| 自拍偷拍欧美激情| 国产精品狼人久久影院观看方式| 久久综合久久综合久久综合| 日韩欧美国产系列| 在线综合视频播放| 3d动漫精品啪啪一区二区竹菊| 一本久久a久久免费精品不卡| av动漫一区二区| 99精品国产热久久91蜜凸| 成人手机电影网| 成人av资源站| 色综合天天性综合| 91美女在线看| 欧美亚洲禁片免费| 欧美日韩国产精品成人| 欧美日本一区二区在线观看| 欧美日韩成人综合| 91麻豆精品国产自产在线观看一区 | 久久精品亚洲乱码伦伦中文| 久久久午夜电影| 国产女人aaa级久久久级| 国产精品三级电影| 国产精品久久久久久亚洲毛片| 国产精品久久久久四虎| 亚洲日本乱码在线观看| 一区二区三区在线观看欧美| 亚洲成人高清在线| 蜜臀av国产精品久久久久| 久久er精品视频| 丰满亚洲少妇av| 91视频www| 欧美日韩激情一区二区三区|