beehive/netui/test/webapps/drt/web/singletonJpf/jpfTest8/JspTest8a.jsp

24 lines
921 B
Plaintext

<%@ 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>SingletonJpf JpfTest8</title>
</head>
<body>
<center>
<span style="font-size: 20px; color: green; font-weight: bold">
SingletonJpf JpfTest8 - JspTest8a.jsp
</span>
<br/><br/>
<span style="font-size: 20px; color: blue; font-weight: bold">
<netui:anchor action="gotoJpf1">Goto Jpf1</netui:anchor>
&nbsp;&nbsp;
<netui:anchor action="finish">Finish</netui:anchor>
</span>
</center>
</body>
</netui:html>