?? help.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Help.aspx.cs" Inherits="BackDesk_Help" %>
<%@ Register Src="BBSFooter.ascx" TagName="BBSFooter" TagPrefix="uc3" %>
<%@ Register Src="BBSHeader.ascx" TagName="BBSHeader" TagPrefix="uc1" %>
<%@ Register Src="../../UserControl/BBSMenu.ascx" TagName="BBSMenu" TagPrefix="uc2" %>
<!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; height: 138px;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; height: 138px;">
<uc1:BBSHeader ID="BBSHeader1" runat="server" />
</td>
</tr>
</table>
<table style="width: 755px;height: 363px;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="vertical-align: top; width: 176px; text-align: center; background-image: url(../../Image/菜單.jpg); height: 363px;">
<uc2:BBSMenu ID="BBSMenu1" runat="server" />
</td>
<td style="width: 579px; text-align: center; vertical-align: top; background-image: url(../../Image/背景.jpg); height: 363px; color: #ff0066;">
<asp:LinkButton ID="lbtnAboutUs" runat="server" Font-Size="9pt" OnClick="lbtnAboutUs_Click" ForeColor="Black">關于我們</asp:LinkButton>
|
<asp:LinkButton ID="lbtnBBS" runat="server" Font-Size="9pt" OnClick="lbtnBBS_Click" ForeColor="Black">論壇簡介</asp:LinkButton>
|
<asp:LinkButton ID="lbtnHold" runat="server" Font-Size="9pt" OnClick="lbtnHold_Click" ForeColor="Black">技術支持</asp:LinkButton>
|
<asp:LinkButton ID="lbtnNET" runat="server" Font-Size="9pt" OnClick="lbtnNET_Click" ForeColor="Black">關于.NET</asp:LinkButton>
<br />
<br />
<table style="background-image: url(../../Image/幫助頁.jpg); width: 535px; color: black; text-indent: 6pt; height: 295px; text-align: left">
<tr>
<td style="width: 531px; text-align: left;">
<asp:Label ID="Label1" runat="server" Height="278px" Width="515px" Font-Size="9pt" >我們我們我們我么晚上</asp:Label></td>
</tr>
</table>
</td>
</tr>
</table>
<table style="width: 755px;height: 74px; " align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; height: 74px;">
<uc3:BBSFooter ID="BBSFooter1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -