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