first commit
This commit is contained in:
18
comm/Kernel/show_img.jsp
Executable file
18
comm/Kernel/show_img.jsp
Executable file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user