?? 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 + -