Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 923 → Rev 924

/sun/hostcaptain/trunk/webapp/system/login.jsp
3,17 → 3,17
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %>
<%@ taglib uri="/WEB-INF/hostcaptain-core.tld" prefix="core" %>
<%@ taglib uri="/WEB-INF/hostadmiral-core.tld" prefix="core" %>
<html>
 
<head>
<meta http-equiv="expires" content="0">
<title><bean:message key="ak.hostcaptain.page.system.login.title" /></title>
<title><bean:message key="ak.hostadmiral.page.system.login.title" /></title>
</head>
 
<body>
 
<h1><bean:message key="ak.hostcaptain.page.system.login.title" /></h1>
<h1><bean:message key="ak.hostadmiral.page.system.login.title" /></h1>
 
<html:errors/>
 
22,7 → 22,7
<table border=1>
<tr>
<th class="right">
<bean:message key="ak.hostcaptain.page.system.login.login" />
<bean:message key="ak.hostadmiral.page.system.login.login" />
</th>
<td class="left">
<html:text property="login" size="16"/>
30,7 → 30,7
</tr>
<tr>
<th class="right">
<bean:message key="ak.hostcaptain.page.system.login.password" />
<bean:message key="ak.hostadmiral.page.system.login.password" />
</th>
<td class="left">
<html:password property="password" size="16" redisplay="false" />
39,12 → 39,12
<tr>
<td class="right">
<html:submit>
<bean:message key="ak.hostcaptain.page.system.login.submit" />
<bean:message key="ak.hostadmiral.page.system.login.submit" />
</html:submit>
</td>
<td class="right">
<html:reset>
<bean:message key="ak.hostcaptain.page.system.login.reset" />
<bean:message key="ak.hostadmiral.page.system.login.reset" />
</html:reset>
</td>
</tr>