ManageBoardMaster.aspx
上传用户:xuming1973
上传日期:2014-02-27
资源大小:17511k
文件大小:3k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

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