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

changeset 180
009700915269
parent 86
0a658e53177c
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
59 <tfoot> 59 <tfoot>
60 <tr> 60 <tr>
61 <td colspan="2"> 61 <td colspan="2">
62 <input type="hidden" name="userid" value="${user.id}"/> 62 <input type="hidden" name="userid" value="${user.id}"/>
63 <a href="./teams/" class="button"> 63 <a href="./teams/" class="button">
64 <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/> 64 <fmt:message key="button.cancel"/>
65 </a> 65 </a>
66 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay"/></button> 66 <button type="submit"><fmt:message key="button.okay"/></button>
67 </td> 67 </td>
68 </tr> 68 </tr>
69 </tfoot> 69 </tfoot>
70 </table> 70 </table>
71 </form> 71 </form>

mercurial