previewAttachment.jsp 1.88 KB
<%@ page isELIgnored="false" language="java"
	contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%
	String contextPath = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ request.getContextPath();

%>
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title id="attchmentTitle"></title>

<link href="../libs/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="../common/css/iframe-content.css" rel="stylesheet" />
<link href="../common/css/common.css" rel="stylesheet" />
<link href="../css/officedocument/details.css" rel="stylesheet" />

<script src="../libs/jquery/jquery.min.js"></script>
<script src="<%=basePath%>/common/js/global/global.localStorage.js"></script>
<script src="<%=basePath%>/common/js/global/global.modelctls.js"></script>
<script src="../common/js/config.js"></script>
<script src="../libs/layer/layer.js"></script>
<script src="../js/common.js"></script>
<script src="../js/previewAttachment.js"></script>
<!-- 滚动条 -->
<link href="../libs/jquery/jquery.mCustomScrollbar.css" rel="stylesheet" />
<script src="../libs/jquery/jquery.mCustomScrollbar.concat.min.js"></script>
</head>

<body>
	
		 	<div id="diviframe">
	         	<iframe id="iframeImag" name="syiframe" frameborder="0" scrolling="no"
	                            marginwidth="0" style="width:100%;height:100%;">
	         	</iframe>
         	</div>
         	
         	<!-- <div id="divbutton" class="div-att">
         		<div id="bottom">
	         	 <button class="btn btn-updown" onclick="beforeAttachment()">
					<span class="glyphicon glyphicon-arrow-left"></span>
				 </button>
	         	 <button class="btn btn-updown" style="margin-left: 20px;" onclick="nextAttachment()">
					<span class="glyphicon glyphicon-arrow-right"></span>
				 </button>
				 </div>
         	</div> -->
</body>

</html>