Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\target\slb\mgmt\slbPool.uix
<page xmlns="http://bali.us.oracle.com/cabo/baja" xmlns:baja="http://bali.us.oracle.com/cabo/baja" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40"> <baja:head xmlns="http://www.w3.org/TR/REC-html40"> </baja:head> <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin"> <dataScope xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:data="http://bali.us.oracle.com/cabo/marlin" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:baja="http://bali.us.oracle.com/cabo/baja"> <contents> <html:title> <text> <boundAttribute name="text"> <concat> <dataObject select="comm_win_title" source="win_title"/> <dataObject select="Pool" source="SLBBundle"/> </concat> </boundAttribute> </text> </html:title> <html:noScript> "JavaScript is not supported by your browser. Oracle requires JavaScript support in order to completely render this page." </html:noScript> <pageLayout xmlns:data="http://bali.us.oracle.com/cabo/marlin"> <mediumAdvertisement> <include baja:node="../../../oemBanner"/> </mediumAdvertisement> <globalButtons> <include baja:node="../../../globalButtonBar"/> </globalButtons> <tabs> <include baja:node="../../../globalTabs"/> </tabs> <pageHeader> <include baja:node="../../../globalHeader"/> </pageHeader> <copyright> <include baja:node="../../../copyright"/> </copyright> <privacy/> <location> <include baja:node="../../../breadCrumbs"/> </location> <contents> <header data:text="Pool@SLBBundle"> <contents> <tableLayout width="100%"> <contents> <rowLayout> <contents> <cellFormat> <contents> <rowLayout hAlign="right"> <contents> <include baja:node="timestamp"/> <spacer width="8"/> <image data:source="refreshIcon@refreshButtonData" data:destination="refreshUrl@refreshButtonData" data:shortDesc="REFRESH_ICON_BUBBLE@SLBBundle"/> <spacer width="8"/> <button data:text="showButtonText@pool_list" baja:event="show" data:rendered="rendered@pool_list"/> </contents> </rowLayout> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <tableLayout width="100%"> <contents> <rowLayout hAlign="right"> <contents> <switcher data:childName="hasMgmtPriv@user_target_priv"> <case name="true"> <button data:text="Create@SLBBundle" baja:event="addPool"/> </case> </switcher> </contents> </rowLayout> </contents> </tableLayout> <form name="poolTableform" method="post"> <contents> <table data:summary="Pool_Table_Summary@SLBBundle" name="pool_list" data:blockSize="blockSize@pool_list" partialRenderMode="self" id="poolList_tableID" data:maxValue="maxValue@pool_list" data:value="value@pool_list" data:columnHeaderData="column@pool_list" width="100%" data:tableData="row@pool_list" data:columnFormats="colformat@columnFormatData" data:alternateText="EMPTY_POOLS_TABLE@SLBBundle"> <tableFormat tableBanding="rowBanding" bandingInterval="1"/> <!--<columnHeaderStamp> <boundText select="value"/> </columnHeaderStamp>--> <columnHeaderStamp> <sortableHeader data:text="text" data:sortable="sortable"/> </columnHeaderStamp> <boundAttribute name="columnHeaderData"> <dataObject select="column" source="pool_list"/> </boundAttribute> <tableSelection> <multipleSelection data:rendered="hasMgmtPriv@user_target_priv"> <contents> <switcher data:childName="hasMgmtPriv@user_target_priv"> <case name="true"> <submitButton data:text="Delete@SLBBundle" baja:event="deletePool"/> </case> </switcher> </contents> </multipleSelection> </tableSelection> <contents> <link uix:text="pool_name" uix:destination="admin"/> <styledText uix:text="pool_lbm"/> <link uix:text="pool_bits_in_sec" uix:destination="poolBisGraphLink"/> <link data:rendered="bigip_render@type" uix:text="pool_bits_out_sec" uix:destination="poolBosGraphLink"/> <link uix:text="pool_cur_sess" uix:destination="poolCurSessGraphLink"/> <link uix:text="pool_max_sess" uix:destination="poolMaxSessGraphLink"/> <link uix:text="pool_tol_sess" uix:destination="poolTolSessGraphLink"/> <styledText data:rendered="bigip_render@type" uix:text="persistentMode"/> <formValue name="pool_name" data:value="pool_name"/> <formValue name="pool_index" data:value="pool_index"/> </contents> </table> </contents> </form> </contents> </header> </contents> </pageLayout> </contents> <provider> <data name="pool_list"> <method class="oracle.sysman.eml.target.slb.mgmt.SlbPoolPage" method="getPoolList"/> </data> <data name="SLBBundle"> <bundle class="oracle.sysman.eml.rsc.target.slb.SLBBundle"/> </data> <data name="columnFormatData"> <inline> <colformat/> <colformat/> <colformat columnDataFormat="numberFormat" /> <colformat columnDataFormat="numberFormat" /> <colformat columnDataFormat="numberFormat" /> <colformat columnDataFormat="numberFormat" /> <colformat columnDataFormat="numberFormat" /> <colformat/> </inline> </data> <data name="user_target_priv"> <method class="oracle.sysman.eml.target.slb.mgmt.RoleBasedMgmt" method="getUserTargetPriv"/> </data> <data name="win_title"> <method class="oracle.sysman.eml.target.slb.common.SLB" method="getCommonWinTitle"/> </data> <data name="refreshButtonData"> <method class="oracle.sysman.eml.target.slb.common.SLBCommonUIX" method="getRefreshButtonData"/> </data> <data name="type"> <method class="oracle.sysman.eml.target.slb.common.SLB" method="getUixSlbType"/> </data> </provider> <!--End of Data Handlers--> </dataScope> </baja:content> <handlers> <!-- pool operation --> <event name="addPool"> <method class="oracle.sysman.eml.target.slb.mgmt.AddPoolPage" method="createPool"/> </event> <event name="deletePool"> <method class="oracle.sysman.eml.target.slb.mgmt.DeletePoolPage" method="deletePool"/> </event> <event name="sort"> <method class="oracle.sysman.eml.target.slb.common.SLBCommonUIX" method="doSort"/> </event> <event name="goto"> <method class="oracle.sysman.eml.target.slb.common.SLBCommonUIX" method="doGoto"/> </event> <event name="refresh"> <method class="oracle.sysman.eml.target.slb.common.SLBCommonUIX" method="doRefresh"/> </event> <event name="show"> <method class="oracle.sysman.eml.target.slb.common.SLBCommonUIX" method="doShow"/> </event> <event name="null"> <method class="oracle.sysman.eml.target.slb.common.SLBOnlineHelp" method="setHelpPage"/> </event> </handlers> </page>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de