w-project-section-files-recover.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <!DOCTYPE html>
  2. <html lang=zh-cn>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>纵横计量支付系统</title>
  6. <meta name=description content=计量支付>
  7. <meta name=copyright content=smartcost.com.cn>
  8. <link rel=stylesheet href={{rootUrl}}global/css/fixedheadertable.css>
  9. <script src={{rootUrl}}global/js/jquery.fixedheadertable.js></script>
  10. <link rel=stylesheet href="{{rootUrl}}global/css/bootstrap.css">
  11. <link rel=stylesheet href="{{rootUrl}}global/css/style.css">
  12. <script src="{{rootUrl}}global/js/jquery-1.9.1.min.js"></script>
  13. <script src="{{rootUrl}}global/js/bootstrap.js"></script>
  14. <script src="{{rootUrl}}global/js/jl.js"></script>
  15. </head>
  16. <body>
  17. <div class="wrapHeader"><h1 title="纵横计量支付" class="mainLogo"></h1>
  18. <div class="userInfo"><img src="images/avtra.png" class="fR">
  19. <div class="btn-group">
  20. <button data-toggle="dropdown" class="btn btn-inverse dropdown-toggle">张三&nbsp;<span class="caret"></span>
  21. </button>
  22. <ul class="dropdown-menu">
  23. <li><a href="#">个人信息</a></li>
  24. <li><a href="#"><span data-icon="r" aria-hidden="true"></span>&nbsp;工作组</a></li>
  25. <li><a href="#"><span data-icon="B" aria-hidden="true"></span>&nbsp;我的任务</a></li>
  26. <li class="divider"></li>
  27. <li><a href="#">帮助中心</a></li>
  28. <li><a href="#">退出</a></li>
  29. </ul>
  30. </div>
  31. </div>
  32. </div>
  33. <div class="wrapContent">
  34. <div class="mainSidebar">
  35. <div class="mainNav">
  36. <ul>
  37. <li><a href="w-project.html" title="项目管理" class="focus">
  38. <div data-icon="A" aria-hidden="true" class="navIcon"></div>
  39. 项目管理</a></li>
  40. <li><a href="r-project.html" title="需审批项目">
  41. <div data-icon="C" aria-hidden="true" class="navIcon"></div>
  42. 审批项目</a><span class="badge badge-warning">4</span></li>
  43. <li><a href="s-project.html" title="我编制的项目">
  44. <div data-icon="B" aria-hidden="true" class="navIcon"></div>
  45. 编制项目</a></li>
  46. <li><a href="" title="生成报表">
  47. <div data-icon="D" aria-hidden="true" class="navIcon"></div>
  48. 报表</a></li>
  49. <li><a href="" title="数据汇总">
  50. <div data-icon="E" aria-hidden="true" class="navIcon"></div>
  51. 汇总</a></li>
  52. </ul>
  53. </div>
  54. </div>
  55. <div class="mainContainer">
  56. <!--内容-->
  57. <div class="mainContent">
  58. <div class="title clearfix">
  59. <ul class="nav nav-pills">
  60. <li class="dropdown"><a title="返回" href="{{rootUrl}}project/{{currproArray.pid}}/section"><span
  61. class="closePanel" aria-hidden="true" data-icon="Z"></span></a></li>
  62. <li class="dropdown">
  63. </li>
  64. <li class="dropdown">
  65. <a href="{{rootUrl}}project/{{currproArray.pid}}/section" data-toggle="dropdown"
  66. class="dropdown-toggle">
  67. {{currconArray.stname}}<b class="caret"></b>
  68. </a>
  69. <ul class="dropdown-menu">
  70. <!-- loop allconArray -->
  71. <li><a href="{{rootUrl}}project/{{currproArray.pid}}/section">{{allconArray'
  72. value.stname}}</a></li>
  73. <!-- endloop -->
  74. </ul>
  75. </li>
  76. <li class="dropdown">
  77. <a href="{{rootUrl}}project/{{currproArray.pid}}/section" data-toggle="dropdown"
  78. class="dropdown-toggle">
  79. {{curractmeasureArray.pmname}}<b class="caret"></b>
  80. </a>
  81. <ul class="dropdown-menu">
  82. <!-- loop allactmeasureArray -->
  83. <li>
  84. <a href="{{rootUrl}}project/{{currproArray.pid}}/section/{{allactmeasureArray' value.pmid}}/detail">{{allactmeasureArray'
  85. value.pmname}}</a></li>
  86. <!-- endloop -->
  87. <!-- <li class="divider"></li>
  88. <li><a href="#">共18标段,查看更多</a></li>-->
  89. </ul>
  90. </li>
  91. </ul>
  92. </div>
  93. <!--导航-->
  94. <ul class="nav nav-tabs">
  95. <li>
  96. <a href="{{rootUrl}}project/{{pid}}/section/{{pmid}}/detail">标段概况</a>
  97. </li>
  98. <li class="active"><a href="{{rootUrl}}project/{{pid}}/section/{{pmid}}/files">附件</a></li>
  99. <!--<li><a href="w-project-section-measure.html">计量台帐</a></li>-->
  100. </ul>
  101. <!--导航-->
  102. <div class="title">
  103. <h1>附件回收站</h1>
  104. </div>
  105. <!--文件管理-->
  106. <div class="filesWrap">
  107. <div class="filesList">
  108. <table class="table table-striped table-hover">
  109. <thead>
  110. <tr>
  111. <th width="">文件名</th>
  112. <th width="">期</th>
  113. <th width="">节点</th>
  114. <th width="">上传者</th>
  115. <th width="">上传时间</th>
  116. <th width="">删除</th>
  117. <th width="">删除时间</th>
  118. <th width="40">操作</th>
  119. </tr>
  120. </thead>
  121. <tbody>
  122. <tr>
  123. <!-- loop itematta -->
  124. <td width=""><span class="fileico ico-jpg"></span><a href="#">{{itematta' value.filename}}</a></td>
  125. <td>第二期</td>
  126. <td>203-1-a 挖土方</td>
  127. <td width="">陈工</td>
  128. <td width="">2014-11-20 10:10</td>
  129. <td class="text-error">陈工</td>
  130. <td class="text-error">2014-11-20 10:10</td>
  131. <td>
  132. <div class="btn-group">
  133. <a class="btn btn-mini dropdown-toggle" data-toggle="dropdown" href="#">
  134. <span class="caret"></span>
  135. </a>
  136. <ul class="dropdown-menu">
  137. <li><a><i class="icon-eye-open"></i>&nbsp;预览</a></li>
  138. <li><a><i class="icon-download-alt"></i>&nbsp;下载</a></li>
  139. <li><a href="#file-replace" data-toggle="modal"><i class="icon-repeat"></i>&nbsp;恢复</a>
  140. </li>
  141. </ul>
  142. </div>
  143. </td>
  144. </tr>
  145. <!-- endloop -->
  146. </tbody>
  147. </table>
  148. <div class="pagination">
  149. <ul>
  150. <li class="disabled"><a href="#">&laquo;</a></li>
  151. <li class="active"><a href="#">1</a></li>
  152. <li><a href="#">2</a></li>
  153. <li><a href="#">3</a></li>
  154. <li><a href="#">4</a></li>
  155. <li><a href="#">5</a></li>
  156. </ul>
  157. </div>
  158. </div>
  159. <div class="filesDetail">
  160. <table class="table table-striped">
  161. <thead>
  162. <tr>
  163. <th colspan="4">文件详情</th>
  164. </tr>
  165. </thead>
  166. <tr>
  167. <th width="60">文件名</th>
  168. <td colspan="3"> K0+800-K1+000图纸</td>
  169. </tr>
  170. <tr>
  171. <th width="60">格式</th>
  172. <td><span class="fileico ico-jpg"></span>.jpg</td>
  173. <th width="60">所在期</th>
  174. <td>第二期</td>
  175. </tr>
  176. <tr>
  177. <th width="60">上传者</th>
  178. <td>陈工</td>
  179. <th width="60">上传时间</th>
  180. <td>2014-11-20 14:20</td>
  181. </tr>
  182. <tr>
  183. <th width="60">备注/描述</th>
  184. <td colspan="3">内容内容内容内容</td>
  185. </tr>
  186. <tr>
  187. <th width="60">更多操作</th>
  188. <td colspan="3">
  189. <button class="btn btn-mini btn-danger" type="button" href="#file-del"
  190. data-toggle="modal"><i class="icon-remove icon-white"></i>彻底删除
  191. </button>
  192. <button class="btn btn-mini btn-danger" type="button" href="#file-del2"
  193. data-toggle="modal"><i class="icon-remove icon-white"></i>彻底删除
  194. </button>
  195. </td>
  196. </tr>
  197. </table>
  198. </div>
  199. </div>
  200. <!--文件管理-->
  201. </div>
  202. <!--内容-->
  203. </div>
  204. </div>
  205. <!-- 替换弹出 -->
  206. <div id="file-replace" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
  207. aria-hidden="true">
  208. <div class="modal-header">
  209. <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  210. <h3 id="myModalLabel">文件恢复</h3>
  211. </div>
  212. <div class="modal-body">
  213. <h5 class="text-success">恢复成功。</h5>
  214. </div>
  215. <div class="modal-footer">
  216. <button class="btn" data-dismiss="modal" aria-hidden="true">关闭</button>
  217. </div>
  218. </div>
  219. <!-- 替换弹出 -->
  220. <!-- 删除弹出 -->
  221. <div id="file-del" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
  222. aria-hidden="true">
  223. <div class="modal-header">
  224. <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  225. <h3 id="myModalLabel">文件删除</h3>
  226. </div>
  227. <div class="modal-body">
  228. <h5 class="text-error">彻底删除无法还原,所有清单下挂的该文件都将移除。</h5>
  229. </div>
  230. <div class="modal-footer">
  231. <button class="btn" data-dismiss="modal" aria-hidden="true">关闭</button>
  232. <button class="btn btn-danger">确定删除</button>
  233. </div>
  234. </div>
  235. </div>
  236. <!-- 删除弹出 -->
  237. <!-- 删除弹出 -->
  238. <div id="file-del2" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
  239. aria-hidden="true">
  240. <div class="modal-header">
  241. <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  242. <h3 id="myModalLabel">文件删除</h3>
  243. </div>
  244. <div class="modal-body">
  245. <h5 class="text-warning">文件上传者才有彻底删除权限。</h5>
  246. </div>
  247. <div class="modal-footer">
  248. <button class="btn" data-dismiss="modal" aria-hidden="true">关闭</button>
  249. </div>
  250. </div>
  251. </div>
  252. <!-- 删除弹出 -->
  253. <script type="text/javascript">autoFlashHeight();</script>
  254. </body>