beehive/netui/test/webapps/drt/web/miniTests/upload/results.jsp

28 lines
902 B
Plaintext
Raw Normal View History

<!--Generated by WebLogic Workshop-->
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
<netui:html>
<head>
<title>
File Upload Results
</title>
</head>
<body>
<h3>File Upload Results</h3>
<i>Label:</i> <netui:span value="${pageInput.init.label}"/>
<br>
<br>
<i>File Contents:</i>
<blockquote>
<pre><netui:content value="${pageInput.init.fileDataString}"/></pre>
</blockquote>
<br>
<br>
<br>
<netui:anchor action="begin">start over</netui:anchor>
</body>
</netui:html>