card_manager_cardinfo.jsp
来自「java jsp教程」· JSP 代码 · 共 133 行
JSP
133 行
<!-- saved from url=(0047)http://midi/application/common/FrameControl.htm -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=GBK">
<link rel="stylesheet" href="../css/style.css">
<script language="JavaScript" src="/auditpm/include/common.js"></script>
<style type="text/css">
<!--
body {
background-image: url(../images/grid.gif);
}
.inp1 {
BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #999999 1px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #999999 1px solid; HEIGHT: 15px; BACKGROUND-COLOR: #ffffff;FONT-SIZE: 9pt
}
.tag1 {
background-color:#6699CC;
width:73px; position:absolute;
left:59px;
top: 14px;
font-weight:300;
height:15px;
border-bottom-color:#FFFFFF;
font-size:13px;
text-align:center;
cursor:hand;
}
.tag2 {
background-color:#EEF4FF;
width:73px; position:absolute;
left:130px;
top: 14px;
font-weight:300;
height:15px;
border-bottom-color:#FFFFFF;
font-size:13px;
text-align:center;
cursor:hand;
}
.tag3 {
background-color:#EEF4FF;
width:73px; position:absolute;
left:202px;
top: 14px;
font-weight:300;
height:15px;
border-bottom-color:#FFFFFF;
font-size:13px;
text-align:center;
cursor:hand;
border-color:#6699CC;
border:1
}
.style2 {font-size: 18px}
-->
</style>
</head>
<body background=../images/grid.gif>
<form name="form1">
<br>
<div style="background-color: #a6d0f2" class="tag1">基本信息</div>
<div class="tag3" onclick="window.location='card_manager_cardinfo2.html'">补充资料</div>
<div class="tag2" onclick="window.location='card_manager_cardinfo1.html'">审计底稿</div>
<table width="90%" border="0" cellspacing="1" cellpadding="2" align="center" bordercolordark="#DFDFFF" bordercolorlight="#003366" bgcolor="#b3c4db">
<tr bgcolor="#a6d0f2"><td height="29" colspan="4" ><div align="center" class="style2">资 料 卡 基 本 信 息</div></td></tr>
<tr bgcolor="#EEF4FF">
<td width="135" height="27" bgcolor="#EEF4FF"><p align="right">填报单位:</p></td>
<td width="318" height="27" bgcolor="#EEF4FF"><p align="left">大庆审计一处一科</p></td>
<td width="105" bgcolor="#EEF4FF"><p align="right">填报日期:</p></td>
<td width="311" bgcolor="#EEF4FF"><p align="left">2005年06月29日</p></td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="135" height="27" bgcolor="#EEF4FF"><p align="right">卡片编号:</p></td>
<td width="318" bgcolor="#EEF4FF"><p align="left">2050010012005001
</p></td>
<td width="105" bgcolor="#EEF4FF"><p align="right">被审单位:</p></td>
<td width="311" bgcolor="#EEF4FF"><p align="left">采油一厂</p></td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="135" height="27" bgcolor="#EEF4FF"><p align="right">审计项目名称:</p></td>
<td width="318" bgcolor="#EEF4FF"><p align="left">关于科长张某某的离任审计
</p></td>
<td width="105" bgcolor="#EEF4FF"><p align="right">项目类别:</p></td>
<td width="311" bgcolor="#EEF4FF"><p>财务类-任期经济责任</p>
</td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="135" height="27" bgcolor="#EEF4FF"><p align="right">通知编号:</p></td>
<td width="318" bgcolor="#EEF4FF"><p align="left">345234234</p></td>
<td width="105" bgcolor="#EEF4FF"><p align="right">决定编号:</p></td>
<td width="311" bgcolor="#EEF4FF"><p align="left">56324561345</p></td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="135" height="27" bgcolor="#EEF4FF"><p align="right">意见编号:</p></td>
<td width="318" bgcolor="#EEF4FF"><p align="left">2342534523 </p></td>
<td width="105" bgcolor="#EEF4FF"><p align="left"> </p></td>
<td width="311" bgcolor="#EEF4FF"><p align="left"> </p></td>
</tr>
</table>
<br>
</form>
<script>
function formReset() {
document.form1.reset();
}
function show() {
window.location = "#aaa";
accDiv.style.display="";
}
function hide() {
accDiv.style.display="none";
}
function showDetail() {
detail.style.display="";
}
function hideDetail() {
detail.style.display="none";
}
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?