⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 firstface.jsp

📁 <Java网络程序设计 J2EE>随书源码
💻 JSP
字号:
<jsp:useBean  id="user"  class="com.sun.j2ee.workflow.control.web.UserBean"  scope="session"/><%if(user!=null){  if (!user.isLoggedIn()) {%><P><font face="Verdana" size="4">Plase Select Sign-in Methods:</font><BR><p>   <a href="<%=request.getContextPath()%>/control/signin">     <font face="Arial" size = "2"> Application Form-Based Login </font></a> <BR><p>   <a href="<%=request.getContextPath()%>/control/signin_cfb">     <font face="Arial" size = "2"> Container Form-Based Login </font></a> <BR><p>   <a href="<%=request.getContextPath()%>/control/signin_ba">     <font face="Arial" size = "2"> Basic Authentication Login </font> </a><BR><p>    <a href="https://<%=request.getServerName()%>:8443<%=request.getContextPath()%>/control/signin">     <font face="Arial" size = "2"> Login with SSL </font> </a><%} else {%><BR><BR><P><font color="blue" size="5"><B>Workflow</B></font><P><BR><font size="4"><I>Improve the work organzation</I></font><BR><P><font size="4">Plase Select the Tools From The Side Bar</font><BR><p><p><a href="<%= request.getContextPath() %>/control/gbmain?language=Chinese">Enter the Chinese Workflow System</a><BR><%}}%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -