CarEditor.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:7k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CarEditor.aspx.cs" Inherits="Vehicles_CarEditor" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.     <br>
  11.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  12.         border="0">
  13.         <tr>
  14.             <th colspan="3" style="height: 25px">
  15.                 编辑车辆</th>
  16.         </tr>
  17.                <tr>
  18.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  19.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  20.                     class="small" width="70%">
  21.                     <tr>
  22.                         <td class="usertablerow2" nowrap="nowrap" width="80">
  23.                             车牌号:</td>
  24.                         <td class="usertablerow2">
  25.                             <asp:TextBox ID="KeyValue_CPH" runat="server" CssClass="BigInput" Width="140px" ReadOnly="true"></asp:TextBox></td>
  26.                         <td class="usertablerow2" rowspan="6" width="250">
  27.                             <%=StrHtmlImage %>
  28.                         </td>
  29.                     </tr>
  30.                     <tr>
  31.                         <td class="usertablerow2" nowrap="nowrap">
  32.                             厂牌型号:</td>
  33.                         <td class="usertablerow2">
  34.                             <asp:TextBox ID="KeyValue_CPXH" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
  35.                     </tr>
  36.                     <tr>
  37.                         <td class="usertablerow2" nowrap="nowrap">
  38.                             发动机号:</td>
  39.                         <td class="usertablerow2">
  40.                             <asp:TextBox ID="KeyValue_FDJH" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
  41.                     </tr>
  42.                     <tr>
  43.                         <td class="usertablerow2" nowrap="nowrap">
  44.                             车辆类型:</td>
  45.                         <td class="usertablerow2">
  46.                             <asp:DropDownList ID="KeyValue_CLLX" runat="server" CssClass="BigSelect">
  47.                             </asp:DropDownList>
  48.                         </td>
  49.                     </tr>
  50.                     <tr>
  51.                         <td class="usertablerow2" nowrap="nowrap">
  52.                             驾驶员:</td>
  53.                         <td class="usertablerow2">
  54.                             <asp:TextBox ID="KeyValue_JSY" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
  55.                     </tr>
  56.                     <tr>
  57.                         <td class="usertablerow2" nowrap="nowrap">
  58.                             购买价格:</td>
  59.                         <td class="usertablerow2">
  60.                             <asp:TextBox ID="KeyValue_GMJG" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
  61.                     </tr>
  62.                     <tr>
  63.                         <td class="usertablerow2" nowrap="nowrap">
  64.                             车辆照片上传:</td>
  65.                         <td class="usertablerow2" colspan="2">
  66.                             <asp:FileUpload ID="KeyValue_CLTPPath" runat="server" />(gif/jpeg/jpg格式,最大 80kb)
  67.                         </td>
  68.                     </tr>
  69.                     <tr>
  70.                         <td class="usertablerow2" nowrap="nowrap">
  71.                             购买日期:</td>
  72.                         <td class="usertablerow2" colspan="2">
  73.                             <asp:TextBox ID="KeyValue_GMRQ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
  74.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  75.                             日期格式形如 1999-1-2
  76.                         </td>
  77.                     </tr>
  78.                                 <tr>
  79.                         <td class="usertablerow2" nowrap="nowrap">
  80.                             年检日期:</td>
  81.                         <td class="usertablerow2" colspan="2">
  82.                             <asp:TextBox ID="KeyValue_NJRQ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
  83.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  84.                             日期格式形如 1999-1-2
  85.                         </td>
  86.                     </tr>
  87.                     <tr>
  88.                         <td class="usertablerow2" nowrap="nowrap" style="height: 24px">
  89.                             当前状态:</td>
  90.                         <td class="usertablerow2" colspan="2" style="height: 24px">
  91.                             <asp:DropDownList ID="KeyValue_DQZT" runat="server" CssClass="BigSelect">
  92.                             </asp:DropDownList>
  93.                         </td>
  94.                     </tr>
  95.                     <tr>
  96.                         <td class="usertablerow2" nowrap="nowrap">
  97.                             备注:</td>
  98.                         <td class="usertablerow2" colspan="2">
  99.                             <asp:TextBox ID="KeyValue_BZ" runat="server" CssClass="BigInput" TextMode="MultiLine" Columns="55" Rows="3"></asp:TextBox>
  100.                         </td>
  101.                     </tr>
  102.                     <tr class="usertablerow2">
  103.                         <td align="middle" colspan="3" nowrap="nowrap">
  104.                             &nbsp; &nbsp; &nbsp;&nbsp;
  105.                         </td>
  106.                     </tr>
  107.                 </table>
  108.                 <div>
  109.                     &nbsp;</div>
  110.           
  111.          
  112.             </td>
  113.         </tr>
  114.         <tr>
  115.             <td align="center" class="usertablerow1" colspan="2">
  116.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  117.                     Text="更新" />
  118.                         &nbsp;&nbsp;
  119.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='CarsManager.aspx'" /><div id="Div2">
  120.                                 </div>   </td>
  121.          
  122.         </tr>
  123.      
  124.     </table>
  125.     <br>
  126.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  127.         border="0">
  128.         <tr>
  129.             <th colspan="2">
  130.                 使用方法</th>
  131.         </tr>
  132.         <tr>
  133.             <td class="usertablerow1" align="right" width="11%">
  134.                 <strong>特殊说明</strong></td>
  135.             <td class="usertablerow1" width="89%">
  136.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  137.         </tr>
  138.     </table>
  139.     </form>
  140.     
  141. </body>
  142. </html>