VehiclesOnTime.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:3k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="VehiclesOnTime.aspx.cs" Inherits="Vehicles_VehiclesOnTime" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <title>大连XX集团办公自动化系统</title>
- <link href="../css/style.css" type="text/css" rel="stylesheet">
- <link href="../css/default.css" type="text/css" rel="stylesheet">
- <script language="javascript" src="../js/menu.js" type="text/javascript"></script>
- </head>
- <body >
- <form id="form1" runat="server">
- <table id="indextablebody" cellpadding="0">
-
- <tbody>
- <tr>
- <td class="tab" style="height: 30px">
- <ul id="tabpage1" style="left: 5px; top: 3px">
- <li id="tab1" title="待批申请"><span id="spanTitle"><a title="待批申请" href="VehicleWait.aspx" target="content4">待批申请</a></span></li>
- </ul>
- <ul id="tabpage1" style="left: 85px; top: 3px">
- <li id="tab1" title="已准申请"><span id="spanTitle"><a title="已准申请" href="VehicleHadApply.aspx" target="content4">已准申请</a></span></li>
- </ul>
- <ul id="tabpage1" style="left: 165px; top: 3px">
- <li id="tab1" title="使用中车辆"><span id="spanTitle"><a title="使用中车辆" href="VehicleOnUseing.aspx" target="content4">使用中车辆</a></span></li>
- </ul>
-
- <ul id="tabpage1" style="left: 261px; top: 3px">
- <li id="tab1" title="使用中车辆"><span id="spanTitle"><a title="未准申请" href="VehicleUnApply.aspx" target="content4">未准申请</a></span></li>
- </ul>
-
- <ul id="tabpage1" style="left: 341px; top: 3px">
- <li id="tab1" title="使用中车辆"><span id="spanTitle"><a title="未准申请" href="AgreeSupply.aspx" target="content4">审核申请</a></span></li>
- </ul>
-
- </td>
- </tr>
- <tr>
- <td class="t2">
- <div id="cnt">
- <div id="dtab1">
- <iframe name="content4" src="VehicleWait.aspx" frameborder="0"></iframe>
- </div>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </form>
- </body>
- </html>