?? firstface.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 + -