message.aspx

来自「这是一个公交查询系统」· ASPX 代码 · 共 84 行

ASPX
84
字号
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Message.aspx.cs" Inherits="_Default" %>

<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[

function TABLE1_onclick() {

}

// ]]>
</script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp; &nbsp; &nbsp;
        <table border="0" cellpadding="0" cellspacing="0" style="position: relative; height: 366px; font-size: 14pt; color: #000000; background-color: #ffffff; left: 89px; top: -12px; text-align: center;"
            width="800" id="TABLE1" onclick="return TABLE1_onclick()">
            <tr>
                <td colspan="3" style="height: 28px; text-align: center;">
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 115px">
                    <asp:Image ID="Image1" runat="server" Height="115px" ImageUrl="~/image/kcT.jpg" Style="position: relative"
                        Width="800px" /></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 346px" valign="top">
                    <table border="0" cellpadding="0" cellspacing="0" style="position: static; height: 332px"
                        width="100%">
                        <tr>
                            <td colspan="3" style="height: 44px; text-align: center">
                                <strong><span style="font-size: 32pt">安阳到</span></strong><asp:Label ID="lbMessage" runat="server"
                                    Font-Bold="True" Font-Size="XX-Large" Style="position: static" Text="lbMessage" ForeColor="Red"></asp:Label><strong><span
                                        style="font-size: 32pt">长途客车详细信息</span></strong></td>
                        </tr>
                        <tr>
                            <td colspan="3" rowspan="2" style="height: 138px" valign="top">
                                &nbsp;<asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" Height="125px"
                                    OnSelectedIndexChanged="GridView2_SelectedIndexChanged" Style="left: 0px; position: relative;
                                    top: -16px" Width="100%" CellPadding="0" ForeColor="#333333" GridLines="None">
                                    <Columns>
                                        <asp:BoundField HeaderText="终点站" DataField="终点站" />
                                        <asp:BoundField HeaderText="发班时间" DataField="发班时间" />
                                        <asp:BoundField HeaderText="途径站点" DataField="途径站点" />
                                        <asp:BoundField HeaderText="咨询电话" DataField="咨询电话" />
                                        <asp:BoundField HeaderText="车型" DataField="车型" />
                                        <asp:BoundField HeaderText="里程" DataField="里程" />
                                        <asp:BoundField HeaderText="承运公司" DataField="承运公司" />
                                        <asp:BoundField HeaderText="备注" DataField="备注" />
                                    </Columns>
                                    <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                                    <RowStyle BackColor="#EFF3FB" />
                                    <EditRowStyle BackColor="#2461BF" />
                                    <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
                                    <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                                    <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                                    <AlternatingRowStyle BackColor="White" />
                                </asp:GridView>
                            </td>
                        </tr>
                        <tr>
                        </tr>
                    </table>
                    <asp:HyperLink ID="hlinkMaim" runat="server" ForeColor="Red" NavigateUrl="~/Index.aspx"
                        Style="position: relative">返回主页</asp:HyperLink></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 60px">
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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