📄 delivercard.aspx
字号:
<%@ 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="height: 138px; width: 755px; text-align: center; background-image: url(../../Image/背景图3.jpg);">
<uc1:BBSHeader ID="BBSHeader1" runat="server" />
<table style="width: 755px" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; text-align: left; height: 21px; background-image: url(../../Image/背景图3.jpg);">
<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="background-image: url(../../Image/背景图2.jpg); vertical-align: top; width: 755px; height: 365px; text-align: center">
<br />
<table style="width: 560px">
<tr>
<td style="width: 74px; text-align: center;">
<asp:Label ID="labCardTitle" runat="server" Text="标题" Font-Size="9pt" Width="54px" Height="15px"></asp:Label></td>
<td style="width: 486px; text-align: left;">
<asp:TextBox ID="txtCardTitle" runat="server" Font-Size="9pt" Width="460px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 74px; text-align: center;">
<asp:Label ID="labModuleID" runat="server" Text="所属模块" Font-Size="9pt" Width="58px"></asp:Label></td>
<td style="width: 486px; text-align: left;">
<asp:DropDownList ID="ddlModuleName" runat="server" Width="466px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 74px; vertical-align: top; text-align: center;">
<asp:Label ID="labCardContent" runat="server" Text="内容" Font-Size="9pt" Height="13px" Width="34px"></asp:Label></td>
<td style="width: 486px; text-align: left;">
<asp:TextBox ID="txtCardContent" runat="server" Height="208px" TextMode="MultiLine"
Width="461px" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 74px; vertical-align: top; text-align: center;"></td>
<td style="width: 486px; text-align: center;">
<asp:Button ID="btnDeliver" runat="server" Text="发表" OnClick="btnDeliver_Click" Font-Size="9pt" />
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -