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

mercurial