dockmenu_management.js
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:6k
源码类别:

电子政务应用

开发平台:

Java

  1. function MM_displayStatusMsg(msgStr) { 
  2.   status=msgStr;
  3.   document.MM_returnValue = true;
  4. }
  5. function highlight(x){
  6. document.forms[x].elements[0].focus()
  7. document.forms[x].elements[0].select()
  8. }
  9. function MM_jumpMenu(targ,selObj,restore){ 
  10.   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  11.   if (restore) selObj.selectedIndex=0;
  12. }
  13. var NS
  14. IE=document.all;
  15. NS=document.layers;
  16. hdrFontFamily="Verdana";
  17. hdrFontSize="";
  18. hdrFontColor="white";
  19. hdrBGColor="#666666";
  20. linkFontFamily="Verdana";
  21. linkFontSize="2";
  22. linkBGColor="white";
  23. linkOverBGColor="#CCCCCC";
  24. linkTarget="_self";
  25. YOffset=60;
  26. staticYOffset=20;
  27. menuBGColor="black";
  28. menuIsStatic="no";
  29. menuHeader="  ◇系统主菜单◇"
  30. menuWidth=128; // Must be a multiple of 5!
  31. staticMode="advanced"
  32. barBGColor="#999999";
  33. barFontFamily="Verdana";
  34. barFontSize="";
  35. barFontColor="white";
  36. barText="MENU";
  37. function moveOut() {
  38. if (window.cancel) {
  39.   cancel="";
  40. }
  41. if (window.moving2) {
  42.   clearTimeout(moving2);
  43.   moving2="";
  44. }
  45. if ((IE && ssm2.style.pixelLeft<0)||(NS && document.ssm2.left<0)) {
  46.   if (IE) {ssm2.style.pixelLeft += (5%menuWidth);
  47. }
  48. if (NS) {
  49.   document.ssm2.left += (5%menuWidth);
  50. }
  51. moving1 = setTimeout('moveOut()', 5)
  52. }
  53. else {
  54.   clearTimeout(moving1)
  55.   }
  56. };
  57. function moveBack() {
  58.   cancel = moveBack1()
  59. }
  60. function moveBack1() {
  61.   if (window.moving1) {
  62.     clearTimeout(moving1)
  63. }
  64. if ((IE && ssm2.style.pixelLeft>(-menuWidth))||(NS && document.ssm2.left>(-150))) {
  65.   if (IE) {ssm2.style.pixelLeft -= (5%menuWidth);
  66. }
  67. if (NS) {
  68.   document.ssm2.left -= (5%menuWidth);
  69. }
  70. moving2 = setTimeout('moveBack1()', 5)}
  71.   else {
  72.     clearTimeout(moving2)
  73.   }
  74. };
  75. lastY = 0;
  76. function makeStatic(mode) {
  77. if (IE) {winY = document.body.scrollTop;var NM=ssm2.style
  78. }
  79. if (NS) {winY = window.pageYOffset;var NM=document.ssm2
  80. }
  81. if (mode=="smooth") {
  82.   if ((IE||NS) && winY!=lastY) {
  83.     smooth = .2 * (winY - lastY);
  84.       if(smooth > 0) smooth = Math.ceil(smooth);
  85.     else smooth = Math.floor(smooth);
  86.       if (IE) NM.pixelTop+=smooth;
  87.         if (NS) NM.top+=smooth;
  88.       lastY = lastY+smooth;
  89. }
  90. setTimeout('makeStatic("smooth")', 1)
  91. }
  92. else if (mode=="advanced") {
  93.   if ((IE||NS) && winY>YOffset-staticYOffset) {
  94.     if (IE) {NM.pixelTop=winY+staticYOffset
  95.   }
  96. if (NS) {NM.top=winY+staticYOffset
  97.   }
  98. }
  99. else {
  100. if (IE) {NM.pixelTop=YOffset
  101. }
  102.  if (NS) {NM.top=YOffset-7
  103.  }
  104. }
  105. setTimeout('makeStatic("advanced")', 1)
  106.  }
  107. }
  108. function init() {
  109. if (IE) {
  110. ssm2.style.pixelLeft = -menuWidth;
  111. ssm2.style.visibility = "visible"
  112. }
  113. else if (NS) {
  114. document.ssm2.left = -menuWidth;
  115. document.ssm2.visibility = "show"
  116. }
  117. else {
  118. alert('Choose either the "smooth" or "advanced" static modes!')
  119. }
  120. }
  121. function MM_displayStatusMsg(msgStr) { 
  122.   status=msgStr;
  123.   document.MM_returnValue = true;
  124. }
  125. if (IE) {document.write('<DIV ID="ssm2" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
  126. if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm2" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
  127. tempBar=""
  128. for (i=0;i<barText.length;i++) {
  129. tempBar+=barText.substring(i, i+1)+"<BR>"}
  130. document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+16+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+menuWidth+'"> <font face="'+hdrFontFamily+'" CLASS="px_12" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td><td align="center" rowspan="100" width="16" bgcolor="'+barBGColor+'"><p align="center"><font face="'+barFontFamily+'" CLASS="px_12" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD></tr>')
  131. function addItem(text, link, target) {
  132. if (!target) {target=linkTarget}
  133. document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=''+linkOverBGColor+''" onmouseout="bgColor=''+linkBGColor+''"><ILAYER><LAYER onmouseover="bgColor=''+linkOverBGColor+''" onmouseout="bgColor=''+linkBGColor+''" WIDTH="100%"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'"> <A HREF="'+link+'" target="'+target+'" CLASS="ssm2Items">'+text+'</A></FONT></LAYER></ILAYER></TD></TR>')}
  134. function addHdr(text) {
  135. document.write('<tr><td bgcolor="'+hdrBGColor+'" WIDTH="140"> <font face="'+hdrFontFamily+'" CLASS="px_12" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}
  136. //Only edit the script between HERE
  137. addItem('&#149; 个人办公', '../../HR/EMPLOYEE_ATTENDANCE/employee_attendance.htm', '');
  138. addItem('&#149; 通信', '../../personal/PUBLIC/bulletin_home.htm', '');
  139. addItem('&#149; 领导查询', '../../directory/directory_list.htm', '');
  140. addItem('&#149; 人力资源', '../../HR/ORGANIZATION/organization_index.htm', '');
  141. addItem('&#149; 办公室管理', '../../office/equipment/index.htm', '');
  142. addItem('&#149; 财务', '../../financial/finance/Fin_index.htm', '');
  143. addItem('&#149; 档案', '../../archives/NetOffice_Archives_ArchivesManage_note22.htm', '');
  144. addItem('&#149; 公用信息', '', '');
  145. addItem('&#149; 系统管理', '../../system/System_dict_index.htm', '');
  146. addItem('&#149; 目录管理', 'directory_list.htm', '');
  147. addHdr(' &#151; 目录管理 &#151;');
  148. addItem(' 返回系统首页', '../../index.htm', '');
  149. // and HERE! No more!
  150. document.write('<tr><td bgcolor="'+hdrBGColor+'"><font size="0" face="Arial"> </font></td></TR></table>')
  151. if (IE) {document.write('</DIV>')}
  152. if (NS) {document.write('</LAYER>')}
  153. if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}
  154. window.onload=init