hs.hsadmin/authenticator/webapp/WEB-INF/view/jsp/hostsharing/ui/casConfirmView.jsp

8 lines
313 B
Plaintext
Raw Normal View History

2010-09-07 19:42:12 +02:00
<jsp:directive.include file="includes/top.jsp" />
2010-09-20 15:40:58 +02:00
<div class="info"><p>
<spring:message
code="screen.confirmation.message"
arguments="${fn:escapeXml(param.service)}${fn:indexOf(param.service, '?') eq -1 ? '?' : '&'}ticket=${serviceTicketId}" />
</p></div>
2010-09-07 19:42:12 +02:00
<jsp:directive.include file="includes/bottom.jsp" />