MAPDeviceProfile.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync The contents of this file are subject to the terms
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync of the Common Development and Distribution License
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync (the License). You may not use this file except in
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync compliance with the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync You can obtain a copy of the License at
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync See the License for the specific language governing
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync permission and limitations under the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync When distributing Covered Code, include this CDDL
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Header Notice in each file and include the License file
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync If applicable, add the following below the CDDL Header,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync with the fields enclosed by brackets [] replaced by
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync your own identifying information:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync "Portions Copyrighted [year] [name of copyright owner]"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync $Id: MAPDeviceProfile.jsp,v 1.2 2008/06/25 05:44:52 qcheng Exp $
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<%@ page info="MAPDeviceProfile" language="java" %>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<jato:useViewBean
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync className="com.sun.identity.console.service.MAPDeviceProfileViewBean"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync fireChildDisplayEvents="true" >
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:i18nbundle baseName="amConsole" id="amConsole"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:header name="hdrCommon"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync bundleID="amConsole"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync copyrightYear="2004"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync fireDisplayEvents="true">
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:form name="MAPDeviceProfile" method="post" defaultCommandChild="/button1">
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:hidden name="tfDeviceName" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:hidden name="tfClassification" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:secondarymasthead name="secMhCommon" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<%-- PAGE CONTENT --------------------------------------------------------- --%>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<table border="0" cellpadding="10" cellspacing="0" width="100%">
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync <cc:alertinline name="ialertCommon" bundleID="amConsole" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="map.client.manager.createDevice.window.title" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<%-- PAGE CONTENT --------------------------------------------------------- --%>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:spacer name="spacer" height="20" width="1" newline="true" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<table border=0 cellpadding="0" cellspacing="0">
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<td width="99%" align="right">
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:dropdownmenu name="singleChoiceClassification" bundleID="amConsole" onChange="switchClassification(this.value);" type="jump"/></td>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<td width="1%"><cc:spacer name="spacer" height="1" width="10" newline="false" /></td>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:spacer name="spacer" height="20" width="1" newline="true" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<script language="javascript">
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync function switchClassification(value) {
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync var frm = document.forms['dummy'];
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync frm.elements['MAPDeviceProfile.tfClassification'].value = value;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:form name="dummy" method="post" defaultCommandChild="/btnClassification">
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:hidden name="tfDeviceName" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync<cc:hidden name="tfClassification" />
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync</cc:header>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync</jato:useViewBean>