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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="VehiclesOnTime.aspx.cs" Inherits="Vehicles_VehiclesOnTime" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <title>大连XX集团办公自动化系统</title>
  6.     <link href="../css/style.css" type="text/css" rel="stylesheet">
  7.     <link href="../css/default.css" type="text/css" rel="stylesheet">
  8.     <script language="javascript" src="../js/menu.js" type="text/javascript"></script>
  9. </head>
  10. <body >
  11.     <form id="form1" runat="server">
  12.         <table id="indextablebody" cellpadding="0">
  13.     
  14.             <tbody>
  15.                 <tr>
  16.                     <td class="tab" style="height: 30px">
  17.                         <ul id="tabpage1" style="left: 5px; top: 3px">
  18.                             <li id="tab1" title="待批申请"><span id="spanTitle"><a title="待批申请" href="VehicleWait.aspx" target="content4">待批申请</a></span></li>
  19.                         </ul>
  20.                            <ul id="tabpage1" style="left: 85px; top: 3px">
  21.                             <li id="tab1" title="已准申请"><span id="spanTitle"><a title="已准申请" href="VehicleHadApply.aspx" target="content4">已准申请</a></span></li>
  22.                         </ul>
  23.                                 <ul id="tabpage1" style="left: 165px; top: 3px">
  24.                             <li id="tab1" title="使用中车辆"><span id="spanTitle"><a title="使用中车辆" href="VehicleOnUseing.aspx" target="content4">使用中车辆</a></span></li>
  25.                         </ul>
  26.                         
  27.                         <ul id="tabpage1" style="left: 261px; top: 3px">
  28.                             <li id="tab1" title="使用中车辆"><span id="spanTitle"><a title="未准申请" href="VehicleUnApply.aspx" target="content4">未准申请</a></span></li>
  29.                         </ul>
  30.                         
  31.                         <ul id="tabpage1" style="left: 341px; top: 3px">
  32.                             <li id="tab1" title="使用中车辆"><span id="spanTitle"><a title="未准申请" href="AgreeSupply.aspx" target="content4">审核申请</a></span></li>
  33.                         </ul>
  34.                         
  35.                     </td>
  36.                 </tr>
  37.                 <tr>
  38.                     <td class="t2">
  39.                         <div id="cnt">
  40.                             <div id="dtab1">
  41.                                 <iframe name="content4" src="VehicleWait.aspx" frameborder="0"></iframe>
  42.                             </div>
  43.                         </div>
  44.                     </td>
  45.                 </tr>
  46.             </tbody>
  47.         </table>
  48.     </form>
  49. </body>
  50. </html>