ManageBoardMember.aspx
上传用户:xgw_05
上传日期:2009-12-11
资源大小:20208k
文件大小:3k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="ManageBoardMember.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.BBS.ManageBoardMember" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>ManageBoardMember</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
  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. <LINK href="../../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body topmargin="0" leftmargin="0">
  13. <form id="ManageBoardMember" method="post" runat="server">
  14. <div align="center">
  15. <TABLE id="Table1" style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
  16. <TR height="30">
  17. <TD class="GbText" width="3%" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><FONT color="#003366" size="3"></FONT></TD>
  18. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><B>论坛成员管理</B></TD>
  19. </TR>
  20. </TABLE>
  21. <FONT face="宋体">
  22. <BR>
  23. </FONT>
  24. <table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="517" height="240" id="AutoNumber1">
  25. <tr>
  26. <td width="232" height="240" rowspan="4"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  27. 成&nbsp;&nbsp;&nbsp;&nbsp; 员</FONT>
  28. <asp:ListBox id="lbBoardMemberList" runat="server" Height="220px" Width="230px" SelectionMode="Multiple"></asp:ListBox>
  29. </td>
  30. <td width="50" height="86"><FONT face="宋体"></FONT>
  31. </td>
  32. <td width="228" height="240" rowspan="4"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  33. &nbsp; 人&nbsp;&nbsp; &nbsp; 员</FONT>
  34. <asp:ListBox id="lbRemainStaffsList" runat="server" Height="221px" Width="240px" SelectionMode="Multiple"></asp:ListBox>
  35. </td>
  36. </tr>
  37. <tr>
  38. <td width="50" height="10" align="middle">
  39. <asp:Button id="btn_in" runat="server" Text="<<<" CssClass="redbuttoncss"></asp:Button></td>
  40. </tr>
  41. <tr>
  42. <td width="50" height="35" align="middle">
  43. <asp:Button id="btn_out" runat="server" Text=">>>" CssClass="redbuttoncss"></asp:Button></td>
  44. </tr>
  45. <tr>
  46. <td width="50" height="100"><FONT face="宋体"></FONT>
  47. </td>
  48. </tr>
  49. </table>
  50. <FONT face="宋体">
  51. <BR>
  52. </FONT>
  53. <DIV align="center"><asp:HyperLink NavigateUrl='<%# "catalog.aspx?classid="+classid.ToString()%>' Runat=server id=HyperLink1>返回</asp:HyperLink><FONT face="宋体"><BR>
  54. </FONT>
  55. </DIV>
  56. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  57. <TR>
  58. <TD><IMG height="25" src="../../../Images/temp.gif" width="250"></TD>
  59. <TD align="right"><IMG height="25" src="../../../images/endbott.gif" width="279"></TD>
  60. </TR>
  61. </TABLE>
  62. </div>
  63. </form>
  64. </body>
  65. </HTML>