You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeecg/WebRoot/webpage/common/upload/imageView.jsp

36 lines
426 B

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@include file="/context/mytags.jsp"%>
<!DOCTYPE html >
<html>
<head>
<title>附件查看</title>
<script type="text/javascript"
src="plug-in/Flexpaper/flexpaper_flash.js"></script>
</head>
<body>
<div style="position: absolute; left: 5px; top: 5px;">
<img src="${realpath }"/>
</div>
</body>
</html>