notice-details.jsp
1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<!-- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width , initial-scale=1.0" />
<title>通知公告详细信息</title>
<%-- <jsp:include page="../jspinc/inceasyui.jsp"></jsp:include> --%>
<link href="../assets/css/common.css" rel="stylesheet" />
<link href="../assets/css/subpage/iframe-content.css" rel="stylesheet" />
<link href="../assets/css/home-content/notice.css" rel="stylesheet" />
<link href="../../../common/css/attachment.css" rel="stylesheet" />
<!--附件js -->
<script src="../fileupload/md5.js" type="text/javascript"></script>
<script src="../fileupload/jquery-form.js" type="text/javascript"></script>
<script src="../../../common/js/new_attachmentoperation.js"></script>
<script src="../../../js/home-content/usercontrol/attachment.js"></script>
<!-- 主要引用附件相关的js代码 -->
<script type="text/javascript" src="../officialdocument/js/loadbutton.js"></script>
<script src="../assets/jquery/layer/layer.js"></script>
<script type="text/javascript" src="../officialdocument/js/dateformat.js"></script>
<script src="notice-details.js"></script>
<script type="text/javascript">
var global = global || {};
global = global || {};
global.contextPath='/frontweb';
</script> <!-- hyh 新增 2017、10、16 -->
</head>
<body >
<div class="col-xs-12">
<div class="div-notice-item">
</div>
<div class="div-notice-details" style="display:block;background-color:white;font-size:14px; padding-left:0;color:#808080">
<div class="div-notice-details-attachment" id="attachment-detail">
</div>
</div>
</div>
</body>
</html>