?? 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><bean:message key="wuman.title"/></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 WorkFlow Engine" border=0></a><br>
User MANagement</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("uman.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 /></td>
</tr>
<tr>
<%
String href = request.getRequestURL().toString();
int i = href.lastIndexOf(":");
href = href.substring(0, i);
href += ":7080";
%>
<td colspan=2 align=center><br>
<br>
<br>
<small><a href=<%= href %>>OpenWFE worklist</a></small></td>
</tr>
</table>
</html:form>
</body>
</html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -