bjqSearchModule.htm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>查询模块</title>
  6. <script type="text/javascript" src="views/bjq/bjqSearchModule.js"></script>
  7. <script type="text/javascript">
  8. loadSelect();
  9. </script>
  10. </head>
  11. <body>
  12. <table width="100%" align="center" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <td valign="top" style="background-color:#f7f6f6;">
  15. <table width="99%" align="center" cellpadding="0" cellspacing="0">
  16. <tr>
  17. <td height="3"></td>
  18. </tr>
  19. <tr>
  20. <td height="25" colspan="2">
  21. <input name="mcid" id="mcid" type="hidden" value="$!mcid"/>
  22. <select name="mcmc" id="mcmc" style="width: 140px;">
  23. <option selected="selected" value="">-牧场名称-</option>
  24. </select>
  25. <input name="zsid" id="zsid" type="hidden" value="$!zsid"/>
  26. <select name="zsmc" id="zsmc" style="width: 140px;">
  27. <option selected="selected" value="">-猪舍名称-</option>
  28. </select>
  29. <input type="button" style="cursor: pointer;" id="search" callBackFunName="$!callBackFunName" value=" 搜索 " />
  30. #set($display = "")
  31. <div style="float: right; display: $display">
  32. #if("$!bjq_bjq_insert" == "true")
  33. <div class="add">
  34. <ul>
  35. <li><a href="#" onclick="javascript:preAdd();">新建</a></li>
  36. </ul>
  37. </div>
  38. #end
  39. </div>
  40. </td>
  41. </tr>
  42. </table>
  43. </td>
  44. </tr>
  45. </table>
  46. </body>
  47. </html>