⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 card_material_list.jsp

📁 java jsp教程
💻 JSP
字号:
<!-- saved from url=(0047)http://midi/application/common/FrameControl.htm -->
<HTML><HEAD><TITLE>无标题文档</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/style.css">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<style type="text/css">
<!--
.style5 {font-size: 16px; font-weight: bold; }
-->
</style>
</HEAD>

<SCRIPT language=JavaScript src="../include/common.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" src="../include/calendar.js"></SCRIPT>
<script type="text/javascript" src="../js/xtree.js"></script>
<script type="text/javascript" src="../js/xmlextras.js"></script>
<script type="text/javascript" src="../js/xloadtree.js"></script>
<SCRIPT language=JavaScript>
function selectState()
{
	a=document.form1.stateselect.selectedIndex;
	aa=document.form1.stateselect[a].title;
	document.form1.confstate.value=aa;
}
function popUpCalendarDlg(ctrlobj) {
	showx = event.screenX - event.offsetX - 4 - 210 ; // + deltaX;
	showy = event.screenY - event.offsetY + 18; // + deltaY;
	newWINwidth = 210 + 4 + 18;
	retval = window.showModalDialog("../include/date.htm", "", "dialogWidth:220px; dialogHeight:220px; dialogLeft:"+showx+"px; dialogTop:"+showy+"px; status:no; directories:yes;scroll:no;Resizable:no; "  );
	if( retval != null ){
		ctrlobj.value = retval;
	}
}
function searchstart()
{
	begintime=document.form1.begintime.value;
	endtime=document.form1.endtime.value;
	if(begintime>endtime)
	{
		alert("结束日期不能比起始日期小,请重新选择");
		return;
	}
	else
		window.location.href="../plan/plan_modify.html";
}
function selectUnit()
{
	wx=200;
	wy=200;
	urlstr="unit_audited.html";
	x=(window.screen.width-wx)/2;
	y=(window.screen.height-wy)/2;
	wposition=",left="+x+",top="+y;
	window.open(urlstr,"","width="+wx+",height="+wy+",scrollbars=yes,status=no"+wposition);
}
function selectxmlbtype()
{
   var x = event.clientX;
   var y = event.clientY;
   document.all.xmlbdiv.style.posLeft=x-45;
   document.all.xmlbdiv.style.posTop=y-100;
   document.all.xmlbdiv.style.visibility="visible";
	document.getElementById("xmlbdiv").style.display="block";
}
function selecttype()
{
   var x = event.clientX;
   var y = event.clientY;
   //alert('x-'+x+',y-'+y);
   document.all.jhlbdiv.style.posLeft=x-45;
   document.all.jhlbdiv.style.posTop=y-100;
   //document.all.adminMenuDiv.style.position="absolute; left:"+x+";top:"+y+";width:110;visibility:hidden;z-index:901";
   document.all.jhlbdiv.style.visibility="visible";
	document.getElementById("jhlbdiv").style.display="block";
}
</SCRIPT>
<BODY text=#000000 onmousemove="checkxmlbHideUserMenu()" leftMargin=0 background="../images/grid.gif"
topMargin=10>
  <form name="form1" method="post" >
  <table width=90% border="0" cellspacing="1" cellpadding="4" bgcolor="#426199" align=center>
      <tr bgcolor="#a6d0f2"> 
        <td width="154" height="25" align="left"><div align="right">项目年度:</div></td>
        <TD width="231" height="25" bgcolor="#a6d0f2">          
          <div align="left">
              <select name="select" style="width:187 ">
                <option>2003</option>
                <option>2004</option>
                <option selected>2005</option>
              </select>
            </div></TD>
        <td width="194" bgcolor="#a6d0f2" ><div align="right">被审计单位:</div></td>
        <TD width="277" bgcolor="#a6d0f2">
          <div align="left">
            <input name="united" type="text" id="united" style="background:white" size="25" maxlength="32" readonly="" class="inp1">
        <img src="../images/icon-15.gif" alt="选择被审计单位" name="unit" width="22" height="15" class="bt1" style="cursor:hand;" onClick="selectUnit()">        </div></TD>
      </tr>
      <tr bgcolor="#a6d0f2">
        <td height="20" align="left"><div align="right">项目名称:</div></td>
        <td height="20" bgcolor="#a6d0f2"><div align="left">
          <input name="conftitle" type="text" size="23" style="background:white" class="inp1">
        </div></td>
        <td bgcolor="#a6d0f2" ><div align="right">项目类别:</div></td>
        <td bgcolor="#a6d0f2" ><div align="left">
          <input name="xmlb" type="text" id="xmlb" value="全部" size="25" readonly style="background:white" class="inp1">
        <img src="../images/fuction.gif" width="20" height="15" style="cursor:hand;" onClick="selectxmlbtype()"> </div></td>
      </tr>
      <tr bgcolor="#a6d0f2">
        <td height="20" align="left"><div align="right">项目时间 从:</div></td>
        <td height="20" bgcolor="#a6d0f2"><div align="left">
          <input name="begintime" type="text" value="任意" size="23" readonly style="background:white" class="inp1">
        <img src="../images/calendar.gif" style="cursor:hand;" width="18" height="18" border=0 align="absmiddle" alt="弹出日历下拉菜单" onClick="popUpCalendarDlg(begintime)"> </div></td>
        <td bgcolor="#a6d0f2" ><div align="right">至:</div></td>
        <td bgcolor="#a6d0f2" ><div align="left">
          <input name="endtime" type="text" value="任意" size="25" readonly style="background:white" class="inp1">
        <img src="../images/calendar.gif" style="cursor:hand;" width="18" height="18" border=0 align="absmiddle" alt="弹出日历下拉菜单" onClick="popUpCalendarDlg(endtime)"></div></td>
      </tr>
    </table>
	<div align="center">
  		<img src="../images/search.gif" name="Submit" style="cursor:hand;" alt="查   询" class="bt1" >
	</div>
	<br>
  <TABLE cellSpacing=0 cellPadding=0 width="90%" align=center border=0>
    <TBODY>
      <TR>
        <TD align=middle>  <TABLE cellSpacing=1 borderColorDark=#dfdfff cellPadding=2 
            width="100%" align=center bgColor=#b3c4db borderColorLight=#003366 
            border=0>
                    <TBODY>
				  		<TR bgcolor="#a6d0f2"> 
	               	 <TD align=middle colSpan=6 height=30><div align="center" class="style1">审 计 项 目 资 料 卡</div></TD>
	              	</TR>
	               <TR onmouseover="this.bgColor='#EBEBEB';" onmouseout="this.bgColor='#EEF4FF';" bgColor=#eef4ff>
	                 <TD width="5%" align=middle><div align="center"><strong>序号</strong></div></TD>
                      <TD width="14%" align=middle ><div align="center"><strong>资料卡编号</strong></div></TD>
                      <TD width="14%" align=middle ><div align="center"><strong>项目编号</strong></div></TD>
                      <TD width="26%" height="25" align=middle>
								<div align="center" class="style2">审计项目名称</div>
					 </TD>
	                  <TD width="18%" height="25" align=middle>
								<div align="center" class="style2">被审单位</div>
					 </TD>
					  <TD width="11%" align=center>
	           				<div align="center" class="style2"><strong>项目类别</strong></div>
           			 </TD>
	                  </TR>
     
           			 <TR onmouseover="this.bgColor='#EBEBEB';" onmouseout="this.bgColor='#EEF4FF';" bgColor=#eef4ff>
           			   <TD align=middle><div align="center">1</div></TD>
              				<TD align=middle ><div align="center"><a href="card_manager_cardinfo.html">zlk205001001001101</a></div></TD>
              				<TD align=middle><div align="center">sjjh2010000012005001</div></TD>
              				<TD  height="25" align=middle>
											<div align="center">
												<a href="#" onClick="viewinfo()">关于厂长张XXX的离任审计</a>
										    </div>
					   </TD>
	                  	<TD width="18%" align=middle>
									<div align="center">
										采油一厂
									</div>
					   </TD>
						<TD  align=center>
                          				<div align="center"> 任期经济责任 </div></TD>
                      </TR>
            		<TR onmouseover="this.bgColor='#EBEBEB';" onmouseout="this.bgColor='#EEF4FF';" bgColor=#eef4ff>
            		  <TD align=center>2</TD>
              				<TD align=center><a href="card_manager_cardinfo.html">zlk205001001001102</a></TD>
              				<TD align=center>sjjh2010000012005002</TD>
              				<TD  height="25" align=center>
											<div align="center">
												<a href="#" onClick="viewinfo()">维修采油设备的审计</a>
										    </div>
					  </TD>
                        <TD  align=center>
												<div align="center">
													曙光采油厂
												</div>
					  </TD>
						<TD  align=center>
                          				<div align="center">
                          				  <p>维修工程审计</p>
                          				</div></TD>
                      </TR>
                    </TBODY>
                  </TABLE>
        </TD>
      </TR>
    </TBODY>
  </TABLE></TD>
      </TR>
      <TR> 
    <td align="center" height="23" colspan="7">
    </td>
