home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Komunik / sambar444 / _SETUP.1 / browse.stm < prev    next >
Text File  |  2000-09-04  |  1KB  |  47 lines

  1. <HTML>
  2. <HEAD><TITLE>Sambar Server Document Manager</TITLE>
  3. <SCRIPT language=JavaScript>
  4. <!--
  5.     function confirmDelete()
  6.     {
  7.         return confirm("Delete selected file/directory?");
  8.     }
  9.     function SearchOK(theForm)
  10.     {
  11.         if (theForm.query.value == "")
  12.         {
  13.             alert("Enter a value for the search query.");
  14.             return(false);
  15.         }
  16.     }
  17. //-->
  18. </SCRIPT>
  19. </HEAD>
  20. <RCif RC$path = />
  21. <RC$path = RCPdir>
  22. <RCendif>
  23. <BODY bgColor=#ffffff>
  24. <CENTER><FONT size=+2><B>Document Manager</B></FONT></CENTER>
  25. <BR>
  26. <FONT size=+2><B>Browsing path: <I><RC$path></I></B></FONT>
  27. <P>
  28. <TABLE BORDER=0>
  29. <TR valign=top>
  30. <TD nowrap>
  31. <FORM action=/sysuser/docmgr/search.stm method=get onsubmit="return SearchOK(this)">
  32. <INPUT name=path type=hidden value="<RC$path>"> 
  33. <INPUT name=query>
  34. <INPUT type=submit value=Search>
  35. </FORM>
  36. </TD>
  37. <TD nowrap>
  38. <RCXdm-nav path=RC$path home=RCSbrowse root=RCPdir>
  39. </TD>
  40. </TR>
  41. </TABLE>
  42. <P>
  43. <RCXdm-browse path=RC$path home=RCSbrowse root=RCPdir sortby=RCSsortby>
  44. <BR>
  45. </BODY>
  46. </HTML>
  47.