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

changeset 138
e2aa673dd473
parent 134
f47e82cd6077
child 152
7761c37c5e61
equal deleted inserted replaced
137:a7e543ab0c5f 138:e2aa673dd473
48 </tr> 48 </tr>
49 <tr> 49 <tr>
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"/>">
54 <th><fmt:message key="node"/></th>
55 <td><input name="node" type="text" maxlength="20" required value="<c:out value="${component.node}"/>" /></td>
56 </tr>
53 <tr> 57 <tr>
54 <th><fmt:message key="component.color"/></th> 58 <th><fmt:message key="component.color"/></th>
55 <td><input name="color" type="color" required value="${component.color}" /></td> 59 <td><input name="color" type="color" required value="${component.color}" /></td>
56 </tr> 60 </tr>
57 <tr> 61 <tr>

mercurial