</TR></table>
  <br>
  
 	<div id=jhlbdiv style="position:absolute; left:250px; top:177px; width:180px; visibility:hidden; z-index:901; height: 150px;" onmouseover="userMenuVisible1=true" >
	  <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
	    <tr bgcolor="#EEFFF7">
    	  <td height="150" valign="top">
			<script type="text/javascript" src="../js/jhlb.js"></script>
		  </td>
	    </tr>
	 </table>
	</div>
	<div id=xmlbdiv style="position:absolute; left:250px; top:177px; width:180px; visibility:hidden; z-index:901; height: 150px;" onmouseover="userMenuVisible2=true" >
		  <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
		    <tr bgcolor="#EEFFF7">
    		  <td height="150" valign="top">
		<script type="text/javascript" src="../js/xmlb.js"></script>
			  </td>
		    </tr>
	     </table>
	</div>
  </form>
<SCRIPT language=JavaScript>
function selectState()
{
	a=document.form1.stateselect.selectedIndex;
	aa=document.form1.stateselect[a].title;
	document.form1.confstate.value=aa;
}
function popUpCalendarDlg(ctrlobj) {
	showx = event.screenX - event.offsetX - 4 - 210 ; // + deltaX;
	showy = event.screenY - event.offsetY + 18; // + deltaY;
	newWINwidth = 210 + 4 + 18;
	retval = window.showModalDialog("../include/date.htm", "", "dialogWidth:220px; dialogHeight:220px; dialogLeft:"+showx+"px; dialogTop:"+showy+"px; status:no; directories:yes;scroll:no;Resizable:no; "  );
	if( retval != null ){
		ctrlobj.value = retval;
	}
}
function searchstart()
{
	begintime=document.form1.begintime.value;
	endtime=document.form1.endtime.value;
	if(begintime>endtime)
	{
		alert("结束日期不能比起始日期小,请重新选择");
		return;
	}
	else
		window.location.href="../plan/plan_modify.html";
}
function selectUnit()
{
	wx=200;
	wy=200;
	urlstr="unit_audited.html";
	x=(window.screen.width-wx)/2;
	y=(window.screen.height-wy)/2;
	wposition=",left="+x+",top="+y;
	window.open(urlstr,"选择单位","width="+wx+",height="+wy+",scrollbars=yes,status=no"+wposition);
}
function selectxmlbtype()
{
   var x = event.clientX;
   var y = event.clientY;
   document.all.xmlbdiv.style.posLeft=x-180;
   document.all.xmlbdiv.style.posTop=y;
   document.all.xmlbdiv.style.visibility="visible";
	document.getElementById("xmlbdiv").style.display="block";
}
function selecttype()
{
   var x = event.clientX;
   var y = event.clientY;
   //alert('x-'+x+',y-'+y);
   document.all.jhlbdiv.style.posLeft=x-45;
   document.all.jhlbdiv.style.posTop=y-100;
   //document.all.adminMenuDiv.style.position="absolute; left:"+x+";top:"+y+";width:110;visibility:hidden;z-index:901";
   document.all.jhlbdiv.style.visibility="visible";
	document.getElementById("jhlbdiv").style.display="block";
}
selectedMeeting=0;

function RadioSelected(muuid,state)
{
	selectedMeeting=1;
}

function delMeeting()
{
	if(selectedMeeting==0)
	{
		alert("先选择一个计划");
		return;
	}
	if(confirm("确认删除吗?"))
	{
	}
}

function ModifySelected()
{
	if(selectedMeeting==0)
	{
		alert("先选择一个资料卡");
		return;
	}
	window.location.href="card_manager_modify.html";
}

function Open(url){
window.open(url,"","width=470,height=400,scrollbars=yes");
}

function addMeeting()
{
	window.location.href="../plan/plan_add.html";
}
function viewMeetingInfo(muuid)
{
	
}
function serch()
{
	window.location.href="../plan/plan_search.html";
}
function viewinfo(num)
{
	wx=800;
	wy=500;
	urlstr="project_viewinfo2_1.html";
	x=(window.screen.width-wx)/2;
	y=(window.screen.height-wy)/2;
	wposition=",left="+x+",top="+y;
	window.open(urlstr,"查看信息","width="+wx+",height="+wy+",scrollbars=yes,status=no"+wposition);
}
</SCRIPT>
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -