src/main/webapp/WEB-INF/jsp/project-form.jsp

changeset 81
1a2e7b5d48f7
parent 78
bb4c52bf3439
child 82
4ec7f2600c83
equal deleted inserted replaced
80:27a25f32048e 81:1a2e7b5d48f7
41 <tr> 41 <tr>
42 <th><fmt:message key="thead.name"/></th> 42 <th><fmt:message key="thead.name"/></th>
43 <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td> 43 <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td>
44 </tr> 44 </tr>
45 <tr> 45 <tr>
46 <th class="vtop"><fmt:message key="thead.description"/></th> 46 <th><fmt:message key="thead.description"/></th>
47 <td><input type="text" name="description" maxlength="200" value="<c:out value="${project.description}"/>" /></td> 47 <td><input type="text" name="description" maxlength="200" value="<c:out value="${project.description}"/>" /></td>
48 </tr> 48 </tr>
49 <tr> 49 <tr>
50 <th><fmt:message key="thead.repoUrl"/></th> 50 <th><fmt:message key="thead.repoUrl"/></th>
51 <td><input name="repoUrl" type="url" maxlength="50" value="<c:out value="${project.repoUrl}"/>" /></td> 51 <td><input name="repoUrl" type="url" maxlength="50" value="<c:out value="${project.repoUrl}"/>" /></td>

mercurial