Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\storage\host\hostDisksStorage.jspf
<%-- * Copyright (c) 2004, 2007, Oracle. All rights reserved. * * NAME * hostDisksStorage.jspf * * NOTES * shows UI below the "Disks" page property in the * host storage details page. * * MODIFIED * mnihalan 06/20/07 - Fix bug 6141433 * ajere 05/24/05 - Accessibility changes * rmenon 02/10/05 - * rmenon 12/23/04 - * rmenon 12/01/04 - * rmenon 10/06/04 - * rmenon 08/02/04 - incorporated real data; cleaned * up shared_count display. * rmenon 06/28/04 - rmenon_storage_disks_tab_ui * rmenon 06/16/04 - Created --%> <%@ include file="/enablePPR.jspf" %> <uix:tableLayout cellPadding="0" width="90%"> <uix:rowLayout> <uix:cellFormat hAlign="left" vAlign="top"> <uix:styledText textBinding="VIEW@storageResource" styleClass="OraPromptText" labeledNodeId="viewResourceTypeChoice"/> <uix:spacer width="10"/> <uix:choice name="viewResourceTypeChoice" id="viewResourceTypeChoice" onChange="submitForm('hostStorageDetailsForm', true, {'event':'viewDisksByResource'})" selectedValueBinding="selectedValue@disksViewBean@servletRequest"> <uix:contents childDataBinding="viewChoice@disksViewBean@servletRequest"> <uix:option textBinding="text" valueBinding="value" renderedBinding="rendered"/> </uix:contents> </uix:choice> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="center" > <uix:table name="hostDisksStorageTable" id="hostDisksStorageTable" tableDataBinding="rows@hostDisksStorageTable@servletRequest" columnHeaderDataBinding="hostDisksStorageTableColumnHeaders@servletRequest" blockSizeBinding="size@rows@hostDisksStorageTable@servletRequest" maxValueBinding="max@rows@hostDisksStorageTable@servletRequest" valueBinding="start@rows@hostDisksStorageTable@servletRequest" minValue="1" width="100%" alternateTextBinding= "NO_ITEMS_FOUND@sdkResource" formSubmitted="true" showAll="yes" summaryBinding="DISKS@storageResource"> <uix:tableFormat tableBanding="rowBanding"/> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="text" sortableBinding="sortable" /> </uix:columnHeaderStamp> <uix:contents> <uix:styledText textBinding="resource_name"/> <uix:styledText textBinding="resource_type"/> <uix:styledText textBinding="device_type"/> <uix:styledText textBinding="vendor"/> </uix:contents> <uix:column> <uix:columnFormat columnDataFormat="numberFormat" /> <uix:switcher childNameBinding="shared_count"> <uix:case name=""> <uix:styledText textBinding="shared_count"/> </uix:case> <uix:case name="0"> <uix:styledText text=""/> </uix:case> <uix:case name="1"> <uix:styledText text=""/> </uix:case> <uix:default> <uix:rowLayout> <uix:image sourceBinding="existsNotClickableImage@commonSectionViewBean@servletRequest" destinationBinding="collectionErrorURL@commonSectionViewBean@servletRequest"/> <uix:styledText text="("/> <uix:spacer width="5"/> <uix:link textBinding="shared_count" destinationBinding="sharedCountURL" /> <uix:spacer width="5"/> <uix:styledText text=")"/> </uix:rowLayout> </uix:default> </uix:switcher> </uix:column> <uix:column> <uix:columnFormat columnDataFormat="numberFormat" /> <uix:styledText textBinding="storage_size"/> </uix:column> <uix:column> <uix:columnFormat columnDataFormat="numberFormat" /> <uix:styledText textBinding="allocated"/> </uix:column> <uix:column> <uix:columnFormat columnDataFormat="numberFormat" /> <uix:styledText textBinding="unallocated"/> </uix:column> </uix:table> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de