Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\racprov\EditStorageInfo.jsp
<!----> <%-- - FILE - EditStorageInfo.jsp - - DESCRIPTION - - MODIFIED (MM/DD/YY) - pkithara 03/15/06 - XbranchMerge audupi_racprov_win from main - audupi 03/10/06 - Windows RAC Provisioning - kkhanuja 03/16/06 - Incresed the lenght for the edit box - njerath 02/12/06 - - anusharm 01/12/06 - XbranchMerge anusharm_ui2 from main - bpaliwal 01/13/06 - XbranchMerge anusharm_ui2 from main - njerath 12/27/05 - - anusharm 01/02/06 - disable mirror if primary selected - anusharm 12/06/05 - nls changes - anusharm 12/06/05 - nls changes - bktripat 11/15/05 - created --%> <%@ page contentType="text/html; charset=UTF-8" %> <%--uix Tag Library--%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <script> function myCallBack(lovWindow, event) { return true; } function launchRfs() { openWindow(top, "../page/rfs/postBackWithEvent$event=handleRfsLaunch", "lovWindow", {width:750, height:550}, true, "dialog", ""); } var isOcrDisabled = <%=request.getAttribute("isOcrDisabled")%>; var isOcrmDisabled = <%=request.getAttribute("isOcrmDisabled")%>; var isVdskDisabled = <%=request.getAttribute("isVdskDisabled")%>; var isVdskm1Disabled = <%=request.getAttribute("isVdskm1Disabled")%>; var isVdskm2Disabled = <%=request.getAttribute("isVdskm2Disabled")%>; function toggleocr() { if(document.pageForm.ocr.checked == true && isOcrmDisabled == false) { document.pageForm.ocrm.disabled = true; } if(document.pageForm.ocr.checked == false && isOcrmDisabled == false) { document.pageForm.ocrm.disabled = false; } } function toggleocrm() { if(document.pageForm.ocrm.checked == true && isOcrDisabled == false) { document.pageForm.ocr.disabled = true; } if(document.pageForm.ocrm.checked == false && isOcrDisabled == false) { document.pageForm.ocr.disabled = false; } } function togglevdsk() { if(document.pageForm.vdsk.checked == true) { if(isVdskm1Disabled == false) { document.pageForm.vdskm1.disabled = true; } if(isVdskm2Disabled == false) { document.pageForm.vdskm2.disabled = true; } } if(document.pageForm.vdsk.checked == false) { if(isVdskm1Disabled == false) { document.pageForm.vdskm1.disabled = false; } if(isVdskm2Disabled == false) { document.pageForm.vdskm2.disabled = false; } } } function togglevdskm1() { if(document.pageForm.vdskm1.checked == true) { if(isVdskDisabled == false) { document.pageForm.vdsk.disabled = true; } if(isVdskm2Disabled == false) { document.pageForm.vdskm2.disabled = true; } } if(document.pageForm.vdskm1.checked == false) { if(isVdskDisabled == false) { document.pageForm.vdsk.disabled = false; } if(isVdskm2Disabled == false) { document.pageForm.vdskm2.disabled = false; } } } function togglevdskm2() { if(document.pageForm.vdskm2.checked == true) { if(document.pageForm.vdsk.disabled == false) { document.pageForm.vdsk.disabled = true; } if(document.pageForm.vdskm1.disabled == false) { document.pageForm.vdskm1.disabled = true; } } if(document.pageForm.vdskm2.checked == false) { if(isVdskDisabled == false) { document.pageForm.vdsk.disabled = false; } if(isVdskm1Disabled == false) { document.pageForm.vdskm1.disabled = false; } } } </script> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <%--Common UI messages --%> <uix:bundle name="sdkUIMsg" class="oracle.sysman.emSDK.eml.SDKUIMsg"/> <%--ResourceBundle for common labels/headers etc--%> <uix:bundle name="commonResourceBundle" class="oracle.sysman.resources.CommonResourceBundle"/> <%--ResourceBundle for labels/headers specific to Patch Advisor Project--%> <uix:bundle name="racProvisioningRB" class="oracle.sysman.pp.racprov.ui.rb.RacProvisioningRB"/> <uix:document> <%@ include file="/oemTitle.jspf" %> <uix:body> <uix:form name="pageForm" method="post"> <uix:pageLayout titleBinding="HDR_DEV_STORAGE@racProvisioningRB"> <%--To display the cancel and select buttons--%> <uix:pageButtons> <uix:pageButtonBar> <%--Cancel button--%> <uix:submitButton textBinding="CANCEL@sdkUIMsg" shortDescBinding="CANCEL@sdkUIMsg" name="event" value="cancel"> </uix:submitButton> <%--Select Button--%> <uix:submitButton textBinding="OK@commonResourceBundle" name="event" value="select"> </uix:submitButton> </uix:pageButtonBar> </uix:pageButtons> <%-- The message box to show error/info messge etc--%> <uix:messageBox messageTypeBinding="msgType@msgInfo@servletRequest" messageBinding="msg@msgInfo@servletRequest" rendered="false" renderedBinding="rendered@msgInfo@servletRequest"> </uix:messageBox> <uix:switcher childNameBinding="dpPlatform@servletRequest"> <%-- defaultCaseBinding="defaultDpPlatform@servletRequest" --%> <uix:case name="windows"> <uix:styledText textBinding="INSTR_STORAGE_WINDOWS@racProvisioningRB" styleClass="oraInstructionText" /> </uix:case> <uix:default> <uix:styledText textBinding="INSTR_STORAGE@racProvisioningRB" styleClass="oraInstructionText"> </uix:styledText> </uix:default> </uix:switcher> <uix:header textBinding="HDR_DEVICE@racProvisioningRB"> <uix:switcher childNameBinding="dpPlatform@servletRequest"> <uix:case name="windows"> <uix:labeledFieldLayout width="0%" labelWidth="0%" fieldWidth="0%" columns="1"> <%--readOnlyBinding="readOnlyVar@servletRequest" --%> <uix:styledText styleClass="OraDataPrompt" textBinding="LBL_DISK_NUMBER@racProvisioningRB" /> <uix:rowLayout> <uix:contents> <uix:styledText styleClass="OraDataText" textBinding="diskNumber@servletRequest" /> </uix:contents> </uix:rowLayout> <uix:styledText styleClass="OraDataPrompt" textBinding="LBL_PARTITION_NUMBER@racProvisioningRB" /> <uix:rowLayout> <uix:contents> <uix:styledText styleClass="OraDataText" textBinding="partitionNumber@servletRequest" /> </uix:contents> </uix:rowLayout> <uix:spacer height="10"/> </uix:labeledFieldLayout> </uix:case> <uix:default> <uix:labeledFieldLayout width="60%" labelWidth="0%" fieldWidth="100%" columns="2"> <uix:messageTextInput name="partitionName" promptBinding="LBL_PARTITION_NAME@racProvisioningRB" columns="20" readOnlyBinding="readOnlyVar@servletRequest" textBinding="partitionName@servletRequest" styleClass="OraDataText" maximumLength="255"> </uix:messageTextInput> <uix:spacer height="10"/> <uix:messageTextInput name="mountLocation" promptBinding="LBL_MOUNT_LOC@racProvisioningRB" readOnlyBinding="readOnlyVar@servletRequest" columns="20" textBinding="mountLocation@servletRequest" styleClass="OraDataText" maximumLength="255"> </uix:messageTextInput> <uix:spacer height="10"/> </uix:labeledFieldLayout> </uix:default> </uix:switcher> </uix:header> <uix:header textBinding="HDR_STORAGE@racProvisioningRB"> <uix:styledText textBinding="DESC_STORAGE@racProvisioningRB" styleClass="oraInstructionText"> </uix:styledText> <uix:labeledFieldLayout width="60%" labelWidth="0%" fieldWidth="100%" columns="1" > <uix:spacer height="10"/> <uix:messageCheckBox name="ocr" textBinding="LBL_OCR_PRIMARY_LOC@racProvisioningRB" checkedBinding="isOcrChecked@servletRequest" disabledBinding="isOcrDisabled@servletRequest" onClick="javascript:toggleocr();"/> <uix:messageCheckBox name="ocrm" textBinding="LBL_OCR_MIRROR_LOC@racProvisioningRB" checkedBinding="isOcrmChecked@servletRequest" disabledBinding="isOcrmDisabled@servletRequest" onClick="javascript:toggleocrm();"/> <uix:messageCheckBox name="vdsk" textBinding="LBL_VDSK_PRIMARY_LOC@racProvisioningRB" checkedBinding="isVdskChecked@servletRequest" disabledBinding="isVdskDisabled@servletRequest" onClick="javascript:togglevdsk();"/> <uix:messageCheckBox name="vdskm1" textBinding="LBL_VDSK_MIRROR_LOC1@racProvisioningRB" checkedBinding="isVdskm1Checked@servletRequest" disabledBinding="isVdskm1Disabled@servletRequest" onClick="javascript:togglevdskm1();"/> <uix:messageCheckBox name="vdskm2" textBinding="LBL_VDSK_MIRROR_LOC2@racProvisioningRB" checkedBinding="isVdskm2Checked@servletRequest" disabledBinding="isVdskm2Disabled@servletRequest"onClick="javascript:togglevdskm2();"/> <uix:messageCheckBox name="oradata" textBinding="LBL_ORADATA_LOC@racProvisioningRB" checkedBinding="isOradataChecked@servletRequest" disabledBinding="isOradataDisabled@servletRequest"/> </uix:labeledFieldLayout> <uix:cellFormat vAlign="top" width="35%" height="20"> <uix:contentContainer background="light" textBinding="TIP@racProvisioningRB" width="100%" > <uix:switcher childNameBinding="dpPlatform@servletRequest" defaultCaseBinding="defaultDpPlatform@servletRequest"> <uix:case name="default"> <uix:styledText styleClass="OraInstructionText" textBinding="TIP_STORAGE@racProvisioningRB"/> </uix:case> <uix:case name="windows"> <uix:styledText styleClass="OraInstructionText" textBinding="TIP_STORAGE_WINDOWS@racProvisioningRB"/> </uix:case> </uix:switcher> </uix:contentContainer> </uix:cellFormat> </uix:header> <%-- Drive Letter assignment for Windows --%> <uix:switcher childNameBinding="dpPlatform@servletRequest"> <uix:case name="windows"> <uix:header textBinding="HDR_DRIVE_LETTER@racProvisioningRB"> <uix:styledText textBinding="DESC_DRIVE_LETTER@racProvisioningRB" styleClass="oraInstructionText" /> <uix:spacer height="10"/> <uix:labeledFieldLayout width="60%" labelWidth="0%" fieldWidth="100%" columns="1" > <uix:messageChoice name="driveLetterChoice" promptBinding="LBL_ASSIGN_DRIVE_LETTER@racProvisioningRB" selectedValueBinding="driveLtrSelVal@servletRequest"> <uix:contents childDataBinding="availableDriveLetterList@servletRequest"> <uix:option textBinding="optionTxt" valueBinding="optionVal" /> </uix:contents> </uix:messageChoice> </uix:labeledFieldLayout> </uix:header> </uix:case> </uix:switcher> </uix:pageLayout> </uix:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de