- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CarEditor.aspx.cs" Inherits="Vehicles_CarEditor" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </head>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 编辑车辆</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="70%">
- <tr>
- <td class="usertablerow2" nowrap="nowrap" width="80">
- 车牌号:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_CPH" runat="server" CssClass="BigInput" Width="140px" ReadOnly="true"></asp:TextBox></td>
- <td class="usertablerow2" rowspan="6" width="250">
- <%=StrHtmlImage %>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 厂牌型号:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_CPXH" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 发动机号:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_FDJH" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 车辆类型:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_CLLX" runat="server" CssClass="BigSelect">
- </asp:DropDownList>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 驾驶员:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_JSY" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 购买价格:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_GMJG" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 车辆照片上传:</td>
- <td class="usertablerow2" colspan="2">
- <asp:FileUpload ID="KeyValue_CLTPPath" runat="server" />(gif/jpeg/jpg格式,最大 80kb)
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 购买日期:</td>
- <td class="usertablerow2" colspan="2">
- <asp:TextBox ID="KeyValue_GMRQ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
- <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
- 日期格式形如 1999-1-2
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 年检日期:</td>
- <td class="usertablerow2" colspan="2">
- <asp:TextBox ID="KeyValue_NJRQ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
- <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
- 日期格式形如 1999-1-2
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="height: 24px">
- 当前状态:</td>
- <td class="usertablerow2" colspan="2" style="height: 24px">
- <asp:DropDownList ID="KeyValue_DQZT" runat="server" CssClass="BigSelect">
- </asp:DropDownList>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 备注:</td>
- <td class="usertablerow2" colspan="2">
- <asp:TextBox ID="KeyValue_BZ" runat="server" CssClass="BigInput" TextMode="MultiLine" Columns="55" Rows="3"></asp:TextBox>
- </td>
- </tr>
- <tr class="usertablerow2">
- <td align="middle" colspan="3" nowrap="nowrap">
-
- </td>
- </tr>
- </table>
- <div>
- </div>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="更新" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='CarsManager.aspx'" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>