⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bbsheader.ascx

📁 基于JSP+SQL Sever2000+Tomcat的网络服务器体系结构开发技术和对数据库技术的进一步了解以及对政府网站的调查研究
💻 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 + -