fortune.asp
来自「网络办公系统源码」· ASP 代码 · 共 58 行
ASP
58 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../../config.asp"-->
<!--#include file="../checklogin.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>车辆管理</title>
<link href="../img/css1.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {color: #FFFFFF}
.style4 {font-weight: bold}
-->
</style>
</head>
<body>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr bgcolor="#CC6633">
<td width="85" height="25" colspan="5" align="center"><span class="style1"><strong>资产管理</strong></span></td>
</tr>
<tr>
<td colspan="5" align="center"> </td>
</tr>
<tr>
<td height="200" colspan="5" align="center" class="table2"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="28%" height="150" align="center"><img src="../img/capital_asserts.gif" width="126" height="124"><br>
<br>
</td>
<td width="72%" align="left">
<table width="55%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="100%" height="25" colspan="2"><input name="Submit" type="button" class="bon" id="Submit2" onClick="window.location.href='Fortune_input.asp'" value="资产登记"></td>
</tr>
<tr>
<td height="25" colspan="2"><input name="Submit4" type="button" class="bon" id="Submit4" onClick="window.location.href='Fortune_list.asp'" value="资产汇总"></td>
</tr>
<tr align="center">
<td height="25" colspan="2" align="left"><input name="Submit5" type="button" class="bon" id="Submit3" onClick="window.location.href='Fortune_class.asp'" value="资产类别" #invalid_attr_id="1px solid #000000"></td>
</tr>
<tr align="center">
<td height="25" colspan="2" align="left"><input name="Submit3" type="button" class="bon" value="折旧类别" onClick="window.location.href='Fortune_zjclass.asp'"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?