Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\search\searchOracleProducts.uix
<!-- * Copyright (c) 2001, 2004, Oracle Corporation. All rights reserved. * * NAME * searchOracleProducts.uix * * NOTES * search Oracle Products * * MODIFIED (MM/DD/YY) VERSION * kchiasso 02/02/04 - bugfix 3198747; rmv eng msgs * awarkar 12/03/03 - Bug Fix For Issue#3280397 * kchiasso 11/10/03 - * kchiasso 10/31/03 - bugfix 2878975 * kchiasso 10/27/03 - bugfix 3211721 * kchiasso 10/17/03 - bugfix 2865698 * kchiasso 10/13/03 - bugfix 3180841 * kchiasso 10/08/03 - add login to title * shuberma 09/30/03 - Use grouip_flat_memberships * kchiasso 03/25/03 - bugfix csv name * shuberma 03/05/03 - Adding group membership filter * kchiasso 10/29/02 - bugfix 2635634 * kchiasso 10/14/02 - ui review cleanup * kchiasso 10/02/02 - ADA compliant * kchiasso 09/30/02 - * kchiasso 07/11/02 - preserve sort context prev/next * kchiasso 05/30/02 - root url * kchiasso 05/28/02 - timestamp. * shuberma 05/15/02 - Adding link on home.. * kchiasso 05/07/02 - SavetoFile * kchiasso 04/03/02 - add sql search * kchiasso 03/29/02 - sort Search * * * @author kChiasson * --> <page xmlns="http://bali.us.oracle.com/cabo/baja" xmlns:baja="http://bali.us.oracle.com/cabo/baja" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:data="http://bali.us.oracle.com/cabo/marlin"> <baja:head xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40"> <dataScope> <contents> <head> <boundAttribute name="title"> <concat> <dataObject select="loginTitle" source="getLoginTitle"/> <fixed javaType="string"> - </fixed> <dataObject select="TITLE_SEARCHORACLEPRODUCTS" source="ResourceBundle"/> </concat> </boundAttribute> </head> </contents> <provider> <data name="getLoginTitle"> <method class="oracle.sysman.eml.ecm.util.EcmSessionUtil" method="getLoginTitle"/> </data> <data name="ResourceBundle"> <bundle class = "oracle.sysman.eml.ecm.search.util.SearchResourceBundle"/> </data> </provider> </dataScope> </baja:head> <!-- special handler to load help topic --> <handlers> <event name="null"> <method class="oracle.sysman.eml.ecm.OnlineHelp" method="loadSearchHelpTopic"/> </event> </handlers> <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin"> <dataScope> <contents> <script> <contents> // clear out the previous selections function clearParams() { with(document.searchOracleProducts) { productNameText.value = ""; hostNameText.value = ""; homeNameText.value = ""; versionText.value = ""; groupMembershipText.value = ""; patchsetsText.value = ""; bugsfixedText.value = ""; interimpatchesText.value = ""; } } </contents> </script> <form name="searchOracleProducts" > <contents> <formValue name="blockStart" uix:value="blockStart@patchList"/> <formValue name="anchor" uix:value="anchor@patchList"/> <pageLayout xmlns="http://bali.us.oracle.com/cabo/marlin" uix:title="TITLE_SEARCHORACLEPRODUCTS@ResourceBundle"> <mediumAdvertisement> <include baja:node="../../oemBanner" /> </mediumAdvertisement> <marlin:globalButtons> <include baja:node="../../globalButtonBar" /> </marlin:globalButtons> <marlin:tabs> <include baja:node="../../globalTabs" /> </marlin:tabs> <marlin:location> <include baja:node="../../breadCrumbs" /> </marlin:location> <marlin:pageHeader> <include baja:node="../../globalHeader" /> </marlin:pageHeader> <copyright> <include baja:node="../../copyright" /> </copyright> <pageButtons> <pageButtonBar> <contents> <submitButton name="event" value="doSQLSearch" uix:text="BTN_SEARCHSQL@ResourceBundle"/> </contents> </pageButtonBar> </pageButtons> <contents> <messageBox automatic="true" /> <!-- make sure valid patch data --> <switcher uix:childName="status@searchList" childName="success"> <case name="failure"> <messageBox automatic="false" uix:text="errHdr@searchList" uix:message="errMsg@searchList" messageType="error" /> </case> <case name="success"> <stackLayout> <contents> <include baja:node="../../targetTime" /> <header uix:text="HDR_SEARCHCRITERIA@ResourceBundle"> <contents> <tableLayout width="65%" align="center"> <contents> <rowLayout> <contents> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <spacer width="10"/> <styledText labeledNodeId="productNameID" styleClass="OraPromptText" uix:text="LBL_PRODUCTNAME@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout hAlign="right"> <contents> <spacer width="10"/> <choice name="productNameQuery" id="productNameID" uix:selectedValue="productNameQuery@searchData"> <contents> <option uix:text="OPT_CONTAINS@ResourceBundle" value="OPT_CONTAINS"/> <option uix:text="OPT_EXACT@ResourceBundle" value="OPT_EXACT"/> <option uix:text="OPT_NOTEXACT@ResourceBundle" value="OPT_NOTEXACT"/> <option uix:text="OPT_NOTCONTAINS@ResourceBundle" value="OPT_NOTCONTAINS"/> </contents> </choice> </contents> </rowLayout> <rowLayout hAlign="left"> <contents> <spacer width="20"/> <textInput required="no" name="productNameText" id="productNameID" uix:text="productNameText@searchData" columns="20"/> </contents> </rowLayout> </contents> </rowLayout> <rowLayout> <contents> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <spacer width="10"/> <styledText labeledNodeId="versionID" styleClass="OraPromptText" uix:text="LBL_BASEVERSION@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout hAlign="right"> <contents> <spacer width="10"/> <choice name="versionQuery" id="versionID" uix:selectedValue="versionQuery@searchData"> <contents> <option uix:text="OPT_CONTAINS@ResourceBundle" value="OPT_CONTAINS"/> <option uix:text="OPT_EXACT@ResourceBundle" value="OPT_EXACT"/> <option uix:text="OPT_NOTEXACT@ResourceBundle" value="OPT_NOTEXACT"/> <option uix:text="OPT_NOTCONTAINS@ResourceBundle" value="OPT_NOTCONTAINS"/> </contents> </choice> </contents> </rowLayout> <rowLayout hAlign="left"> <contents> <spacer width="20"/> <textInput required="no" name="versionText" id="versionID" uix:text="versionText@searchData" columns="20"/> </contents> </rowLayout> </contents> </rowLayout> <rowLayout> <contents> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <spacer width="10"/> <styledText labeledNodeId="patchsetsID" styleClass="OraPromptText" uix:text="LBL_PATCHSETS@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout hAlign="right"> <contents> <spacer width="10"/> <choice name="patchsetsQuery" id="patchsetsID" uix:selectedValue="patchsetsQuery@searchData"> <contents> <option uix:text="OPT_CONTAINS@ResourceBundle" value="OPT_CONTAINS"/> <option uix:text="OPT_EXACT@ResourceBundle" value="OPT_EXACT"/> <option uix:text="OPT_NOTEXACT@ResourceBundle" value="OPT_NOTEXACT"/> <option uix:text="OPT_NOTCONTAINS@ResourceBundle" value="OPT_NOTCONTAINS"/> </contents> </choice> </contents> </rowLayout> <rowLayout hAlign="left"> <contents> <spacer width="20"/> <textInput required="no" name="patchsetsText" id="patchsetsID" uix:text="patchsetsText@searchData" columns="20"/> </contents> </rowLayout> </contents> </rowLayout> <rowLayout> <contents> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <spacer width="10"/> <styledText labeledNodeId="hostNameID" styleClass="OraPromptText" uix:text="LBL_HOSTNAME@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout hAlign="right"> <contents> <spacer width="10"/> <choice name="hostNameQuery" id="hostNameID" uix:selectedValue="hostNameQuery@searchData"> <contents> <option uix:text="OPT_CONTAINS@ResourceBundle" value="OPT_CONTAINS"/> <option uix:text="OPT_EXACT@ResourceBundle" value="OPT_EXACT"/> <option uix:text="OPT_NOTEXACT@ResourceBundle" value="OPT_NOTEXACT"/> <option uix:text="OPT_NOTCONTAINS@ResourceBundle" value="OPT_NOTCONTAINS"/> </contents> </choice> </contents> </rowLayout> <rowLayout hAlign="left"> <contents> <spacer width="20"/> <textInput required="no" name="hostNameText" id="hostNameID" uix:text="hostNameText@searchData" columns="20"/> </contents> </rowLayout> </contents> </rowLayout> <rowLayout vAlign="top"> <contents> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <spacer width="10"/> <styledText labeledNodeId="groupMembershipID" styleClass="OraPromptText" uix:text="LBL_GROUPNAME@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout hAlign="right"> <contents> <spacer width="10"/> <choice name="groupMembershipQuery" id="groupMembershipID" uix:selectedValue="groupMembershipQuery@searchData"> <contents> <option uix:text="OPT_CONTAINS@ResourceBundle" value="OPT_CONTAINS"/> <option uix:text="OPT_EXACT@ResourceBundle" value="OPT_EXACT"/> <option uix:text="OPT_NOTEXACT@ResourceBundle" value="OPT_NOTEXACT"/> <option uix:text="OPT_NOTCONTAINS@ResourceBundle" value="OPT_NOTCONTAINS"/> </contents> </choice> </contents> </rowLayout> <rowLayout hAlign="left"> <contents> <spacer width="18"/> <messageTextInput required="no" uix:tip="LBL_HOSTGROUPHINT@ResourceBundle" name="groupMembershipText" id="groupMembershipID" uix:text="groupMembershipText@searchData" columns="20"/> </contents> </rowLayout> </contents> </rowLayout> <rowLayout> <contents> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <spacer width="10"/> <styledText labeledNodeId="homeNameID" styleClass="OraPromptText" uix:text="PW_ORACLEHOME@PatchResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout hAlign="right"> <contents> <spacer width="10"/> <choice name="homeNameQuery" id="homeNameID" uix:selectedValue="homeNameQuery@searchData"> <contents> <option uix:text="OPT_CONTAINS@ResourceBundle" value="OPT_CONTAINS"/> <option uix:text="OPT_EXACT@ResourceBundle" value="OPT_EXACT"/> <option uix:text="OPT_NOTEXACT@ResourceBundle" value="OPT_NOTEXACT"/> <option uix:text="OPT_NOTCONTAINS@ResourceBundle" value="OPT_NOTCONTAINS"/> </contents> </choice> </contents> </rowLayout> <rowLayout hAlign="left"> <contents> <spacer width="20"/> <textInput required="no" name="homeNameText" id="homeNameID" uix:text="homeNameText@searchData" columns="20"/> </contents> </rowLayout> </contents> </rowLayout> <rowLayout> <contents> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <spacer width="10"/> <styledText labeledNodeId="interimpatchesID" styleClass="OraPromptText" uix:text="LBL_INTERIMPATCHES@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout hAlign="right"> <contents> <spacer width="10"/> <choice name="interimpatchesQuery" id="interimpatchesID" uix:selectedValue="interimpatchesQuery@searchData"> <contents> <option uix:text="OPT_CONTAINS@ResourceBundle" value="OPT_CONTAINS"/> <option uix:text="OPT_EXACT@ResourceBundle" value="OPT_EXACT"/> <option uix:text="OPT_NOTEXACT@ResourceBundle" value="OPT_NOTEXACT"/> <option uix:text="OPT_NOTCONTAINS@ResourceBundle" value="OPT_NOTCONTAINS"/> </contents> </choice> </contents> </rowLayout> <rowLayout hAlign="left"> <contents> <spacer width="20"/> <textInput required="no" name="interimpatchesText" id="interimpatchesID" uix:text="interimpatchesText@searchData" columns="20"/> </contents> </rowLayout> </contents> </rowLayout> <rowLayout> <contents> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <spacer width="10"/> <styledText labeledNodeId="bugsfixedID" styleClass="OraPromptText" uix:text="LBL_BUGSFIXEDBYINT@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout hAlign="right"> <contents> <spacer width="10"/> <choice name="bugsfixedQuery" id="bugsfixedID" uix:selectedValue="bugsfixedQuery@searchData"> <contents> <option uix:text="OPT_CONTAINS@ResourceBundle" value="OPT_CONTAINS"/> <option uix:text="OPT_EXACT@ResourceBundle" value="OPT_EXACT"/> <option uix:text="OPT_NOTEXACT@ResourceBundle" value="OPT_NOTEXACT"/> <option uix:text="OPT_NOTCONTAINS@ResourceBundle" value="OPT_NOTCONTAINS"/> </contents> </choice> </contents> </rowLayout> <rowLayout hAlign="left"> <contents> <spacer width="20"/> <textInput required="no" name="bugsfixedText" id="bugsfixedID" uix:text="bugsfixedText@searchData" columns="20"/> </contents> </rowLayout> </contents> </rowLayout> </contents> </tableLayout> </contents> </header> <tableLayout width="45%" > <contents> <spacer height="5"/> <rowLayout hAlign="right"> <contents> <cellFormat wrappingDisabled="true"> <contents> <submitButton name="event" value="doSearch" uix:text="BTN_SEARCH@ResourceBundle"/> <spacer width="8"/> <button uix:text="BTN_CLEAR@ResourceBundle" onClick="clearParams();" /> <spacer width="8"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <header uix:text="HDR_RESULTS@ResourceBundle"> <contents> <tableLayout width="100%"> <contents> <rowLayout hAlign="right" vAlign="bottom"> <contents> <button uix:text="BTN_SAVETOFILE@ResourceBundle" destination="export/exportSearch$searchType=OracleProductsInstalledonOracleHomes"/> </contents> </rowLayout> <html:br></html:br> <spacer height="5"/> <rowLayout> <contents> <table name="resultsTable" width="100%" formSubmitted="true" minValue="1" uix:value="value@searchList" uix:maxValue="maxValue@searchList" uix:blockSize="blockSize@searchList" uix:alternateText="MSG_PRESSSEARCH@ResourceBundle" uix:tableData="tabledata@searchList" uix:summary="TBLSUM_RESULTSTABLE@PatchResourceBundle"> <tableFormat tableBanding="rowBanding"/> <columnHeaderStamp> <sortableHeader data:text="text" uix:value="value" uix:sortable="sort"> <boundAttribute name="sortable"> <defaulting> <dataObject data:source="(value)@sortColumnHeader"/> <dataObject select="sort"/> </defaulting> </boundAttribute> </sortableHeader> </columnHeaderStamp> <!-- setting %width is ignored in UIX, rows are not wrapping hardcoding width and forcing wrapping of columns --> <columnFormats> <columnHeaderFormat width="10%" cellNoWrapFormat="false"/> <columnHeaderFormat width="70" cellNoWrapFormat="false"/> <columnHeaderFormat width="100" cellNoWrapFormat="false"/> <columnHeaderFormat width="20%" cellNoWrapFormat="false"/> <columnHeaderFormat width="35%" cellNoWrapFormat="false"/> <columnHeaderFormat width="100" cellNoWrapFormat="false"/> <columnHeaderFormat width="100" cellNoWrapFormat="false"/> </columnFormats> <columnHeaderData> <col id="hdrproductname" uix:text="LBL_PRODUCTNAME@ResourceBundle" uix:sort="SORT_PRODUCTNAME@searchList" value="LBL_PRODUCTNAME"/> <col id="hdbaseversion" uix:text="LBL_BASEVERSION@ResourceBundle" uix:sort="SORT_VERSION@searchList" value="LBL_BASEVERSION"/> <col id="hdrpatchsets" uix:text="LBL_PATCHSETS@ResourceBundle" uix:sort="SORT_HOMENAME@searchList" value="LBL_PATCHSETS"/> <col id="hdrhostname" uix:text="LBL_HOSTNAME@ResourceBundle" uix:sort="SORT_HOSTNAME@searchList" value="LBL_HOSTNAME"/> <col id="hdroraclehome" uix:text="LBL_ORACLEHOME@ResourceBundle" uix:sort="SORT_ORACLEHOME@searchList" value="LBL_ORACLEHOME"/> <col id="hdrinterimpatches" uix:text="LBL_INTERIMPATCHES@ResourceBundle" uix:sort="SORT_HOMENAME@searchList" value="LBL_INTERIMPATCHES"/> <col id="hdrbugsfixed" uix:text="LBL_BUGSFIXEDBYINT@ResourceBundle" uix:sort="SORT_HOMENAME@searchList" value="LBL_BUGSFIXEDBYINT"/> </columnHeaderData> <contents> <styledText headers="hdrproductname" uix:text="LBL_PRODUCTNAME" uix:destination="LBL_PRODUCTNAME^LBL_BASEVERSION,LBL_HOSTNAME,LBL_COMPONENTNAME,LBL_HOMELOCATION"/> <styledText headers="hdrbaseversion" uix:text="LBL_BASEVERSION"/> <styledText headers="hdrpatchsets" uix:text="LBL_PATCHSETS"/> <link headers="hdrhostname" uix:text="LBL_HOSTNAME" uix:destination="LBL_HOSTNAME^"/> <link headers="hdroraclehome" uix:text="LBL_ORACLEHOME" uix:destination="LBL_ORACLEHOME^LBL_HOSTNAME,LBL_HOMELOCATION"/> <styledText headers="hdrinterimpatches" uix:text="LBL_INTERIMPATCHES"/> <styledText headers="hdrbugsfixed" uix:text="LBL_BUGSFIXEDBYINT"/> <formValue uix:text="LBL_COMPONENTNAME"/> <formValue uix:text="LBL_HOMELOCATION"/> <formValue uix:text="LBL_HOMENAME"/> </contents> </table> </contents> </rowLayout> <tip> <contents> <styledText uix:text="ERRMSG_SEARCHHOMETIP@ResourceBundle"/> </contents> </tip> </contents> </tableLayout> </contents> </header> </contents> </stackLayout> </case> </switcher> </contents> </pageLayout> </contents> </form> </contents> <provider> <data name="searchCallbackText"> <inline innerQuery="SELECT m.external_name as LBL_PRODUCTNAME, m.name as LBL_COMPONENTNAME, m.base_version as LBL_BASEVERSION, m.patchsets_in_home as LBL_PATCHSETS, m.host_name as LBL_HOSTNAME, m.home_location as LBL_HOMELOCATION, m.home_name as LBL_HOMENAME, m.home_location || ' (' || m.home_name || ')' as LBL_ORACLEHOME, m.interim_patches_in_home as LBL_INTERIMPATCHES, m.bugs_fixed_by_interim_patches as LBL_BUGSFIXEDBYINT FROM MGMT$SOFTWARE_COMPONENTS m WHERE is_top_level = 'Y' " /> </data> <data name="columnListInfo"> <inline> <column displayName="LBL_PRODUCTNAME" filterOp="productNameQuery" filterVal="productNameText" destLink="ecm/track/view/oracleComp$compVersion=LBL_BASEVERSION$type=host$target=LBL_HOSTNAME$compName=LBL_COMPONENTNAME$location=LBL_HOMELOCATION?event=doLoad"/> <column displayName="LBL_BASEVERSION" filterOp="versionQuery" filterVal="versionText"/> <column displayName="LBL_PATCHSETS" filterOp="patchsetsQuery" filterVal="patchsetsText"/> <column displayName="LBL_HOSTNAME" filterOp="hostNameQuery" filterVal="hostNameText" destLink="monitoring/hostOverview$target=LBL_HOSTNAME$ctxType=All Targets$type=host?event=doLoad"/> <column displayName="LBL_ORACLEHOME" destLink="ecm/track/view/oracleHome$type=host$target=LBL_HOSTNAME$location=LBL_HOMELOCATION" filterOp="homeNameQuery" filterVal="homeNameText"/> <column displayName="LBL_INTERIMPATCHES" filterOp="interimpatchesQuery" filterVal="interimpatchesText"/> <column displayName="LBL_BUGSFIXEDBYINT" filterOp="bugsfixedQuery" filterVal="bugsfixedText"/> <!-- making this field not visible causes the link to get null value for home_lcation --> <column displayName="LBL_HOMELOCATION"/> <column displayName="LBL_HOMENAME"/> <column displayName="LBL_COMPONENTNAME"/> <column displayName="LBL_GROUPNAME" selectColumn="false" filterOp="groupMembershipQuery" filterVal="groupMembershipText" OPT_CONTAINS="membershipContainsOperator" OPT_NOTCONTAINS="membershipNotContainsOperator" OPT_EXACT="membershipExactOperator" OPT_NOTEXACT="membershipNotExactOperator"/> </inline> </data> <data name="predicateOperatorOverrides"> <inline> <condition name="membershipContainsOperator" predicate="exists (select * from mgmt$group_flat_memberships where disjunction and member_target_name = LBL_HOSTNAME and member_target_type = 'host')" disjunction="NLS_UPPER( composite_target_name ) like NLS_UPPER( '%filterVal%' ) {escape '#'} " /> <condition name="membershipNotContainsOperator" predicate="not exists (select * from mgmt$group_flat_memberships where disjunction and member_target_name = LBL_HOSTNAME and member_target_type = 'host' )" disjunction="NLS_UPPER( composite_target_name ) like NLS_UPPER( '%filterVal%' ) {escape '#'} " /> <condition name="membershipExactOperator" predicate="exists (select * from mgmt$group_flat_memberships where disjunction and member_target_name = LBL_HOSTNAME and member_target_type = 'host')" disjunction="composite_target_name = 'filterVal'" /> <condition name="membershipNotExactOperator" predicate="not exists (select * from mgmt$group_flat_memberships where disjunction and member_target_name = LBL_HOSTNAME and member_target_type = 'host')" disjunction="composite_target_name = 'filterVal'" /> </inline> </data> <data name="ResourceBundle"> <bundle class = "oracle.sysman.eml.ecm.search.util.SearchResourceBundle"/> </data> <data name="PatchResourceBundle"> <bundle class = "oracle.sysman.eml.ecm.patch.util.PatchResourceBundle"/> </data> <data name="searchData"> <method class="oracle.sysman.eml.ecm.search.SearchData" method="populateSearchData"/> </data> <data xmlns="http://bali.us.oracle.com/cabo/marlin" name="searchList"> <method class="oracle.sysman.eml.ecm.search.SearchData" method="populateResultsTable"/> </data> <data name="sortColumnHeader"> <method class="oracle.sysman.eml.ecm.search.SearchData" method="getSortColumnHeader"/> </data> </provider> </dataScope> </baja:content> <handlers> <event name="sort"> <method class="oracle.sysman.eml.ecm.search.SearchHandler" method="doSort"/> </event> <event name="doSearch"> <method class="oracle.sysman.eml.ecm.search.SearchHandler" method="doSearch"/> </event> <event name="doSQLSearch"> <method class="oracle.sysman.eml.ecm.search.SearchHandler" method="doSQLSearch"/> </event> <!-- This handles the next/prev buttons in the results table --> <event name="goto"> <method class="oracle.sysman.eml.ecm.search.SearchHandler" method ="tableGoto"/> </event> </handlers> </page>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de