ManageBoardMaster.aspx
资源名称:OA.rar [点击查看]
上传用户:xuming1973
上传日期:2014-02-27
资源大小:17511k
文件大小:3k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
C#
- <%@ Page language="c#" Codebehind="ManageBoardMaster.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.BBS.ManageBoardMaster" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>ManageBoardMaster</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <LINK href="../../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body leftmargin="0" topmargin="0">
- <form id="ManageBoardMaster" method="post" runat="server">
- <TABLE style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR height="30">
- <TD class="GbText" width="3%" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><FONT color="#003366" size="3"></FONT></TD>
- <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><B>论坛成员管理</B></TD>
- </TR>
- </TABLE>
- <FONT face="宋体">
- <DIV align="center"><BR>
- <table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="517" height="240" id="AutoNumber1">
- <tr>
- <td width="232" height="240" rowspan="4">
- 版 主
- <asp:ListBox id="lbBoardMasterList" runat="server" Height="218px" Width="230px" SelectionMode="Multiple"></asp:ListBox>
- </td>
- <td width="50" height="86">
- </td>
- <td width="228" height="240" rowspan="4">
- 人 员
- <asp:ListBox id="lbRemainStaff" runat="server" Height="218px" Width="240px" SelectionMode="Multiple"></asp:ListBox>
- </td>
- </tr>
- <tr>
- <td width="50" height="10" align="middle">
- <asp:Button id="btn_in" runat="server" Text="<<<" CssClass="redbuttoncss"></asp:Button></td>
- </tr>
- <tr>
- <td width="50" height="35" align="middle">
- <asp:Button id="btn_out" runat="server" Text=">>>" CssClass="redbuttoncss"></asp:Button></td>
- </tr>
- <tr>
- <td width="50" height="100">
- </td>
- </tr>
- </table>
- </DIV>
- <DIV align="center"><BR>
- <asp:HyperLink id="hlk_Back" NavigateUrl='<%# "catalog.aspx?classid="+classid.ToString()%>' runat="server">返回</asp:HyperLink><BR>
- </DIV>
- </FONT>
- <DIV align="center">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD><IMG height="25" src="../../../Images/temp.gif" width="250"></TD>
- <TD align="right"><IMG height="25" src="../../../images/endbott.gif" width="279"></TD>
- </TR>
- </TABLE>
- </DIV>
- </form>
- </body>
- </HTML>