Setup.aspx
上传用户:cha0314
上传日期:2014-03-02
资源大小:12522k
文件大小:5k
源码类别:

C#编程

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="Setup.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.Setup.Setup" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>Setup</title>
  6. <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <link rel="stylesheet" href="../../../Css/BasicLayout.css" type="text/css">
  11. </HEAD>
  12. <body leftmargin="0" topmargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Setup" method="post" runat="server">
  14. </TD></TD>
  15. <TD width="96%" height="1">
  16. <table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="100%" id="AutoNumber4" height="1">
  17. <tr height="30">
  18. <td width="3%" bgcolor="#c0d9e6" class="GbText" background="../../../Images/treetopbg.jpg"><font color="#003366" size="3"><img src="../../../Images/icon/057.GIF" width="16" height="16"></font></td>
  19. <td bgcolor="#c0d9e6" class="GbText" background="../../../Images/treetopbg.jpg"><b>系统设置</b></td>
  20. </tr>
  21. </table>
  22. </TD>
  23. </TR>
  24. <TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
  25. <TR>
  26. <TD height="60"><FONT face="宋体">&nbsp; <IMG alt="" src="../../../Images/admin_logo.gif">
  27. </FONT>
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD align="middle" height="60"><FONT face="宋体"> </FONT>
  32. <TABLE id="Table2" height="50" cellSpacing="0" cellPadding="0" width="550" border="0">
  33. <TR>
  34. <TD style="BACKGROUND-POSITION: left 50%; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-REPEAT: no-repeat" vAlign="bottom" background="../../../Images/admin_1bg.gif"><BR>
  35. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG height="16" src="../../../Images/admin_ico1.gif" width="16" border="0"><SPAN id="position_set" runat="server" style="RIGHT: 1in; WIDTH: 458px; BOTTOM: 1in; HEIGHT: 20px" class="gbtext">&nbsp;&nbsp;
  36. <A href="../../position/index.htm" target="main">职位设置</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;添加,删除,修改职位,对职位人员的新增,修改,调职等
  37. </SPAN>
  38. </TD>
  39. </TR>
  40. </TABLE>
  41. </TD>
  42. </TR>
  43. <TR>
  44. <TD align="middle" height="60"><FONT face="宋体">
  45. <TABLE id="Table4" height="50" cellSpacing="0" cellPadding="0" width="550" border="0">
  46. <TR>
  47. <TD style="BACKGROUND-POSITION: left 50%; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-REPEAT: no-repeat" vAlign="bottom" background="../../../Images/admin_2bg.gif"><BR>
  48. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG height="16" src="../../../Images/admin_ico2.gif" width="16" border="0"><span id="role_set" runat="server" class="gbtext" style="RIGHT: 1in; WIDTH: 428px; BOTTOM: 1in; HEIGHT: 19px">&nbsp;&nbsp;
  49. <A href="../../role/Index.aspx?ClassID=<%=ClassID%>" 
  50.             target=main>角色设置</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;添加,删除,修改角色,把人员归入角色,设置角色权限等 </span>
  51. </TD>
  52. </TR>
  53. </TABLE>
  54. </FONT>
  55. </TD>
  56. </TR>
  57. <TR>
  58. <TD align="middle" height="60"><FONT face="宋体">
  59. <TABLE id="Table6" height="50" cellSpacing="0" cellPadding="0" width="550" border="0">
  60. <TR>
  61. <TD style="BACKGROUND-POSITION: left 50%; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-REPEAT: no-repeat" vAlign="bottom" background="../../../Images/admin_3bg.gif"><BR>
  62. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG height="16" src="../../../Images/admin_ico3.gif" width="16" border="0"><SPAN id="Span2" style="RIGHT: 1in; WIDTH: 419px; BOTTOM: 1in; HEIGHT: 20px" runat="server" class="gbtext">&nbsp;&nbsp;
  63. <A href="../../WorkAttendance/SearchData.aspx">考勤查询</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;查询所有员工的考勤情况
  64. </SPAN>
  65. </TD>
  66. </TR>
  67. </TABLE>
  68. </FONT>
  69. </TD>
  70. </TR>
  71. <TR>
  72. <TD align="middle" height="50"><FONT face="宋体">
  73. <TABLE id="Table5" height="50" cellSpacing="0" cellPadding="0" width="550" border="0">
  74. <TR>
  75. <TD background="../../../Images/admin_4bg.gif" vAlign="bottom" style="BACKGROUND-POSITION:left 50%; BACKGROUND-ATTACHMENT:fixed; BACKGROUND-REPEAT:no-repeat"><BR>
  76. &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<IMG height="16" src="../../../Images/admin_ico4.gif" width="16" border="0"><SPAN class="gbtext" id="Span1" style="RIGHT: 1in; WIDTH: 417px; BOTTOM: 1in; HEIGHT: 18px" runat="server">&nbsp;&nbsp;
  77. <A href="../../Staff/ManageStaff.aspx?DisplayType=0">员工列表</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;显示所有的员工
  78. </SPAN>
  79. </TD>
  80. </TR>
  81. </TABLE>
  82. </FONT>
  83. </TD>
  84. </TR>
  85. </TABLE>
  86. </form>
  87. </body>
  88. </HTML>