Subversion Repositories general

Rev

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

Rev 905 Rev 913
Line 1... Line 1...
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2
<%@ taglib uri="/WEB-INF/struts-bean.tld"  prefix="bean"     %>
2
<%@ taglib uri="/WEB-INF/struts-bean.tld"      prefix="bean"     %>
3
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"    %>
3
<%@ taglib uri="/WEB-INF/struts-logic.tld"     prefix="logic"    %>
4
<%@ taglib uri="/WEB-INF/struts-html.tld"  prefix="html"     %>
4
<%@ taglib uri="/WEB-INF/struts-html.tld"      prefix="html"     %>
5
<%@ taglib uri="/WEB-INF/ak-backpath.tld"  prefix="backpath" %>
5
<%@ taglib uri="/WEB-INF/ak-backpath.tld"      prefix="backpath" %>
-
 
6
<%@ taglib uri="/WEB-INF/hostcaptain-core.tld" prefix="core"     %>
6
<html>
7
<html>
7
 
8
 
8
<head>
9
<head>
9
	<meta http-equiv="expires" content="0">
10
	<meta http-equiv="expires" content="0">
10
	<title><bean:message key="ak.hostcaptain.page.mail.box.edit.title" /></title>
11
	<title><bean:message key="ak.hostcaptain.page.mail.box.edit.title" /></title>
Line 18... Line 19...
18
 
19
 
19
<html:form action="/mail/box/submit">
20
<html:form action="/mail/box/submit">
20
<backpath:current />
21
<backpath:current />
21
<html:hidden property="id" />
22
<html:hidden property="id" />
22
 
23
 
23
<bean:message key="ak.hostcaptain.page.mail.box.edit.login" />:
24
	<bean:message key="ak.hostcaptain.page.mail.box.edit.login" />:
24
	<html:text property="login" />
25
		<html:text property="login" />
25
    <br>
26
    <br>
26
 
27
 
27
FIXME: checkbox to get password from owner
28
	FIXME: checkbox to get password from owner
28
	<br>
29
	<br>
29
 
30
 
30
<bean:message key="ak.hostcaptain.page.mail.box.edit.password" />:
31
	<bean:message key="ak.hostcaptain.page.mail.box.edit.password" />:
31
	<html:password property="password" redisplay="false" />
32
		<html:password property="password" redisplay="false" />
32
    <br>
33
    <br>
33
 
34
 
34
<bean:message key="ak.hostcaptain.page.mail.box.edit.password_again" />:
35
	<bean:message key="ak.hostcaptain.page.mail.box.edit.password_again" />:
35
	<html:password property="password2" redisplay="false" />
36
		<html:password property="password2" redisplay="false" />
36
    <br>
37
    <br>
37
 
38
 
38
<bean:message key="ak.hostcaptain.page.mail.box.edit.domain" />:
39
	<bean:message key="ak.hostcaptain.page.mail.box.edit.domain" />:
39
	<html:select property="domain">
40
		<html:select property="domain">
40
		<html:option value="" key="ak.hostcaptain.page.mail.box.edit.domain.empty"/>
41
			<html:option value="" key="ak.hostcaptain.page.mail.box.edit.domain.empty"/>
41
		<html:options collection="domains" property="id" labelProperty="name" />
42
			<html:options collection="domains" property="id" labelProperty="name" />
42
	</html:select>
43
		</html:select>
43
	<br>
44
	<br>
44
 
45
 
45
<bean:message key="ak.hostcaptain.page.mail.box.edit.owner" />:
46
	<bean:message key="ak.hostcaptain.page.mail.box.edit.owner" />:
46
	<html:select property="owner">
47
		<html:select property="owner">
47
		<html:option value="" key="ak.hostcaptain.page.mail.box.edit.owner.empty"/>
48
			<html:option value="" key="ak.hostcaptain.page.mail.box.edit.owner.empty"/>
48
		<html:options collection="users" property="id" labelProperty="login" />
49
			<html:options collection="users" property="id" labelProperty="login" />
49
	</html:select>
50
		</html:select>
50
	<br>
51
	<br>
51
 
52
 
52
<bean:message key="ak.hostcaptain.page.mail.box.edit.systemuser" />:
53
	<bean:message key="ak.hostcaptain.page.mail.box.edit.systemuser" />:
53
	<html:select property="systemuser">
54
		<html:select property="systemuser">
54
		<html:option value="" key="ak.hostcaptain.page.mail.box.edit.systemuser.empty"/>
55
			<html:option value="" key="ak.hostcaptain.page.mail.box.edit.systemuser.empty"/>
55
		<html:options collection="systemusers" property="id" labelProperty="name" />
56
			<core:options collection="systemusers" property="id" />
56
	</html:select>
57
		</html:select>
57
	FIXME: uid+name should be shown
58
		FIXME: uid+name should be shown
58
	<br>
59
	<br>
59
 
60
 
60
<html:checkbox property="viruscheck" />
61
	<html:checkbox property="viruscheck" />
61
	<bean:message key="ak.hostcaptain.page.mail.box.edit.viruscheck" />
62
		<bean:message key="ak.hostcaptain.page.mail.box.edit.viruscheck" />
62
	<br>
63
	<br>
63
 
64
 
64
<html:checkbox property="spamcheck" />
65
	<html:checkbox property="spamcheck" />
65
	<bean:message key="ak.hostcaptain.page.mail.box.edit.spamcheck" />
66
		<bean:message key="ak.hostcaptain.page.mail.box.edit.spamcheck" />
66
	<br>
67
	<br>
-
 
68
 
-
 
69
	<html:checkbox property="enabled" />
-
 
70
		<bean:message key="ak.hostcaptain.page.mail.box.edit.enabled" />
-
 
71
	<br>
-
 
72
 
-
 
73
	<bean:message key="ak.hostcaptain.page.mail.box.edit.comment" />:
-
 
74
		<html:textarea property="comment" />
-
 
75
    <br>
67
 
76
 
68
<html:submit><bean:message key="ak.hostcaptain.page.mail.box.edit.submit" /></html:submit>
77
<html:submit><bean:message key="ak.hostcaptain.page.mail.box.edit.submit" /></html:submit>
69
 
78
 
70
<backpath:backlink><bean:message key="ak.hostcaptain.page.mail.box.edit.back" /></backpath:backlink>
79
<backpath:backlink><bean:message key="ak.hostcaptain.page.mail.box.edit.back" /></backpath:backlink>
71
</html:form>
80
</html:form>