Rev 913 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 913 | Rev 915 | ||
---|---|---|---|
Line 19... | Line 19... | ||
19 | 19 | ||
20 | <html:form action="/domain/submit"> |
20 | <html:form action="/domain/submit"> |
21 | <backpath:current /> |
21 | <backpath:current /> |
22 | <html:hidden property="id" /> |
22 | <html:hidden property="id" /> |
23 | 23 | ||
- | 24 | <table border=1> |
|
- | 25 | <tr> |
|
24 | <bean:message key="ak.hostcaptain.page.domain.edit.name" />: |
26 | <th><bean:message key="ak.hostcaptain.page.domain.edit.name" /></th> |
25 | <html:text property="name" /> |
27 | <td><html:text property="name" /></td> |
- | 28 | </tr> |
|
- | 29 | <tr> |
|
- | 30 | <th><bean:message key="ak.hostcaptain.page.domain.edit.owner" /></th> |
|
- | 31 | <td> |
|
- | 32 | <html:select property="owner"> |
|
- | 33 | <html:option value="" key="ak.hostcaptain.page.domain.edit.owner.empty"/> |
|
- | 34 | <html:options collection="users" property="id" labelProperty="login" /> |
|
- | 35 | </html:select> |
|
- | 36 | </td> |
|
- | 37 | </tr> |
|
- | 38 | <tr> |
|
- | 39 | <th><bean:message key="ak.hostcaptain.page.domain.edit.enabled" /></th> |
|
- | 40 | <td><html:checkbox property="enabled" /></td> |
|
- | 41 | </tr> |
|
- | 42 | <tr> |
|
- | 43 | <th><bean:message key="ak.hostcaptain.page.domain.edit.comment" /></th> |
|
- | 44 | <td><html:textarea property="comment" /></td> |
|
- | 45 | </tr> |
|
- | 46 | <tr> |
|
- | 47 | <td colspan=2> |
|
- | 48 | <html:submit><bean:message key="ak.hostcaptain.page.domain.edit.submit" /></html:submit> |
|
- | 49 | <backpath:backlink><bean:message key="ak.hostcaptain.page.domain.edit.back" /></backpath:backlink> |
|
- | 50 | </td> |
|
26 | <br> |
51 | </tr> |
- | 52 | </table> |
|
27 | 53 | ||
28 | <bean:message key="ak.hostcaptain.page.domain.edit.owner" />: |
- | |
29 | <html:select property="owner"> |
- | |
30 | <html:option value="" key="ak.hostcaptain.page.domain.edit.owner.empty"/> |
- | |
31 | <html:options collection="users" property="id" labelProperty="login" /> |
- | |
32 | </html:select> |
- | |
33 | <br> |
- | |
34 | - | ||
35 | <html:checkbox property="enabled" /> |
- | |
36 | <bean:message key="ak.hostcaptain.page.domain.edit.enabled" /> |
- | |
37 | <br> |
- | |
38 | - | ||
39 | <bean:message key="ak.hostcaptain.page.domain.edit.comment" />: |
- | |
40 | <html:textarea property="comment" /> |
- | |
41 | <br> |
- | |
42 | - | ||
43 | <html:submit><bean:message key="ak.hostcaptain.page.domain.edit.submit" /></html:submit> |
- | |
44 | - | ||
45 | <backpath:backlink><bean:message key="ak.hostcaptain.page.domain.edit.back" /></backpath:backlink> |
- | |
46 | </html:form> |
54 | </html:form> |
47 | 55 | ||
48 | </body> |
56 | </body> |
49 | 57 | ||
50 | </html> |
58 | </html> |