ConditionProxy.jsp revision eb558b480b830118f685db4f163819b62ea396fa
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic The contents of this file are subject to the terms
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic of the Common Development and Distribution License
4da61833a1cbbca94094f9653fd970582b97a72etrawick (the License). You may not use this file except in
4da61833a1cbbca94094f9653fd970582b97a72etrawick compliance with the License.
4da61833a1cbbca94094f9653fd970582b97a72etrawick You can obtain a copy of the License at
4da61833a1cbbca94094f9653fd970582b97a72etrawick https://opensso.dev.java.net/public/CDDLv1.0.html or
4789804be088bcd86ae637a29cdb7fda25169521jailletc See the License for the specific language governing
4789804be088bcd86ae637a29cdb7fda25169521jailletc permission and limitations under the License.
e50c3026198fd496f183cda4c32a202925476778covener When distributing Covered Code, include this CDDL
e50c3026198fd496f183cda4c32a202925476778covener Header Notice in each file and include the License file
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin If applicable, add the following below the CDDL Header,
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin with the fields enclosed by brackets [] replaced by
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic your own identifying information:
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic "Portions Copyrighted [year] [name of copyright owner]"
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic $Id: ConditionProxy.jsp,v 1.2 2008/06/25 05:44:42 qcheng Exp $
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic Portions Copyrighted 2012 ForgeRock Inc
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic Portions Copyrighted 2012 Open Source Solution Technology Corporation
69301145375a889e7e37caf7cc7321ac0f91801erpluem<%@ page info="ConditionProxy" language="java" %>
506bfe33206b2fece40ef25f695af39dd4130facjkaluza<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
506bfe33206b2fece40ef25f695af39dd4130facjkaluza<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
506bfe33206b2fece40ef25f695af39dd4130facjkaluza<jato:useViewBean
506bfe33206b2fece40ef25f695af39dd4130facjkaluza className="com.sun.identity.console.policy.ConditionProxyViewBean"
d58a848a016d401b965111e50ef829e1641f7834minfrin fireChildDisplayEvents="true" >
d58a848a016d401b965111e50ef829e1641f7834minfrin<cc:i18nbundle baseName="amConsole" id="amConsole"
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic<script language="javascript">
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic function forward() {
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic var frm = document.forms[0];
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic var jatoFrm = document.forms[1];
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic frm.elements['cdnType'].value =
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic frm.elements['cdnName'].value =
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic frm.elements['locDN'].value =
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic frm.elements['cachedID'].value =
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic frm.elements['tfOp'].value =
44ff304057225e944e220e981d434a046d14cf06covener<body onload="forward();">
44ff304057225e944e220e981d434a046d14cf06covener<form action="<jato:text name="tfURL" />" method="post">
44ff304057225e944e220e981d434a046d14cf06covener<input type="hidden" name="jato.pageSession">
5d1ba75b8794925e67591c209085a49279791de9covener<input type="hidden" name="cdnType">
5d1ba75b8794925e67591c209085a49279791de9covener<input type="hidden" name="cdnName">
5d1ba75b8794925e67591c209085a49279791de9covener<input type="hidden" name="locDN">
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand<input type="hidden" name="cachedID">
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand<input type="hidden" name="tfOp">
caad2986f81ab263f7af41467dd622dc9add17f3ylavic<jato:form name="ConditionProxy" method="post">
caad2986f81ab263f7af41467dd622dc9add17f3ylavic<jato:hidden name="cdnType" />
caad2986f81ab263f7af41467dd622dc9add17f3ylavic<jato:hidden name="cdnName" />
caad2986f81ab263f7af41467dd622dc9add17f3ylavic<jato:hidden name="locDN" />
45a10d38e6051fd7bdf9d742aaae633d97ff02abjailletc<jato:hidden name="cachedID" />
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton<jato:hidden name="tfOp" />
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton</jato:form>
1e2d421a36999d292042a5539971070d54aa6c63ylavic</jato:useViewBean>