73c720f79e69f9c3f71fe8056bb53acd4474991b.svn-base 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <%@page language="java" 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. <%@include file="../../include1.jsp"%>
  8. <!-- 更多查询筛选过滤start -->
  9. <script type="text/javascript"
  10. src="/nwyj/scripts/freamwork/com/sinosoft/common/searchUtil.js"></script>
  11. <link href="/nwyj/scripts/freamwork/com/sinosoft/common/searchUtil.css"
  12. rel="stylesheet" type="text/css" />
  13. <!-- 更多查询筛选过滤start -->
  14. <!-- <script type="text/javascript" src="/nwyj/scripts/webUploader/webuploader.js"></script> -->
  15. <script type="text/javascript"
  16. src="/nwyj/scripts/freamwork/com/sinosoft/system/accessory/accessoryList.js"></script>
  17. <style type="text/css">
  18. .l-layout-header {
  19. position: relative;
  20. padding-left: 10px;
  21. color: #183152;
  22. font-weight: bold;
  23. background: rgb(255, 255, 255) repeat-x;
  24. overflow: hidden;
  25. cursor: pointer;
  26. border-bottom: 1px solid #bed5f3;
  27. }
  28. .leftnav {
  29. height: 36px;
  30. line-height: 36px;
  31. }
  32. .nav_div_plan {
  33. margin-top:5px;
  34. border: 1px solid #eeeeee;
  35. background-image: url(/nwyj/images/temp/rc_yuan.png);
  36. background-repeat: no-repeat;
  37. background-position: 5px 52%;
  38. padding: 0 5px 0 25px;
  39. }
  40. .rc_yuan_hover,.nav_div_plan:hover {
  41. border: 1px solid #ffffff;
  42. background-image: url(/nwyj/images/temp/rc_yuan_hover.png);
  43. background-repeat: no-repeat;
  44. background-position: 5px 52%;
  45. padding: 0 5px 0 25px;
  46. word-break: keep-all;
  47. word-wrap: normal;
  48. background-color: #6991d3;
  49. color: #ffffff;
  50. cursor: pointer;
  51. }
  52. .loadClass{
  53. position: relative;
  54. width: 100%;
  55. height:100%;
  56. margin: 0;
  57. padding: 0;
  58. text-align: center;
  59. }
  60. .loadClass span{
  61. margin-top:7px;
  62. display:inline-block;
  63. background-color: #cccccc;
  64. border-radius: 5px;
  65. /* behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc); */
  66. width: 100px;
  67. height: 25px;
  68. line-height: 25px;
  69. }
  70. .loadClass span:HOVER{
  71. cursor:pointer;
  72. color:#ffffff;
  73. background-color: green;
  74. }
  75. </style>
  76. <script type="text/javascript">
  77. var deptId = top.com.sinosoft.lz.system.user.LoginInfo.getCorp_ids();
  78. var parentId = top.com.sinosoft.lz.system.user.LoginInfo.getParent_ids();
  79. var conditionData = {
  80. "list" : [
  81. {"name":"文件类型","className":"FILEEXT","list":[
  82. {"key":"全部","value":"0000"},{"key":"doc","value":"doc"},{"key":"docx","value":"docx"},
  83. {"key":"ppt","value":"ppt"},{"key":"pdf","value":"pdf"},{"key":"xlsx","value":"xlsx"},
  84. {"key":"xls","value":"xls"},{"key":"mp3","value":"mp3"},{"key":"mp4","value":"mp4"},
  85. {"key":"rar","value":"rar"},{"key":"txt","value":"txt"},{"key":"zip","value":"zip"},
  86. {"key":"jpg","value":"jpg"},{"key":"png","value":"png"},{"key":"gif","value":"gif"}
  87. ]
  88. }
  89. ]
  90. };
  91. function initComplete(){
  92. //获取当前主题风格,用于设置日期控件的皮肤
  93. try {
  94. dateSkin=themeColor;
  95. }
  96. catch(e){}
  97. //自定义点击触发日期控件
  98. document.getElementById('start1').onfocus=function(){
  99. var endtimeTf=$dp.$('end1');
  100. WdatePicker({
  101. skin:dateSkin,onpicked:function(){endtimeTf.focus();},maxDate:'#F{$dp.$D(\'end1\')}'
  102. });
  103. };
  104. document.getElementById('end1').onfocus=function(){
  105. //这里设置了最大日期为当前日期,如果不需要则把maxDate:'%y-%M-%d'去掉
  106. WdatePicker({skin:dateSkin/* ,maxDate:'%y-%M-%d' */,minDate:'#F{$dp.$D(\'start1\')}'});
  107. };
  108. }
  109. $(function() {
  110. $("#NAME_110").bind("enter",function(){
  111. $("#searchButt").focus();
  112. });
  113. //根据json生成更多筛选条件ul-li列表
  114. //getChildInfo(conditionData);//-----------------------------------------查询里面的单位
  115. createConditionsDom(conditionData);
  116. });
  117. </script>
  118. </head>
  119. <!--style="text-align: center;" -->
  120. <body >
  121. <!-- <div id="layout1" style="margin: 10px 0">
  122. <div position="left">
  123. <div class="layout_content">
  124. <table width="100%">
  125. <tr>
  126. <td class="ver01">
  127. <div class="" id="singleNav">
  128. <div class="leftnav nav_div_plan rc_yuan_hover">
  129. <span>全部附件</span>
  130. </div>
  131. </div>
  132. </td>
  133. </tr>
  134. </table>
  135. </div>
  136. </div>
  137. <div class="plan_detail" id="plan_detail" position="center">
  138. <div class="padding_right5">
  139. <div class="box2" panelTitle="" id="searchPanel" statusType="none"
  140. style="margin:10px 0">
  141. <fieldset>
  142. <form id="queryForm" method="post">
  143. <input type="text" style="display: none;"/>
  144. <div id="starSearch">
  145. <table style="width:100%;">
  146. <tr>
  147. <td width="80%"><input type="text" name="NAME_110"
  148. id="NAME_110" watermark="请输入附件文件名称" width="300px"
  149. maxlength="15" />&nbsp;&nbsp; <a id="searchButt"><img
  150. src="/nwyj/scripts/qui/libs/icons/toolbar_icons/search_tem.png"
  151. alt="" /></a> &nbsp;&nbsp; <input type="button" id="emptyCondition" value="清空条件"/>
  152. </td>
  153. <td width="20%" align="right"><a href="javascript:;"><span
  154. id="more" class="more_hide">综合查询</span></a></td>
  155. </tr>
  156. </table>
  157. </div>
  158. <div id="moreDiv" style="display: none;">
  159. 可选条件,改div作为容器,需保留
  160. <div class="conditions" id="conditions">
  161. <ul>
  162. <li class="condiTitle">上传时间:</li>
  163. <li><input readonly="readonly" type="text"
  164. class="dateIcon beginTime" name="UPLOADTIME" id="start1" />&nbsp;
  165. ~ &nbsp; <input readonly="readonly" type="text"
  166. class="dateIcon endTime" name="UPLOADTIME" id="end1" /></li>
  167. </ul>
  168. </div>
  169. </div>
  170. </form>
  171. </fieldset>
  172. </div>
  173. <div id="maingrid"></div>
  174. </div>
  175. </div>
  176. </div> -->
  177. <!-- style="width:1000px;margin: 0 auto;text-align: left;" -->
  178. <div class="padding_right5" >
  179. <div class="box2" panelTitle="" id="searchPanel" statusType="none"
  180. style="margin:10px 0">
  181. <fieldset>
  182. <form id="queryForm" method="post">
  183. <input type="text" style="display: none;"/>
  184. <div id="starSearch">
  185. <table style="width:100%;">
  186. <tr>
  187. <td width="80%"><input type="text" name="NAME_110"
  188. id="NAME_110" watermark="请输入附件文件名称" width="300px"
  189. maxlength="15" />&nbsp;&nbsp; <a id="searchButt"><img
  190. src="/nwyj/scripts/qui/libs/icons/toolbar_icons/search_tem.png"
  191. alt="" /></a>
  192. </td>
  193. <td width="20%" align="right"><a href="javascript:;"><span
  194. id="more" class="more_hide">综合查询</span></a></td>
  195. </tr>
  196. </table>
  197. </div>
  198. <div id="moreDiv" style="display: none;">
  199. <div class="conditions" id="conditions">
  200. <ul>
  201. <li class="condiTitle">上传时间:</li>
  202. <li><input readonly="readonly" type="text"
  203. class="dateIcon beginTime" name="UPLOADTIME" id="start1" />&nbsp;
  204. ~ &nbsp; <input readonly="readonly" type="text"
  205. class="dateIcon endTime" name="UPLOADTIME" id="end1" /></li>
  206. </ul>
  207. </div>
  208. </div>
  209. </form>
  210. </fieldset>
  211. </div>
  212. <div id="maingrid"></div>
  213. </div>
  214. </body>
  215. </html>