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 |
28 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
28 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
29 <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> |
29 <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> |
30 |
30 |
31 <c:set scope="page" var="redirectLocation" value="${requestScope[Constants.REQ_ATTR_REDIRECT_LOCATION]}"/> |
31 <c:set scope="page" var="redirectLocation" value="${requestScope[Constants.REQ_ATTR_REDIRECT_LOCATION]}"/> |
32 |
32 |
33 <fmt:message bundle="${lightpit_bundle}" key="commit.success"/> |
33 <fmt:message key="commit.success"/> |
34 <fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link"/> |
34 <fmt:message key="commit.redirect-link"/> |
35 <a href="${redirectLocation}"><c:out value="${redirectLocation}"/> </a> |
35 <a href="${redirectLocation}"><c:out value="${redirectLocation}"/> </a> |