batch_list.jsp
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:5k
源码类别:
电子政务应用
开发平台:
Java
- <HTML>
- <jsp:include page="/vnex/page/FORM_HEAD.jsp" />
- <script language=javascript>
- function includeInvalid(str)
- {
- if (str.indexOf("'") == -1)
- return false
- else
- return true;
- }
- function isDataValid()
- {
- if (includeInvalid(formsearch.keyword.value))
- {
- alert("关键字包含非法字符");
- return false;
- }
- return true;
- }
- </script>
- <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=0 leftmargin="0" marginwidth="0" marginheight="0">
- <jsp:include page="/vnex/menu.jsp" />
- <DIV align=center>
- <form name="formsearch" method="post" action="/mainctrl/equipmentBatchSearchResult" onsubmit="return(isDataValid())">
- <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
- <TBODY>
- <TR>
- <TD><IMG height=4 src="/vnex/MacOS/lefttop.gif" width=6></TD>
- <TD background=/vnex/MacOS/top.gif colSpan=3><IMG height=4
- src="/vnex/MacOS/top.gif" width=1></TD>
- <TD><IMG height=4 src="/vnex/MacOS/righttop.gif"></TD>
- </TR>
- <TR>
- <TD vAlign=top background=/vnex/MacOS/lwing.gif rowSpan=3><IMG height=18
- src="/vnex/MacOS/left.gif" width=6></TD>
- <TD vAlign=top background=/vnex/MacOS/titlebg.gif width="16">
- <DIV><a href="/vnex/index.htm"><img src="/vnex/MacOS/logo.gif" width="16" height="16" border="0" alt="返回Net_Office首页"></a></DIV>
- </TD>
- <TD vAlign=top noWrap align=center width="100%"
- background=/vnex/MacOS/titlebg.gif><SPAN
- style="BACKGROUND-COLOR: #cecece"><FONT class=strong> Net - OFFICE </font></SPAN></TD>
- <TD><a href="javascript:self.close()"><IMG height=18 src="/vnex/MacOS/right_b2.gif" width=18 border="0" alt="关闭窗口"></a></TD>
- <TD vAlign=top background=/vnex/MacOS/rwing.gif rowSpan=3><IMG height=18
- src="/vnex/MacOS/right.gif" width=7></TD>
- </TR>
- <TR>
- <TD background=/vnex/MacOS/hr.gif colSpan=3><IMG height=2
- src="/vnex/MacOS/hr.gif" width=1></TD>
- </TR>
- <TR>
- <TD colSpan=3 align="center"> <br> <span class=iframestyle
- style="OVERFLOW: visible; HEIGHT: 100%"><table width="600" border="1" cellspacing="1" bordercolor="#666666">
- <tr>
- <td bgcolor="#fafafa">
- <table width="600" border="0" cellspacing="0" cellpadding="2">
- <tr bgcolor="#666666">
- <td colspan="4" height="15"><font class="strongw">固定资产管理</font></td>
- </tr>
- <tr>
- <td colspan="4">
- <div align="center"><font class="strong">固定资产批量查找 </font></div>
- </td>
- </tr>
- <tr>
- <td width="78"> </td>
- <td width="151">
- <div align="right"><font class="strong" >类别:</font></div>
- </td>
- <td colspan="2" width="359">
- <input type="text" name="keyword" class="file"> </td>
- </tr>
- <tr>
- <td colspan="4">
- <div align="center">
- <input type="button" name="add" value="添加" class="button" onClick="location='/mainctrl/equipmentAdd'">
- <input type="submit" name="Submit" value="查询" class="button">
- </div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table></span>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="3"></td>
- </tr>
- <tr>
- <td background="/vnex/MacOS/hr.gif"><img src="/vnex/MacOS/hr.gif" width="1" height="2"></td>
- </tr>
- </table>
- <p> <img src="/vnex/macOS/c_logo.gif" width="300" height="50">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="3"></td>
- </tr>
- <tr>
- <td background="/vnex/MacOS/hr.gif"><img src="/vnex/MacOS/hr.gif" width="1" height="2"></td>
- </tr>
- <tr>
- <td height="3"></td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <div align="right"><a href="help.htm" style="cursor:help" title="使用帮助"><img src="/vnex/MacOS/help.gif" width="16" height="16" border="0">HELP</a></div>
- </td>
- </tr>
- </table>
- </TD>
- </TR>
- <TR>
- <TD><IMG height=7 src="/vnex/MacOS/leftbottom.gif" width=6></TD>
- <TD background=/vnex/MacOS/bottom.gif colSpan=3><IMG height=7
- src="/vnex/MacOS/bottom.gif" width=1></TD>
- <TD><IMG height=7 src="/vnex/MacOS/rightbottom.gif"
- width=7></TD>
- </TR>
- </TBODY>
- </TABLE>
- <BR>
- <TABLE cellSpacing=1 cellPadding=2 width="300" border=0>
- <TBODY>
- <TR>
- <TD align=center><FONT class=footer><BR>
- <A target=_top
- href="http://www.visionnex.com">VisionNext Net - OFFICE System Version 1.0</A><br>
- 2001.02.14</FONT></TD>
- </TR></TBODY></TABLE>
- </form></DIV>