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.domain.edit.title" /></title>
10
	<title><bean:message key="ak.hostcaptain.page.domain.edit.title" /></title>
11
</head>
11
</head>
12
 
12
 
13
<body>
13
<body>
14
 
14
 
15
<h1><bean:message key="ak.webcontrol.page.domain.edit.title" /></h1>
15
<h1><bean:message key="ak.hostcaptain.page.domain.edit.title" /></h1>
16
 
16
 
17
<html:errors/>
17
<html:errors/>
18
 
18
 
19
<html:form action="/domain/submit">
19
<html:form action="/domain/submit">
20
<backpath:current />
20
<backpath:current />
21
<html:hidden property="id" />
21
<html:hidden property="id" />
22
 
22
 
23
<bean:message key="ak.webcontrol.page.domain.edit.name" />:
23
<bean:message key="ak.hostcaptain.page.domain.edit.name" />:
24
	<html:text property="name" />
24
	<html:text property="name" />
25
    <br>
25
    <br>
26
 
26
 
27
<bean:message key="ak.webcontrol.page.domain.edit.owner" />:
27
<bean:message key="ak.hostcaptain.page.domain.edit.owner" />:
28
	<html:select property="owner">
28
	<html:select property="owner">
29
		<html:option value="" key="ak.webcontrol.page.domain.edit.owner.empty"/>
29
		<html:option value="" key="ak.hostcaptain.page.domain.edit.owner.empty"/>
30
		<html:options collection="users" property="id" labelProperty="login" />
30
		<html:options collection="users" property="id" labelProperty="login" />
31
	</html:select>
31
	</html:select>
32
	<br>
32
	<br>
33
 
33
 
34
	<html:submit><bean:message key="ak.webcontrol.page.domain.edit.submit" /></html:submit>
34
	<html:submit><bean:message key="ak.hostcaptain.page.domain.edit.submit" /></html:submit>
35
 
35
 
36
<backpath:backlink><bean:message key="ak.webcontrol.page.domain.edit.back" /></backpath:backlink>
36
<backpath:backlink><bean:message key="ak.hostcaptain.page.domain.edit.back" /></backpath:backlink>
37
</html:form>
37
</html:form>
38
 
38
 
39
</body>
39
</body>
40
 
40
 
41
</html>
41
</html>