first commit

This commit is contained in:
Ray
2026-02-19 03:37:37 +08:00
commit ccfd8c79a4
2813 changed files with 453657 additions and 0 deletions

18
comm/Kernel/show_img.jsp Executable file
View 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>