?? signinsuccess.jsp
字號(hào):
<%----%><%@page errorPage='<%=request.getContextPath() +"/jsp/error.jsp" %>' %><BR><BR><p><center><font size="6" color="green">Welcome to Workflow System</font><br><br><font size="4" color="red"><I>Organize your project better</I></font><p><% if ((request.getRequestURL().toString()).endsWith("_cfb")) {%> <font size=4>You are using Container HTTP Form-Based Authentication</font><br> with Principal:<b><%= request.getUserPrincipal().getName() %></b><br><br><%} else if (request.getServerPort()==8443){%> <font size=4>You are using SSL Authentication</font> <br><br><%} else if ((request.getRequestURL().toString()).endsWith("_ba")){%> <font size=4>You are using HTTP Basic Authentication</font> <br><br><%} else{%> <font size=4>You are using Application Form-Based Authentication</font> <br><br><%}%><p><a href="<%=request.getContextPath()%>/control/main">Workflow Main Page</a><p></center>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -