Files
123123/comm/Kernel/show_img.jsp
2026-02-19 03:37:37 +08:00

18 lines
412 B
Plaintext
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<%@ include file="include/pagetop.jsp"%>
<!-- ========== Css Files ========== -->
<link href="css/root.css" rel="stylesheet">
<style type="text/css">
body{background: #F5F5F5;}
</style>
</head>
<body>
<div class="error-pages">
<img src="<%=basePath%>normal/showimg.action?imagePath=<s:property value="imagePath" />" >
</div>
</body>
</html>