📄 login.jsp
字号:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<html:html locale="true">
<head>
<title>OpenWFE <%= openwfe.org.engine.Definitions.OPENWFE_VERSION %> - webclient login</title>
<html:base/>
</head>
<body bgcolor="white">
<br>
<br>
<center><a href="http://www.openwfe.org"><img src=../images/openwfe-logo.png alt="OpenWFE - Open source WorkFlow Engine" border=0></a><br>
<small>version <%= openwfe.org.engine.Definitions.OPENWFE_VERSION %></small></center>
<br>
<br>
<br>
<html:errors />
<html:form action="login.action">
<table border=0 align=center>
<tr align=center>
<td><bean:message key="login.url"/></td>
<td><i><%= application.getInitParameter("worklist.url") %></i></td>
</tr>
<tr>
<td align=right><bean:message key="login.username"/></td>
<td><html:text property="username" size="20" maxlength="30" /></td>
</tr>
<tr>
<td align=right><bean:message key="login.password"/></td>
<td><html:password property="password" size="20" maxlength="30" /><br></td>
</tr>
<tr align=center>
<td colspan=2><html:submit property="submit" value="login" />
<html:reset value="reset" /></td>
</tr>
<tr>
<%
String href = request.getRequestURL().toString();
int i = href.lastIndexOf(":");
href = href.substring(0, i);
String uhref= href + ":7081";
String dhref= href + ":7085";
%>
<td colspan=2 align=center><br>
<br>
<br>
<small><a href=<%= uhref %> title="Get to the User MANagement web interface">uman</a> (User Management)</small>
<br>
<small><a href=<%= dhref %> title="Get to the web flow designing application">droflo</a> (Process Design)</small></td>
</tr>
</table>
</html:form>
<!-- demo text -->
<br>
<table cellspacing=3 border=0 align=center>
<tr>
<td align=right valign=top><small>You may login as 'alice', 'bob' or 'charly', password is equal to the username.<br>
There is only 3 accounts for the whole world, so if all workitems are locked,<br>
dont' hesitate to launch your own flows.<br>
You can also login as 'admin' to have to a full view.<br>
There is also a 'guest' account that has a 'full view'.</small></td>
<td align=left valign=top><small>OpenWFE is hosted on<br>
<a href="http://sf.net/projects/openwfe"><IMG src="http://sourceforge.net/sflogo.php?group_id=54621&type=1" border="0" alt="SourceForge"></a></small></td>
</tr>
</table>
<!-- end demo text -->
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -