<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: remoteBrowser.jsp -- Controller: RemoteBrowserController.jsp -- Description: Remote System File and Directory Browser -- -- MODIFIED (MM/DD/YY) -- dchakumk 03/10/08 - XbranchMerge dchakumk_6752_xbmsrc from -- st_emdbsa_11.1 -- chanchan 01/29/08 - Add Search And List function -- sresrini 03/21/06 - Fix jsp compilation errors -- mpawelko 09/16/05 - bug 4463685 - rework progress page to prevent hang/loop -- qsong 07/21/05 - bug 4463685 -- qsong 06/08/05 - imbed progress page -- mnihalan 05/09/05 - Fix ADA bugs -- qsong 03/18/05 - 4249822, UI layout change -- sxzhu 02/04/05 - fix bug 4014250: handle windows platform -- rreilly 07/27/04 - add search tip -- rreilly 06/01/04 - fix error layout -- rreilly 05/29/04 - add cancel fix and breadcrumbs -- rreilly 05/28/04 - fix errors -- rreilly 05/14/04 - ui fixes -- rreilly 05/10/04 - use NLS msgs -- rreilly 05/09/04 - add host login -- rreilly 05/05/04 - use const -- rreilly 04/24/04 - implement details view -- rreilly 04/20/04 - created --%> <%-- Tag Libraries --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%-- Imports --%> <%@ page import="oracle.sysman.emo.util.remoteBrowser.RemoteBrowserConst" %> <% oracle.cabo.share.util.CaboHttpUtils.setNoCacheHeaders(response); %> <%@ include file="/oemNoscript.jspf" %> <%-- Hidden Form Values --%> <%-- Remote File and Directory Browser Contents: START --%> <%-- ====================================== --%> <%-- Page Status: Info Text --%> <%-- ====================================== --%> <%-- ====================================== --%> <%-- Error and Info Display --%> <%-- ====================================== --%> <%-- ====================================== --%> <%-- Host Connection UI --%> <%-- ====================================== --%> <%-- Host Name --%> <%-- Host Username --%> <%-- Current Directory Breadcrumbs --%> <%-- ====================================== --%> <%-- File and Directory UI --%> <%-- ====================================== --%> <%-- Search Text --%> <%-- Go Button --%> <%-- Details Table --%> <%-- Name --%> <%-- Type --%> <%-- Owner --%> <%-- Group --%> <%-- Size --%> <%-- Last Modified --%> <%-- Page Buttons --%> <%-- Remote File and Directory Browser Contents: END --%>