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 bundle="${lightpit_bundle}" key="commit.success"/> |
34 <fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link" /> |
34 <fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link"/> |