?? 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="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;">
<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" />
<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 + -