tzgg.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>通知公告</title>
  6. <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
  7. <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
  8. <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
  9. <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
  10. <link href="../../AFrontEnd/plugins/swiper/swiper.css" rel="stylesheet" />
  11. <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  12. <script>document.write("<link href='css/tzgg.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  13. </head>
  14. <body ng-controller="indexCtrl as ctl" ng-cloak>
  15. <div class="sp-page body" style="background-color: #fff; height: 100%; ">
  16. <h4 style="padding:10px 30px;" ng-bind="ctl.TZGG.GGBT"></h4>
  17. <div class="sp-col-100 sp-text-center">
  18. <div class="sp-col-50">来源:{{ctl.TZGG.FBBM}}</div>
  19. <div class="sp-col-50">{{ctl.TZGG.FBSJ.slice(0,10)}}</div>
  20. <div class="sp-line-gray"></div>
  21. </div>
  22. <div class="content">
  23. </div>
  24. <div class="sp-page" style="cursor:pointer" ng-repeat="item in ctl.arrayFile">
  25. <div class="sp-col-90">附件:<a style="color:blue" ng-bind="item.FILENAMES" ng-click="ctl.browse(item)"></a></div>
  26. <div class="sp-col-10"><span class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.download(item)">下载</span></div>
  27. </div>
  28. </div>
  29. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  30. <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
  31. <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  32. <script src="../../AFrontEnd/js/base64/base64.js"></script>
  33. <script src="../../apiurljs.js"></script>
  34. <script src="../../js/sm4.js"></script>
  35. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  36. <script>document.write('<scri' + 'pt src="js/tzgg.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  37. </body>
  38. </html>