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

📄 corpinfo.aspx

📁 asp.net 的某物流管理系统 MIS 系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Corpinfo.aspx.cs" Inherits="_Default" %>
<%@ Register Src="kongjian/Top.ascx" TagName="Top" TagPrefix="uc1" %>

<!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 runat="server">
    <title>公司简介</title>
    <link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: center; color: #000000;">
    <form id="form1" runat="server">
    <div>
        <table style="width: 642px; word-break:break-all;" >
            <tr>
                <td colspan="3" style="height: 100px; text-align: center;">
                    <uc1:Top ID="Top1" runat="server" />
                </td>
            </tr>
            <tr>
                <td style="width: 1px">
                    <div style="width: 204px; height: 705px; background-repeat: repeat-x; border-right: #3366cc 1px solid; border-top: #3366cc 1px solid; border-left: #3366cc 1px solid; border-bottom: #3366cc 1px solid;">
                        <table style="width: 203px; height: 82px">
                            <tr>
                                <td colspan="3" style="background-color: #ffffff; background-image: url(pic/stlye1-lefttop-bg.gif); background-repeat: repeat-x; height: 21px; text-align: left;">
                                    <asp:Image ID="Image1" runat="server" ImageUrl="~/pic/stlye1-left-xiaobiao.gif" />货运管理登陆</td>
                            </tr>
                            <tr>
                                <td colspan="3">
                                <iframe src="admin/login.aspx" frameborder="0" scrolling="no" style="width: 180px; height: 142px"></iframe>
                                </td>
                            </tr>
                            <tr>
                                <td colspan="3" style="background-image: url(pic/stlye1-lefttop-bg.gif); height: 21px;
                                    text-align: left">
                                    <asp:Image ID="Image2" runat="server" ImageUrl="~/pic/stlye1-left-xiaobiao.gif" />
                                    <asp:HyperLink ID="HyperLink1" runat="server">联系方式</asp:HyperLink></td>
                            </tr>
                            <tr>
                                <td colspan="3" style="height: 194px">
                                 <iframe src="Include/Lxfs.aspx" frameborder="0" scrolling="no" style="width: 190px; height: 203px"></iframe>
                                 </td>
                            </tr>
                            <tr>
                                <td colspan="3" style="background-image: url(pic/stlye1-lefttop-bg.gif); background-repeat: repeat-x;
                                    height: 21px; text-align: left">
                                    <asp:Image ID="Image3" runat="server" ImageUrl="~/pic/stlye1-left-xiaobiao.gif" />
                                    <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/include/Friendlink.aspx" Target="_blank">自助友情链接</asp:HyperLink></td>
                            </tr>
                            <tr>
                                <td colspan="3">
                                </td>
                            </tr>
                            <tr>
                                <td colspan="3">
                                <iframe src="include/Showfriendlink.aspx" frameborder="0" scrolling="no" style="width: 180px; height: 237px"></iframe>
                                </td>
                            </tr>
                        </table>
                        </div>
                </td>
                <td colspan="2" style="text-align: right">
                    <div style="width: 740px; height: 704px; border-right: #3366cc 1px solid; border-top: #3366cc 1px solid; border-left: #3366cc 1px solid; border-bottom: #3366cc 1px solid; background-repeat: repeat-x; text-align: center;">
                        <table style="width: 693px; height: 128px">
                            <tr>
                                <td colspan="3" style="background-repeat: repeat-x;
                                    height: 5px; text-align: left">
                                    <img src="pic/ico_02.gif" />
                                    <strong>公司简介</strong></td>
                            </tr>
                            <tr>
                                <td colspan="3" style="background-image: url(pic/line_bg_01.gif); background-repeat: repeat-x;
                                    height: 5px; text-align: left">
                                </td>
                            </tr>
                            <tr>
                                <td style="text-align: left;" colspan="3">
                                    &nbsp;<div style="width: 684px; height: 609px; line-height: 18pt; text-align: left;">
                                        <asp:Label ID="lblIntroduction" runat="server"></asp:Label></div>
                                </td>
                            </tr>
                        </table>
                    </div>
                </td>
            </tr>
            <tr>
                <td style="border-right: #00ccff 1px solid; border-top: #00ccff 1px solid; border-left: #00ccff 1px solid; border-bottom: #00ccff 1px solid; text-align: center; background-repeat: repeat-x; background-color: #99ccff;" colspan="3">
                <iframe src="kongjian/bot.aspx" frameborder="0" scrolling="no" style="width: 100%; height: 62px" ></iframe>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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