src/main/webapp/WEB-INF/jsp/version-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 2018 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
76 <tfoot> 76 <tfoot>
77 <tr> 77 <tr>
78 <td colspan="2"> 78 <td colspan="2">
79 <input type="hidden" name="id" value="${version.id}"/> 79 <input type="hidden" name="id" value="${version.id}"/>
80 <a href="./projects/${project.node}/versions/" class="button"> 80 <a href="./projects/${project.node}/versions/" class="button">
81 <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/> 81 <fmt:message key="button.cancel"/>
82 </a> 82 </a>
83 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay"/></button> 83 <button type="submit"><fmt:message key="button.okay"/></button>
84 </td> 84 </td>
85 </tr> 85 </tr>
86 </tfoot> 86 </tfoot>
87 </table> 87 </table>
88 </form> 88 </form>

mercurial