?? bbsheader.ascx
字號:
?<%@ Control Language="C#" AutoEventWireup="true" CodeFile="BBSHeader.ascx.cs" Inherits="UserControl_BBSHeader" %>
<table style="width: 755px; height: 138px; background-image: url(../../Image/導航.jpg);" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; height: 138px; background-image: url(../../Image/導航.jpg); text-align: right;">
<br />
<br />
<br />
<table style="width: 755px; height: 1px; text-align: center;" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 822px; height: 21px; text-align: right;">
<asp:HyperLink ID="hpLinkLogin" runat="server" NavigateUrl="~/FrontDesk/Login/Login.aspx" Font-Size="9pt" ToolTip="登錄" ForeColor="White" Font-Underline="False">請先登錄</asp:HyperLink></td>
<td style="width: 38px; height: 21px">
<asp:HyperLink ID="hpLinkRegister" runat="server" NavigateUrl="~/FrontDesk/Login/UserRegisterPro.aspx" Font-Size="9pt" ToolTip="新用戶注冊" ForeColor="White" Font-Underline="False">注冊</asp:HyperLink></td>
<td style="width: 83px; height: 21px">
<asp:HyperLink ID="hpLinkFindPwd" runat="server" NavigateUrl="~/FrontDesk/FindPwd/FillUserID.aspx" Font-Size="9pt" ToolTip="找回密碼" ForeColor="White" Font-Underline="False">忘記密碼</asp:HyperLink></td>
<td style="width: 39px; height: 21px">
<asp:HyperLink ID="hpLinkSearch" runat="server" NavigateUrl="~/BackDesk/ManageCard/SearchCard.aspx" Font-Size="9pt" ToolTip="搜索來帖" ForeColor="White" Font-Underline="False">搜索</asp:HyperLink></td>
<td style="width: 39px; height: 21px; text-align: center;">
<asp:HyperLink ID="hpLinkHelp" runat="server" NavigateUrl="~/BackDesk/ManageCard/Help.aspx" Font-Size="9pt" ToolTip="論壇幫助" ForeColor="White" Font-Underline="False">幫助</asp:HyperLink></td>
</tr>
</table>
<table style="width: 755px" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; text-align: right; height: 15px; font-size: 9pt;">
<script type="text/javascript">
document.write("<span id=labTime width='118px' height='11px' Font-Size='9pt'></span>") //輸出顯示日期的容器
//每1000毫秒(即1秒) 執行一次本段代碼
setInterval("labTime.innerText=new Date().toLocaleString()",1000)
</script>
<asp:Label ID="labTime" runat="server" Height="13px" Width="15px" Font-Size="9pt"></asp:Label></td>
</tr>
</table>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -