chaxun.aspx

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

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

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: center">
        <table border="0" cellpadding="0" cellspacing="0" style="position: static; height: 366px; font-size: 14pt; color: #000000; background-color: #ffffff;"
            width="800">
            <tr>
                <td colspan="3" style="height: 28px">
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 115px">
                    <asp:Image ID="imgT" runat="server" Height="115px" ImageAlign="Left" ImageUrl="~/image/kcT.jpg"
                        Style="position: relative" Width="800px" /></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 346px; font-size: 14pt; color: #000000; background-color: #ffffff;" valign="top">
                    <table border="0" cellpadding="0" cellspacing="0" style="position: static; height: 175px;
                        background-color: #ffffff" width="100%">
                        <tr>
                            <td colspan="3" style="height: 33px; text-align: center">
                                <strong><span style="font-size: 32pt">安阳到</span></strong><asp:Label ID="lb_cx" runat="server"
                                    Font-Bold="True" Font-Size="XX-Large" ForeColor="Red" Style="position: static"
                                    Text="lb_cx"></asp:Label><strong><span style="font-size: 32pt">长途客车查询<br />
                                    </span></strong></td>
                        </tr>
                        <tr>
                            <td colspan="3" rowspan="2" style="height: 239px; text-align: center;" valign="top">
                                <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None" style="position: relative" OnSelectedIndexChanged="GridView1_SelectedIndexChanged">
                                    <Columns>
                                        <asp:BoundField DataField="始发站" HeaderText="始发站" />
                                        <asp:BoundField DataField="终点站" HeaderText="终点站" />
                                        <asp:BoundField DataField="发班时间" HeaderText="发班时间" DataFormatString="{0:d}" HtmlEncode="False" />
                                        <asp:BoundField DataField="途径站点" HeaderText="途径站点" />
                                        <asp:HyperLinkField HeaderText="详细信息" Text="详细信息" DataNavigateUrlFields="终点站" DataNavigateUrlFormatString="Message.aspx?终点站={0}" />
                                    </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>
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                            </td>
                        </tr>
                        <tr>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 60px">
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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