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

电子政务应用

开发平台:

Java

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