?? bbsheader.ascx
字號(hào):
?<%@ Control Language="C#" AutoEventWireup="true" CodeFile="BBSHeader.ascx.cs" Inherits="UserControl_BBSHeader" %>
<table style="width: 755px; height: 138px;" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; height: 138px; background-image: url(Image/導(dǎo)航.jpg); text-align: right;">
<br />
<br />
<br />
<table style="width: 755px; text-align: center;" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; height: 16px; text-align: right;">
<asp:HyperLink ID="hpLinkLogin" runat="server" NavigateUrl="~/FrontDesk/Login/Login.aspx" Font-Size="9pt" ToolTip="登錄" ForeColor="White" Font-Underline="False">請(qǐng)先登錄</asp:HyperLink></td>
<td style="width: 38px; height: 16px">
<asp:HyperLink ID="hpLinkRegister" runat="server" NavigateUrl="~/FrontDesk/Login/UserRegisterPro.aspx" Font-Size="9pt" ToolTip="新用戶注冊(cè)" ForeColor="White" Font-Underline="False">注冊(cè)</asp:HyperLink></td>
<td style="width: 70px; height: 16px">
<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: 16px">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/FrontDesk/SearchCard.aspx" Font-Size="9pt" ToolTip="搜索來(lái)帖" ForeColor="White" Font-Underline="False">搜索</asp:HyperLink></td>
<td style="width: 39px; height: 16px; text-align: center;">
<asp:HyperLink ID="hpLinkHelp" runat="server" NavigateUrl="~/FrontDesk/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; font-size: 9pt;">
<script type="text/javascript">
document.write("<span id=labTime width='118px' height='11px' Font-Size='9pt'></span>") //輸出顯示日期的容器
//每1000毫秒(即1秒) 執(zhí)行一次本段代碼
setInterval("labTime.innerText=new Date().toLocaleString()",1000)
</script>
<asp:Label ID="labTime" runat="server" Height="13px" Width="12px" Font-Size="9pt"></asp:Label></td>
</tr>
</table>
</td>
</tr>
</table>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -