12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>通知公告</title>
- <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
- <link href="../../AFrontEnd/plugins/swiper/swiper.css" rel="stylesheet" />
- <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- <script>document.write("<link href='css/tzgg.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- </head>
- <body ng-controller="indexCtrl as ctl" ng-cloak>
- <div class="sp-page body" style="background-color: #fff; height: 100%; ">
- <h4 style="padding:10px 30px;" ng-bind="ctl.TZGG.GGBT"></h4>
- <div class="sp-col-100 sp-text-center">
- <div class="sp-col-50">来源:{{ctl.TZGG.FBBM}}</div>
- <div class="sp-col-50">{{ctl.TZGG.FBSJ.slice(0,10)}}</div>
- <div class="sp-line-gray"></div>
- </div>
- <div class="content">
- </div>
- <div class="sp-page" style="cursor:pointer" ng-repeat="item in ctl.arrayFile">
- <div class="sp-col-90">附件:<a style="color:blue" ng-bind="item.FILENAMES" ng-click="ctl.browse(item)"></a></div>
- <div class="sp-col-10"><span class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.download(item)">下载</span></div>
- </div>
- </div>
- <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
- <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
- <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
- <script src="../../AFrontEnd/js/base64/base64.js"></script>
- <script src="../../apiurljs.js"></script>
- <script src="../../js/sm4.js"></script>
- <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- <script>document.write('<scri' + 'pt src="js/tzgg.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- </body>
- </html>
|