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

📄 main.aspx

📁 用户零售档案管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="main.aspx.cs" Inherits="_Default" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>小天鹅零售采集系统</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <link href="Styles.css" rel="stylesheet" type="text/css">
</head>
<body >
    <form id="form1" runat="server">
    <div style="text-align: center">
        <table border="0" cellpadding="0" cellspacing="0" style="width: 800px; height: 100%" >
            <tr>
                <td  background="images/tophead.jpg" colspan="8" style="height: 63px">
            
                </td>
            </tr>
            <tr>
                <td style="width: 100%; height: 200px;">
                    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%" class="TextStyle">
                        <tr>
                            <td style="width: 100px; height: 18px; text-align: center">
                            </td>
                            <td style="width: 100px; height: 18px; text-align: center">
                            </td>
                            <td colspan="2" style="height: 18px; text-align: center">
                                <asp:Label ID="Label1" runat="server" Width="75%"></asp:Label>
                                <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="退出" Width="20%" /></td>
                        </tr>
                        <tr>
                            <td style="width: 200px; height: 18px; text-align: center">
                                用户档案</td>
                            <td style="width: 200px; height: 18px; text-align: center">
                                统计报表</td>
                            <td style="width: 200px; height: 18px; text-align: center">
                                基础数据</td>
                            <td style="width: 200px; height: 18px; text-align: center">
                                操作员管理</td>
                        </tr>
                        <tr>
                            <td style="width: 200px">
                                <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 73px">
                                    <tr>
                                        <td rowspan="3" style="width: 50%; background-position: center center; background-attachment: fixed; background-image: url(images/yhda.gif); background-repeat: no-repeat;">
                                        </td>
                                        <td colspan="2">
                                          <a   href="yhda.aspx"   onmousemove   ="window.status='';">录入</a></td>
                                    </tr>
                                    <tr>
                                        <td colspan="2">
                                            <a   href="yhdacx.aspx"   onmousemove   ="window.status='';">查询</a></td>
                                    </tr>
                                    <tr>
                                        <td colspan="2">
                                            修改</td>
                                    </tr>
                                </table>
                            </td>
                            <td style="width: 200px">
                                <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 73px">
                                    <tr>
                                        <td rowspan="3" style="background-position: center center; background-attachment: fixed;
                                            background-image: url(images/report.png); width: 100px">
                                        </td>
                                        <td style="width: 100px">
                                            零售报表</td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px">
                                        </td>
                                    </tr>
                                </table>
                            </td>
                            <td style="width: 200px">
                                <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 73px">
                                    <tr>
                                        <td rowspan="3" style="background-position: center center; background-attachment: fixed;
                                            background-image: url(images/mdate.png); width: 100px">
                                        </td>
                                        <td style="width: 100px">
                                            机型</td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px">
                                            网点</td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px">
                                            人员</td>
                                    </tr>
                                </table>
                            </td>
                            <td style="width: 200px; background-position: center center; background-attachment: fixed;">
                                <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 73px">
                                    <tr>
                                        <td rowspan="3" style="background-position: center center; background-attachment: fixed;
                                            background-image: url(images/qx.png); width: 100px">
                                        </td>
                                        <td style="width: 100px">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px">
                                            权限管理</td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px">
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td style="width: 100%; height: 100%; text-align: center;" align="center" valign="bottom">
                    <span style="font-size: 8pt; font-family: Arial">Copyright © 2008 LittleSwan. All Rights
                        Reserved.</span></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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