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

changeset 152
7761c37c5e61
parent 138
e2aa673dd473
child 177
9884941a6d79
equal deleted inserted replaced
151:b3f14cd4f3ab 152:7761c37c5e61
50 <th><fmt:message key="component.name"/></th> 50 <th><fmt:message key="component.name"/></th>
51 <td><input name="name" type="text" maxlength="20" required value="<c:out value="${component.name}"/>" /></td> 51 <td><input name="name" type="text" maxlength="20" required value="<c:out value="${component.name}"/>" /></td>
52 </tr> 52 </tr>
53 <tr title="<fmt:message key="node.tooltip"/>"> 53 <tr title="<fmt:message key="node.tooltip"/>">
54 <th><fmt:message key="node"/></th> 54 <th><fmt:message key="node"/></th>
55 <td><input name="node" type="text" maxlength="20" required value="<c:out value="${component.node}"/>" /></td> 55 <td><input name="node" type="text" maxlength="20" value="<c:out value="${component.node}"/>" /></td>
56 </tr> 56 </tr>
57 <tr> 57 <tr>
58 <th><fmt:message key="component.color"/></th> 58 <th><fmt:message key="component.color"/></th>
59 <td><input name="color" type="color" required value="${component.color}" /></td> 59 <td><input name="color" type="color" required value="${component.color}" /></td>
60 </tr> 60 </tr>

mercurial