popup.ftl revision 651cbc068632bae689248997ae43df96cb0a58ab
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<!doctype html>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<!--
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ Copyright 2012-2014 ForgeRock AS.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ The contents of this file are subject to the terms
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ of the Common Development and Distribution License
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ (the License). You may not use this file except in
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ compliance with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ You can obtain a copy of the License at
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ http://forgerock.org/license/CDDLv1.0.html
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ See the License for the specific language governing
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ permission and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ When distributing Covered Code, include this CDDL
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ Header Notice in each file and include the License file
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ at http://forgerock.org/license/CDDLv1.0.html
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ If applicable, add the following below the CDDL Header,
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ with the fields enclosed by brackets [] replaced by
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ your own identifying information:
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ "Portions Copyrighted [year] [name of copyright owner]"
9512fe850e98fdd448c638ca63fdd92a8a510255ahl -->
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<html>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<head>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <title>Authorize popup</title>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl</head>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<script src="../js/jquery.js" type="text/javascript"></script>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<script type="text/javascript">
9512fe850e98fdd448c638ca63fdd92a8a510255ahl function poponload()
9512fe850e98fdd448c638ca63fdd92a8a510255ahl {
9512fe850e98fdd448c638ca63fdd92a8a510255ahl var testwindow = window.open("", "window", "location=1,status=1,scrollbars=1,width=450,height=500");
9512fe850e98fdd448c638ca63fdd92a8a510255ahl var html = $("#print").html();
9512fe850e98fdd448c638ca63fdd92a8a510255ahl testwindow.document.writeln(html);
9512fe850e98fdd448c638ca63fdd92a8a510255ahl }
9512fe850e98fdd448c638ca63fdd92a8a510255ahl</script>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<body onload="javascript: poponload()">
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<div id="print" style="visibility: hidden">
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ${htmlCode?if_exists};
9512fe850e98fdd448c638ca63fdd92a8a510255ahl</div>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl</body>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl</html>