Subversion Repositories general

Rev

Rev 899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 899 Rev 905
Line 5... Line 5...
5
<%@ taglib uri="/WEB-INF/ak-backpath.tld"  prefix="backpath" %>
5
<%@ taglib uri="/WEB-INF/ak-backpath.tld"  prefix="backpath" %>
6
<html>
6
<html>
7
 
7
 
8
<head>
8
<head>
9
	<meta http-equiv="expires" content="0">
9
	<meta http-equiv="expires" content="0">
10
	<title><bean:message key="ak.webcontrol.page.user.password.change.title" /></title>
10
	<title><bean:message key="ak.hostcaptain.page.user.password.change.title" /></title>
11
</head>
11
</head>
12
 
12
 
13
<body>
13
<body>
14
 
14
 
15
<h1><bean:message key="ak.webcontrol.page.user.password.change.title" /></h1>
15
<h1><bean:message key="ak.hostcaptain.page.user.password.change.title" /></h1>
16
 
16
 
17
<html:errors/>
17
<html:errors/>
18
 
18
 
19
<html:form action="/user/password/submit" focus="oldpassword">
19
<html:form action="/user/password/submit" focus="oldpassword">
20
<backpath:current/>
20
<backpath:current/>
21
 
21
 
22
<table border="0">
22
<table border="0">
23
    <tr>
23
    <tr>
24
        <th class="right">
24
        <th class="right">
25
            <bean:message key="ak.webcontrol.page.user.password.change.old_password" />
25
            <bean:message key="ak.hostcaptain.page.user.password.change.old_password" />
26
        </th>
26
        </th>
27
        <td class="left">
27
        <td class="left">
28
            <html:password property="oldpassword" size="16" redisplay="false" />
28
            <html:password property="oldpassword" size="16" redisplay="false" />
29
        </td>
29
        </td>
30
    </tr>
30
    </tr>
31
    <tr>
31
    <tr>
32
        <th class="right">
32
        <th class="right">
33
            <bean:message key="ak.webcontrol.page.user.password.change.new_password" />
33
            <bean:message key="ak.hostcaptain.page.user.password.change.new_password" />
34
        </th>
34
        </th>
35
        <td class="left">
35
        <td class="left">
36
            <html:password property="password" size="16" redisplay="false" />
36
            <html:password property="password" size="16" redisplay="false" />
37
        </td>
37
        </td>
38
    </tr>
38
    </tr>
39
    <tr>
39
    <tr>
40
        <th class="right">
40
        <th class="right">
41
            <bean:message key="ak.webcontrol.page.user.password.change.new_password_again" />
41
            <bean:message key="ak.hostcaptain.page.user.password.change.new_password_again" />
42
        </th>
42
        </th>
43
        <td class="left">
43
        <td class="left">
44
            <html:password property="password2" size="16" redisplay="false" />
44
            <html:password property="password2" size="16" redisplay="false" />
45
        </td>
45
        </td>
46
    </tr>
46
    </tr>
47
    <tr>
47
    <tr>
48
        <td class="right">
48
        <td class="right">
49
            <html:submit>
49
            <html:submit>
50
                <bean:message key="ak.webcontrol.page.user.password.change.submit" />
50
                <bean:message key="ak.hostcaptain.page.user.password.change.submit" />
51
            </html:submit>
51
            </html:submit>
52
        </td>
52
        </td>
53
        <td class="right">
53
        <td class="right">
54
            <backpath:backlink><bean:message key="ak.webcontrol.page.user.password.change.cancel" /></backpath:backlink>
54
            <backpath:backlink><bean:message key="ak.hostcaptain.page.user.password.change.cancel" /></backpath:backlink>
55
        </td>
55
        </td>
56
    </tr>
56
    </tr>
57
</table>
57
</table>
58
</html:form>
58
</html:form>
59
 
59