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

📄 top.aspx

📁 小区警务管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" Codebehind="Top.aspx.cs" Inherits="web.Top" %>

<!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 id="Head1" runat="server">
    <title>无标题页</title>
    <link href="css/Default.css" type="text/css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
        <div style="height: 100; border: 0px;" class="topbj_bgimage">
            <div style="height: 71px; width: 778px;" class="top1_bgimage">
            </div>
            <div style="height: 29px; overflow: hidden;">
                <table style="border: 0px;" cellpadding="0" cellspacing="0">
                    <tr>
                        <td width="217" class="top2_bgimage">
                            <table style="height: 31px; width: 100%;" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td height="3" colspan="2">
                                    </td>
                                </tr>
                                <tr>
                                    <td width="30">
                                        <div align="center">
                                            <img src="images/bar_00.gif" width="16" height="16" alt="" /></div>
                                    </td>
                                    <td>
                                        『当前用户:
                                        <asp:Label ID="Label1" runat="server"></asp:Label>』</td>
                                </tr>
                            </table>
                        </td>
                        <td width="486" class="top3_bgimage">
                            <table style="height: 31px;" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td width="9%">
                                        &nbsp;</td>
                                    <td>
                                        <table style="height:31px;" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td rowspan="2" class="top4_bgimage" width="39" height="31">
                                                </td>
                                                <td height="8">
                                                    <font face="宋体"></font>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <a href="Main.aspx" target="mainFrame">首页</a></td>
                                            </tr>
                                        </table>
                                    </td>
                                    <td>
                                        <table style="height:31px;" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td rowspan="2" class="top4_bgimage" width="39" height="31">
                                                </td>
                                                <td height="8">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <a href="#" onclick="javascript:parent.mainFrame.focus();parent.mainFrame.print();">
                                                        打印</a></td>
                                            </tr>
                                        </table>
                                    </td>
                                    <td>
                                        <table style="height:31px;" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td rowspan="2" class="top4_bgimage" width="39" height="31">
                                                </td>
                                                <td height="8">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <a href="javascript:history.go(-1)">后退</a></td>
                                            </tr>
                                        </table>
                                    </td>
                                    <td>
                                        <table style="height:31px;" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td rowspan="2" class="top4_bgimage" width="39" height="31">
                                                </td>
                                                <td height="8">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <a href="javascript:history.go(1)">前进</a></td>
                                            </tr>
                                        </table>
                                    </td>
                                    <td>
                                        <table style="height:31px;" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td rowspan="2" class="top4_bgimage" width="39" height="31">
                                                </td>
                                                <td height="8">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <a href="Components/Logout.aspx?Action=2" target="_top" onclick="if (!window.confirm('您确认要注消当前登录用户吗?')){return false;}">
                                                        注销</a></td>
                                            </tr>
                                        </table>
                                    </td>
                                    <td>
                                        <table style="height:31px;" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td rowspan="2" class="top4_bgimage" width="39" height="31">
                                                </td>
                                                <td height="8">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <a href="Components/Logout.aspx?Action=1" target="_top">退出</a></td>
                                            </tr>
                                        </table>
                                    </td>
                                    <td>
                                        <table style="height:31px;" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td width="39" rowspan="2" class="top4_bgimage" height="31">
                                                </td>
                                                <td height="8">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                    <img src="images/bar_07.gif" width="16" height="16" onclick="if(parent.topset.rows!='20,*'){parent.topset.rows='20,*';window.scroll(0,100)}else{parent.topset.rows='100,*'};"
                                                        style="cursor: hand" title="点击这里可以收缩顶部" alt="" /></td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                            </table>
                        </td>
                        <td width="75" class="top5_bgimage" height="31">
                        </td>
                    </tr>
                </table>
            </div>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -