home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD><TITLE>Sambar Server Document Manager</TITLE>
- <SCRIPT language=JavaScript>
- <!--
- function confirmDelete()
- {
- return confirm("Delete selected file/directory?");
- }
- function SearchOK(theForm)
- {
- if (theForm.query.value == "")
- {
- alert("Enter a value for the search query.");
- return(false);
- }
- }
- //-->
- </SCRIPT>
- </HEAD>
- <BODY bgColor=#ffffff>
- <CENTER><FONT size=+2><B>Document Manager</B></FONT></CENTER>
- <BR>
- <FONT size=+2><B>Browsing path: <I><RC$path></I></B></FONT>
- <P>
- <TABLE BORDER=0>
- <TR valign=top>
- <TD nowrap>
- <FORM action=/sysuser/docmgr/search.stm method=get onsubmit="return SearchOK(this)">
- <INPUT name=path type=hidden value="<RC$path>">
- <INPUT name=query>
- <INPUT type=submit value=Search>
- </FORM>
- </TD>
- <TD nowrap>
- <RCXdm-nav path=RC$path home=RCSbrowse>
- </TD>
- </TR>
- </TABLE>
- <P>
- <RCXdm-browse path=RC$path home=RCSbrowse sortby=RCSsortby>
- <BR>
- </BODY>
- </HTML>
-