Files
eapim-admin/WebContent/common/jsp/popupXml.jsp
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

10 lines
207 B
Plaintext

<%@ page contentType="text/html;charset=MS949"%><%
String xmlData = (String)request.getAttribute("param");
%>
<html>
<body>
<textarea style="width:100%;height:100%">
<%= xmlData%>
</textarea>
</body>
</html>