friendlink.aspx

来自「asp.net 的某物流管理系统 MIS 系统」· ASPX 代码 · 共 86 行

ASPX
86
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Friendlink.aspx.cs" Inherits="include_Friendlink" %>

<!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">
    <form id="form1" runat="server">
    <div>
        <table border="0" cellpadding="0" cellspacing="0" style="width: 458px; height: 31px">
            <tr>
                <td>
                    <img src="../pic/body/top1.gif" /></td>
                <td style="background-image: url(../pic/body/top2.gif); width: 2502px; background-repeat: repeat">
                </td>
                <td style="background-image: url(../pic/body/top2.gif); background-repeat: repeat;
                    text-align: right">
                    <img src="../pic/body/top3.gif" style="height: 20px" /></td>
            </tr>
            <tr>
                <td colspan="3" style="border-right: gainsboro 1px dashed; border-top: gainsboro 1px dashed;
                    background-image: url(pic/body/titlebg.gif); border-left: gainsboro 1px dashed;
                    border-bottom: gainsboro 1px dashed; background-repeat: repeat-x; height: 20px">
                    自助链接系统</td>
            </tr>
            <tr>
                <td colspan="3" style="border-right: gainsboro 1px solid; border-top: gainsboro 1px solid;
                    border-left: gainsboro 1px solid; border-bottom: gainsboro 1px solid; height: 16px;
                    text-align: left">
                    &nbsp; &nbsp; &nbsp; &nbsp; 自助链接系统由用户自主填加,请在三日内把本站的网址链接到贵站,待查验后您的链接系统自动生效。</td>
            </tr>
            <tr>
                <td colspan="3" style="border-right: gainsboro 1px solid; border-top: gainsboro 1px solid;
                    border-left: gainsboro 1px solid; border-bottom: gainsboro 1px solid; height: 40px;
                    text-align: left">
                    网站名称:<asp:TextBox ID="txtName" runat="server" Width="239px" CssClass="txtbox1" MaxLength="10"></asp:TextBox>10字以内<asp:RequiredFieldValidator
                        ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtName" ErrorMessage="必填"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td colspan="3" style="border-right: gainsboro 1px solid; border-top: gainsboro 1px solid;
                    border-left: gainsboro 1px solid; border-bottom: gainsboro 1px solid; height: 40px;
                    text-align: left">
                    网址: &nbsp; &nbsp;&nbsp; &nbsp;
                    <asp:TextBox ID="txtUrl" runat="server" Width="239px" CssClass="txtbox1" MaxLength="30">Http://</asp:TextBox>30字以内</td>
            </tr>
            <tr>
                <td colspan="3" style="border-right: gainsboro 1px solid; border-top: gainsboro 1px solid;
                    border-left: gainsboro 1px solid; border-bottom: gainsboro 1px solid; height: 40px;
                    text-align: left">
                    EMAIL: &nbsp;
                    <asp:TextBox ID="txtEmail" runat="server" CssClass="txtbox1" MaxLength="30" Width="239px"></asp:TextBox>30字以内<asp:RequiredFieldValidator
                        ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtEmail" ErrorMessage="必填"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td colspan="3" style="border-right: gainsboro 1px solid; border-top: gainsboro 1px solid;
                    border-left: gainsboro 1px solid; border-bottom: gainsboro 1px solid; height: 40px;
                    text-align: center">
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" /></td>
            </tr>
            <tr>
                <td colspan="3" style="border-right: gainsboro 1px dashed; border-top: gainsboro 1px dashed;
                    border-left: gainsboro 1px dashed; border-bottom: gainsboro 1px dashed; height: 16px;
                    text-align: center">
                    <asp:Label ID="txtWarning" runat="server" ForeColor="Red" Width="415px"></asp:Label></td>
            </tr>
            <tr>
                <td style="background-image: url(../pic/body/end2.gif); background-repeat: repeat;
                    height: 8px; text-align: left">
                    <img src="../pic/body/end1.gif" /></td>
                <td style="background-image: url(../pic/body/end2.gif); width: 2502px; background-repeat: repeat;
                    height: 8px">
                </td>
                <td style="background-image: url(../pic/body/end2.gif); width: 280px; background-repeat: repeat;
                    height: 8px; text-align: right">
                    <img src="../pic/body/end3.gif" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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