batch_list.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:5k
源码类别:

电子政务应用

开发平台:

Java

  1. <HTML>
  2. <jsp:include page="/vnex/page/FORM_HEAD.jsp" />
  3. <script language=javascript>
  4. function includeInvalid(str)
  5. {
  6. if (str.indexOf("'") == -1)
  7. return false
  8. else
  9. return true;
  10. }
  11. function isDataValid()
  12. {
  13. if (includeInvalid(formsearch.keyword.value))
  14. {
  15. alert("关键字包含非法字符");
  16. return false;
  17. }
  18. return true;
  19. }
  20. </script>
  21. <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=0 leftmargin="0" marginwidth="0" marginheight="0">
  22. <jsp:include page="/vnex/menu.jsp" />
  23. <DIV align=center>
  24.    <form name="formsearch" method="post" action="/mainctrl/equipmentBatchSearchResult" onsubmit="return(isDataValid())">
  25.    <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
  26.     <TBODY> 
  27.     <TR> 
  28.       <TD><IMG height=4 src="/vnex/MacOS/lefttop.gif" width=6></TD>
  29.       <TD background=/vnex/MacOS/top.gif colSpan=3><IMG height=4 
  30.       src="/vnex/MacOS/top.gif" width=1></TD>
  31.       <TD><IMG height=4 src="/vnex/MacOS/righttop.gif"></TD>
  32.     </TR>
  33.     <TR> 
  34.       <TD vAlign=top background=/vnex/MacOS/lwing.gif rowSpan=3><IMG height=18 
  35.       src="/vnex/MacOS/left.gif" width=6></TD>
  36.       <TD vAlign=top background=/vnex/MacOS/titlebg.gif width="16"> 
  37.         <DIV><a href="/vnex/index.htm"><img src="/vnex/MacOS/logo.gif" width="16" height="16" border="0" alt="返回Net_Office首页"></a></DIV>
  38.       </TD>
  39.         <TD vAlign=top noWrap align=center width="100%" 
  40.     background=/vnex/MacOS/titlebg.gif><SPAN 
  41.       style="BACKGROUND-COLOR: #cecece"><FONT class=strong> Net - OFFICE </font></SPAN></TD>
  42.         <TD><a href="javascript:self.close()"><IMG height=18 src="/vnex/MacOS/right_b2.gif" width=18 border="0" alt="关闭窗口"></a></TD>
  43.       <TD vAlign=top background=/vnex/MacOS/rwing.gif rowSpan=3><IMG height=18 
  44.       src="/vnex/MacOS/right.gif" width=7></TD>
  45.     </TR>
  46.     <TR> 
  47.       <TD background=/vnex/MacOS/hr.gif colSpan=3><IMG height=2 
  48.       src="/vnex/MacOS/hr.gif" width=1></TD>
  49.     </TR>
  50.     <TR> 
  51.         <TD colSpan=3 align="center"> <br>  <span class=iframestyle 
  52.             style="OVERFLOW: visible; HEIGHT: 100%"><table width="600" border="1" cellspacing="1" bordercolor="#666666">
  53.             <tr> 
  54.               <td bgcolor="#fafafa"> 
  55.                 <table width="600" border="0" cellspacing="0" cellpadding="2">
  56.                   <tr bgcolor="#666666"> 
  57.                     <td colspan="4" height="15"><font class="strongw">固定资产管理</font></td>
  58.                   </tr>
  59.                   <tr> 
  60.                     <td colspan="4"> 
  61.                       <div align="center"><font class="strong">固定资产批量查找 </font></div>
  62.                     </td>
  63.                   </tr>
  64.                   <tr> 
  65.                     <td width="78">&nbsp;</td>
  66.                     <td width="151"> 
  67.                       <div align="right"><font class="strong" >类别:</font></div>
  68.                     </td>
  69.                     <td colspan="2" width="359"> 
  70.                       <input type="text" name="keyword" class="file"> </td>
  71.                   </tr>
  72.                   <tr> 
  73.                     <td colspan="4"> 
  74.                       <div align="center">
  75.                         <input type="button" name="add" value="添加" class="button" onClick="location='/mainctrl/equipmentAdd'">
  76.                         <input type="submit" name="Submit" value="查询" class="button">
  77.                       </div>
  78.                     </td>
  79.                   </tr>
  80.                 </table>
  81.               </td>
  82.             </tr>
  83.           </table></span>
  84. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  85.             <tr> 
  86.               <td height="3"></td>
  87.             </tr>
  88.             <tr> 
  89.               <td background="/vnex/MacOS/hr.gif"><img src="/vnex/MacOS/hr.gif" width="1" height="2"></td>
  90.             </tr>
  91.            
  92.           </table>
  93.           <p> <img src="/vnex/macOS/c_logo.gif" width="300" height="50"> 
  94.           <table width="100%" border="0" cellspacing="0" cellpadding="0">
  95.              <tr> 
  96.               <td height="3"></td>
  97.             </tr>
  98.             <tr> 
  99.               <td background="/vnex/MacOS/hr.gif"><img src="/vnex/MacOS/hr.gif" width="1" height="2"></td>
  100.             </tr>
  101.              <tr> 
  102.               <td height="3"></td>
  103.             </tr>
  104.           </table>
  105.           <table width="100%" border="0" cellspacing="0" cellpadding="0">
  106.             <tr> 
  107.               <td> 
  108.                 <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>
  109.               </td>
  110.             </tr>
  111.           </table>
  112. </TD>
  113.     </TR>
  114.     <TR> 
  115.       <TD><IMG height=7 src="/vnex/MacOS/leftbottom.gif" width=6></TD>
  116.       <TD background=/vnex/MacOS/bottom.gif colSpan=3><IMG height=7 
  117.       src="/vnex/MacOS/bottom.gif" width=1></TD>
  118.       <TD><IMG height=7 src="/vnex/MacOS/rightbottom.gif" 
  119. width=7></TD>
  120.     </TR>
  121.     </TBODY> 
  122.   </TABLE>
  123.   <BR>
  124.   <TABLE cellSpacing=1 cellPadding=2 width="300" border=0>
  125.     <TBODY> 
  126.     <TR>
  127.         <TD align=center><FONT class=footer><BR>
  128.           <A target=_top 
  129.       href="http://www.visionnex.com">VisionNext Net - OFFICE System Version 1.0</A><br>
  130.           2001.02.14</FONT></TD>
  131.     </TR></TBODY></TABLE>
  132. </form></DIV>