33 |
33 |
34 <jsp:useBean id="project" type="de.uapcore.lightpit.entities.Project" scope="request"/> |
34 <jsp:useBean id="project" type="de.uapcore.lightpit.entities.Project" scope="request"/> |
35 <jsp:useBean id="users" type="java.util.List<de.uapcore.lightpit.entities.User>" scope="request"/> |
35 <jsp:useBean id="users" type="java.util.List<de.uapcore.lightpit.entities.User>" scope="request"/> |
36 |
36 |
37 <form action="./${moduleInfo.modulePath}/commit" method="post"> |
37 <form action="./${moduleInfo.modulePath}/commit" method="post"> |
38 <table class="formtable" style="width: 80ch"> |
38 <table class="formtable"> |
39 <colgroup> |
39 <colgroup> |
40 <col> |
40 <col> |
41 <col style="width: 100%"> |
41 <col style="width: 75ch"> |
42 </colgroup> |
42 </colgroup> |
43 <tbody> |
43 <tbody> |
44 <tr> |
44 <tr> |
45 <th><fmt:message key="thead.name"/></th> |
45 <th><fmt:message key="thead.name"/></th> |
46 <td><input name="name" type="text" maxlength="20" required value="${project.name}"/> </td> |
46 <td><input name="name" type="text" maxlength="20" required value="${project.name}"/> </td> |