18 lines
532 B
Plaintext
18 lines
532 B
Plaintext
<%@ page language="java" %>
|
|
<%@ 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"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Call Page Flow Tests</title>
|
|
</head>
|
|
|
|
<body>
|
|
<b>Call Page Flow Tests</b><br/>
|
|
<netui:anchor action="SimpleTest.do">SimpleTest</netui:anchor><br/>
|
|
<netui:anchor action="SumTest.do">SumTest</netui:anchor><br/>
|
|
<br/>
|
|
</body>
|
|
</html>
|