ST_Admin_Index_Top.aspx
上传用户:wyx_1982
上传日期:2020-04-18
资源大小:699k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" Inherits="ST_GROUP.EnterpriseOnlineInfoManage.ST_Admin_Index_Top" CodeFile="ST_Admin_Index_Top.aspx.cs" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>ST_Admin_Index_Top</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  11. <style type="text/css"> A:link { COLOR: #ffffff; TEXT-DECORATION: none } A:hover { COLOR: #666666 } A:visited { COLOR: #000000; TEXT-DECORATION: none } TD { FONT-SIZE: 9pt; COLOR: #ffffff; FONT-FAMILY: "宋体" } IMG { FILTER: Alpha(opacity:100); chroma: #FFFFFF) } </style>
  12. <base target="main">
  13. <script>
  14. function preloadImg(src)
  15. {
  16. var img=new Image();
  17. img.src=src
  18. }
  19. preloadImg("images/admin_top_open.gif");
  20. var displayBar=true;
  21. function switchBar(obj)
  22. {
  23. if (displayBar)
  24. {
  25. parent.frame.cols="0,*";
  26. displayBar=false;
  27. obj.src="images/admin_top_open.gif";
  28. obj.title="打开左边管理菜单";
  29. }
  30. else{
  31. parent.frame.cols="180,*";
  32. displayBar=true;
  33. obj.src="images/admin_top_close.gif";
  34. obj.title="关闭左边管理菜单";
  35. }
  36. }
  37. </script>
  38. </HEAD>
  39. <body background="images/admin_top_bg.gif" leftmargin="0" topmargin="0">
  40. <form id="Form1" method="post" runat="server">
  41. <table height="100%" width="100%" border="0" cellpadding="0" cellspacing="0">
  42. <tr valign="middle">
  43. <td width="50">
  44. <img onclick="switchBar(this)" src="images/admin_top_close.gif" title="关闭左边管理菜单" style="CURSOR:hand">
  45. </td>
  46. <td width="40">
  47. <img src="images/admin_top_icon_1.gif">
  48. </td>
  49. <td width="100">
  50. <a href="ST_Admin_userman.aspx" target="main"><font color="#ffffff">修改密码</font></a>
  51. </td>
  52. <td width="40">
  53. </td>
  54. <td width="100">&nbsp;
  55. </td>
  56. <td width="40">&nbsp;
  57. </td>
  58. <td align="center">
  59. <br>
  60. </td>
  61. </tr>
  62. </table>
  63. </form>
  64. </body>
  65. </HTML>