delivercard.aspx

来自「一个bbs论坛代码」· ASPX 代码 · 共 73 行

ASPX
73
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="DeliverCard.aspx.cs" Inherits="BackDesk_BrowseCard_DeliverCard" %>

<%@ Register Src="BBSFooter.ascx" TagName="BBSFooter" TagPrefix="uc2" %>

<%@ Register Src="BBSHeader.ascx" TagName="BBSHeader" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>发表帖子</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table style="width: 755px;" align="center" cellpadding="0" cellspacing="0" >
        <tr>
                <td style="width: 755px; text-align: left; height: 138px; background-image: url(../../Image/背景图3.jpg);">
                    <uc1:BBSHeader ID="BBSHeader1" runat="server" />
                    <table style="width: 755px; background-image: url(../../Image/背景图3.jpg);">
                        <tr>
                            <td style="width: 661px; text-align: left;">
                                &nbsp;&nbsp;<asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="欢迎您," Width="50px"></asp:Label><asp:Label
                                    ID="labUserName" runat="server" Font-Size="9pt" Width="74px"></asp:Label>
                            </td>
                        </tr>
                    </table>
                 </td>
            </tr>
            <tr>
                <td style="width: 755px; background-image: url(../../Image/背景图2.jpg); vertical-align: top; height: 365px; text-align: center;" >
                    <br /><table align="center" style="width: 560px">
                        <tr>
                            <td style="width: 74px; text-align: center;">
        <asp:Label ID="labCardTitle" runat="server" Text="标  题" Font-Size="9pt" Width="44px"></asp:Label></td>
                            <td style="width: 486px; text-align: left;">
                    <asp:TextBox ID="txtCardTitle" runat="server" Font-Size="9pt" Width="455px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 74px; text-align: center;">
                    <asp:Label ID="labModuleID" runat="server" Text="所属模块" Font-Size="9pt" Width="65px"></asp:Label></td>
                            <td style="width: 486px; text-align: left;">
                                <asp:DropDownList ID="ddlModuleName" runat="server" Width="461px">
                                </asp:DropDownList></td>
                        </tr>
                        <tr>
                            <td style="width: 74px; text-align: center; vertical-align: top;">
                    <asp:Label ID="labCardContent" runat="server" Text="内容" Font-Size="9pt"></asp:Label></td>
                            <td style="width: 486px; text-align: left;">
                    <asp:TextBox ID="txtCardContent" runat="server" Height="208px" TextMode="MultiLine"
                        Width="456px" Font-Size="9pt"></asp:TextBox></td>
                        </tr>
                         <tr>
                            <td style="width: 74px; text-align: center;"></td>
                            <td style="width: 486px; text-align: center;">
                    <asp:Button ID="btnDeliver" runat="server" Text="发表" OnClick="btnDeliver_Click" Font-Size="9pt" />
                                &nbsp; &nbsp; &nbsp;
                    <asp:Button ID="btnCancel" runat="server" Text="返回" OnClick="btnCancel_Click" Font-Size="9pt" /></td>
                        </tr>
                    </table>
                    <br />
                </td>
            </tr>
            <tr>
                <td style="width: 755px; text-align: center; height: 74px;">
                    <uc2:BBSFooter ID="BBSFooter1" runat="server" />
                 </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?