File:  [LON-CAPA] / loncom / html / res / adm / pages / bookmarkmenu / bookmarkmenu_toolbar.html
Revision 1.3: download - view: text, annotated - select for diffs
Wed Nov 1 21:04:36 2000 UTC (23 years, 10 months ago) by tyszkabe
Branches: MAIN
CVS tags: HEAD
removed old gif files
now when you save a bookmark/link it places it at the end of all folders and links
now instead of marking an entire href it marks only the pathname
removed original debug bookmarks from admbookmarks.pm. They have been replaced by the default bookmarks.
removed debug bookmarks button from bookmarkmenu_toolbar.html

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
  </head>
  <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> 
    <!-- FOR THE TIME BEING
  <A href="Javascript:SomeFunction()">
  <IMG src="button_close.gif" align="right" border="0" width="50" height="25">
  </A>
  <IMG name="annotator_led" src="pages/ledoff.gif" align="right">
    -->
    <div align="right">
      <form method=post action="/adm/bookmarks" onSubmit="Javascript:top.window.save();" name="saveBookmarks">
	<A href="Javascript:top.clickTrash();" onmouseover="top.hoverTrash(parent.frames[5].document.images[0]);"><img src="folder_trash.gif" width=25 height=25 border=noborder></a>
	<A href="Javascript:top.newFolder();"><img src="folder_new.gif" width=25 height=25 border=noborder></a> &nbsp&nbsp&nbsp
	<input type="button" name="newlink" value="New Link" onClick="Javascript:top.newLink();">
	<input type="button" name="close" value="Close" onClick="Javascript:top.window.close();">
	<input type="button" name="refresh" value="Refresh" onClick="Javascript:top.redrawTree();">
<!--	<input type="button" name="Recover" value="debug" onClick="Javascript:top.recover();">  -->
	<input type="hidden" name="hiddenbookmarks">
	<input type="submit" value="Save">
      </form>
    </div>
  </body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>