📄 admin_addbus.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_addBus.aspx.cs" Inherits="admin_addBus" %>
<!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>
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Italic="False"
Font-Size="XX-Large" ForeColor="Red" Style="left: 308px; position: relative;
top: -213px" Text="增加车次"></asp:Label>
<asp:Label ID="Label2" runat="server" Font-Bold="True" Font-Size="XX-Large" ForeColor="Red"
Style="left: 137px; position: relative; top: 16px" Text="增加车次"></asp:Label>
<table border="1" cellpadding="0" cellspacing="1" style="left: 241px; width: 275px;
position: relative; top: 55px; height: 300px" id="TABLE1" onclick="return TABLE1_onclick()">
<tr>
<td style="width: 107px; text-align: center;">
终点站</td>
<td colspan="2">
<asp:TextBox ID="tb_zdz" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
发班时间</td>
<td colspan="2">
<asp:TextBox ID="tb_fbsj" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
途径站点</td>
<td colspan="2">
<asp:TextBox ID="tb_tjzd" runat="server" Style="position: relative" OnTextChanged="tb_tjzd_TextChanged"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
咨询电话</td>
<td colspan="2">
<asp:TextBox ID="tb_zxdh" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
车 型</td>
<td colspan="2">
<asp:TextBox ID="tb_cx" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
票 价</td>
<td colspan="2">
<asp:TextBox ID="tb_pj" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
里 程</td>
<td colspan="2">
<asp:TextBox ID="tb_lc" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
承运公司</td>
<td colspan="2">
<asp:TextBox ID="tb_cygs" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center; height: 32px;">
备 注</td>
<td colspan="2" style="height: 32px">
<asp:TextBox ID="tb_bz" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
</table>
</div>
<table border="0" cellpadding="0" cellspacing="0" style="left: 240px; width: 275px;
position: relative; top: 69px; height: 1px">
<tr>
<td colspan="2" rowspan="3" style="height: 30px; width: 92px;">
<asp:Button ID="btAddBus" runat="server" Style="left: 24px;
position: relative; top: 0px" Text="提交" OnClick="btAddBus_Click1" /></td>
<td rowspan="3" style="width: 160px; height: 30px">
<asp:Button ID="btnCheck" runat="server" Style="position: relative"
Text="检查站点是否存在" OnClick="btnCheck_Click" /></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Style="left: 23px;
position: relative; top: 153px" CellPadding="4" ForeColor="#333333" GridLines="None">
<Columns>
<asp:BoundField DataField="终点站" HeaderText="终点站" />
<asp:BoundField DataField="发班时间" HeaderText="发班时间" />
<asp:BoundField DataField="途径站点" HeaderText="途径站点" />
<asp:BoundField DataField="咨询电话" HeaderText="咨询电话" />
<asp:BoundField DataField="车型" HeaderText="车型" />
<asp:BoundField DataField="票价" HeaderText="票价" />
<asp:BoundField DataField="里程" HeaderText="里程" />
<asp:BoundField DataField="承运公司" HeaderText="承运公司" />
<asp:BoundField DataField="备注" HeaderText="备注" />
</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>
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/admin_admin.aspx" Style="left: 531px;
position: relative; top: -109px">返回</asp:HyperLink>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -