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

changeset 180
009700915269
parent 177
9884941a6d79
child 181
502a10e24b85
equal deleted inserted replaced
179:623c340058f3 180:009700915269
1 <%-- 1 <%--
2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 3
4 Copyright 2020 Mike Becker. All rights reserved. 4 Copyright 2021 Mike Becker. All rights reserved.
5 5
6 Redistribution and use in source and binary forms, with or without 6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met: 7 modification, are permitted provided that the following conditions are met:
8 8
9 1. Redistributions of source code must retain the above copyright 9 1. Redistributions of source code must retain the above copyright
87 <tfoot> 87 <tfoot>
88 <tr> 88 <tr>
89 <td colspan="2"> 89 <td colspan="2">
90 <input type="hidden" name="id" value="${component.id}"/> 90 <input type="hidden" name="id" value="${component.id}"/>
91 <a href="./projects/${project.node}/components/" class="button"> 91 <a href="./projects/${project.node}/components/" class="button">
92 <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/> 92 <fmt:message key="button.cancel"/>
93 </a> 93 </a>
94 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay"/></button> 94 <button type="submit"><fmt:message key="button.okay"/></button>
95 </td> 95 </td>
96 </tr> 96 </tr>
97 </tfoot> 97 </tfoot>
98 </table> 98 </table>
99 </form> 99 </form>

mercurial