3980N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3980N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
3980N/A The contents of this file are subject to the terms
3980N/A of the Common Development and Distribution License
3980N/A (the License). You may not use this file except in
3980N/A compliance with the License.
You can obtain a copy of the License at
See the License for the specific language governing
permission and limitations under the License.
When distributing Covered Code, include this CDDL
Header Notice in each file and include the License file
If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
<%@ page info="MAPDeviceProfile" language="java" %>
fireChildDisplayEvents="true" >
<cc:i18nbundle baseName="amConsole" id="amConsole"
<cc:header name="hdrCommon"
fireDisplayEvents="true">
<cc:form name="MAPDeviceProfile" method="post" defaultCommandChild="/button1">
<cc:hidden name="tfDeviceName" />
<cc:hidden name="tfClassification" />
<cc:secondarymasthead name="secMhCommon" />
<%-- PAGE CONTENT --------------------------------------------------------- --%>
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<cc:alertinline name="ialertCommon" bundleID="amConsole" />
<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="
map.client.manager.createDevice.window.title" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
<%-- PAGE CONTENT --------------------------------------------------------- --%>
<cc:spacer name="spacer" height="20" width="1" newline="true" />
<table border=0 cellpadding="0" cellspacing="0">
<td width="99%" align="right">
<cc:dropdownmenu name="singleChoiceClassification" bundleID="amConsole" onChange="switchClassification(
this.value);" type="jump"/></td>
<td width="1%"><cc:spacer name="spacer" height="1" width="10" newline="false" /></td>
<cc:spacer name="spacer" height="20" width="1" newline="true" />
<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true" />
<script language="javascript">
function switchClassification(value) {
<cc:form name="dummy" method="post" defaultCommandChild="/btnClassification">
<cc:hidden name="tfDeviceName" />
<cc:hidden name="tfClassification" />