932dc0efda0199c5c172c695d8ecc53ca34aaa9c.svn-base 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>报表模版管理</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../include1.jsp" %>
  9. <!--引用资源文件,JS CSS-->
  10. <script type="text/javascript" src="<%=path%>/scripts/jquery/plugins/jquery.extension.util.js"></script>
  11. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/common.js"></script>
  12. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/utils.js"></script>
  13. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/frameWork/frameWork.js"></script>
  14. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/Request.js"></script>
  15. <script type="text/javascript" src="/nwyj/scripts/business/em/report/addDo.js"></script>
  16. <script type="text/javascript" src="/nwyj/scripts/business/em/report/getRole.js"></script>
  17. <script type="text/javascript" src="../../../../scripts/business/em/report/report_model.js"></script>
  18. <script type="text/javascript" src="../../../../scripts/freamwork/com/sinosoft/system/user/LoginInfo.js"></script>
  19. <!-- <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/common/searchUtil.js"></script>
  20. --> <link href="/nwyj/scripts/freamwork/com/sinosoft/common/searchUtil.css" rel="stylesheet" type="text/css"/>
  21. <style type="text/css">
  22. .deptli{
  23. list-style-type: none;
  24. /* font-size: 12px;
  25. */ float: left;
  26. }
  27. body{
  28. margin:0px;
  29. padding:0px;
  30. }
  31. .selectCondi {
  32. cursor: pointer;
  33. border: 1px #fca224 solid;
  34. height: 20px;
  35. float: left;
  36. line-height: 20px;
  37. font-size: 12px;
  38. padding: 0 5px;
  39. margin-right: 10px;
  40. padding-right: 22px;
  41. }
  42. label{
  43. position: relative;
  44. bottom: 1px;
  45. }
  46. .intTd ul li{
  47. list-style-type: none;
  48. display:inline;
  49. margin-right: 10px;
  50. }
  51. </style>
  52. </head>
  53. <body >
  54. <div class="box2" id="searchPanel" statusType="none" style="margin: 10px 0;clear: both;">
  55. <fieldset>
  56. <table id="tal1">
  57. <tr id="findint">
  58. <td class="condiTitle" style="width:10%"><span>选择报表模板:</span></td>
  59. <td id="intTd" class="intTd"></td>
  60. <!--
  61. <td id="first_td" style="clear: both;">
  62. <input type="checkbox" value="R002105430210_系统运行部" id="xtyx" name="model" />
  63. <label for="xtyx" class="hand">系统运行部</label>
  64. </td>
  65. <td class="model" style="clear: both;">
  66. <input type="checkbox" value="R002105430213_安全监管部" id="aqjg" name="model"/>
  67. <label for="aqjg" class="hand">安全监管部</label>
  68. </td>
  69. <td class="model" style="clear: both;">
  70. <input type="checkbox" value="R002105430211_生产设备部" id="scsb" name="model"/>
  71. <label for="scsb" class="hand">生产设备部</label>
  72. </td>
  73. <td class="model" style="clear: both;">
  74. <input type="checkbox" value="R002105430212_市场营销部" id="scyx" name="model"/>
  75. <label for="scyx" class="hand">市场营销部</label>
  76. </td>
  77. <td class="model" style="clear: both;">
  78. <input type="checkbox" value="R002105430222_抢修中心" id="qxzx" name="model"/>
  79. <label for="qxzx" class="hand">抢修中心</label>
  80. </td> -->
  81. </tr>
  82. </table>
  83. <table id="tal2" >
  84. <tr>
  85. <td width="5%"><span class="condiTitle" style="clear: both;">您已选择:</span></td>
  86. <td id="selectConditions" colspan="4" >
  87. <ul></ul>
  88. </td>
  89. <td width="5%" style="clear: both;">
  90. <input type="button" value="查询" id="searchButt" onclick="showModel();"/>
  91. </td>
  92. </tr>
  93. </table>
  94. </fieldset>
  95. </div>
  96. <div style="clear: both;"></div>
  97. <div class="padding_right5" style="clear: both;">
  98. <div id="maingrid" style="clear: both;" ></div>
  99. </div>
  100. </body>
  101. </html>