beehive/netui/test/webapps/tomcat/web/security/page2.jsp

15 lines
387 B
Plaintext

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<netui:html>
<body bgcolor="white">
<h3>This is page 2!</h3>
<netui:anchor action="back_secure" >Back to index Secure</netui:anchor><br>
<netui:anchor action="back_unsecure" >Back to index Unsecure</netui:anchor>
</body>
</netui:html>