📄 default.jsp
字号:
<%@ page contentType="text/html; charset=GB2312" %>
<%@ page import="com.opensymphony.util.TextUtils"%> <html> <head> <title>工作流功能演示</title> </head> <body> <% if (TextUtils.parseBoolean(request.getParameter("auth_failed"))) { %> <font color="red">登录失败,请核对用户是否存在、密码是否正确?</font> <% } %> <hr/> <p>请从这里填写信息然后登录(密码随意填写或不填)。<br/>提示:<br/>writer组的用户(newplayer可以进入分枝1,取余用户都进行分枝2)可以启动流程,<br/>designer组的成员进行排版设计,<br/>editor组的成员进行校对,<br/>publisher组的成员进行复检出版。</p> <form method="POST" action="login2.jsp"> <table border="0"> <tr><td>用户名:</td><td><input type="text" name="u"></td></tr> <tr><td>密 码:</td><td><input type="password" name="p"></td></tr> <tr><td>用户组:</td><td><input type="text" name="g"></td></tr> <tr><td colspan="2"><input type="submit" value="登录"></td></tr> </table> </form> <hr> Below is a graphical representation of the example workflow. You should review the example.xml workflow definition file to see the various steps and actions available in this example.<br> <img src="example.png" border=0 /> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -