File:  [LON-CAPA] / loncom / html / res / adm / pages / bookmarkmenu / bookmarkmenu_toolbar.html
Revision 1.6: download - view: text, annotated - select for diffs
Thu Apr 19 03:28:43 2001 UTC (23 years, 3 months ago) by tyszkabe
Branches: MAIN
CVS tags: HEAD
bookmarklib now saves bookmarks! It also retrieves saved bookmarks.

    1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    2: <html>
    3:   <head>
    4:   </head>
    5:   <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> 
    6:     <!-- FOR THE TIME BEING
    7:   <A href="Javascript:SomeFunction()">
    8:   <IMG src="button_close.gif" align="right" border="0" width="50" height="25">
    9:   </A>
   10:   <IMG name="annotator_led" src="pages/ledoff.gif" align="right">
   11:     -->
   12:     <div align="right">
   13:        <form method="post" target="_self" action="/adm/bookmarks" name="saveBookmarks" onsubmit="Javascript:top.tree.treeSave();">
   14:         <img src="folder_static.gif" width=25 height=25 border=noborder>
   15: 	<A href="Javascript:top.clickTrash();" onmouseover="top.hoverTrash(parent.frames[5].document.images[1]);"><img src="folder_trash.gif" width=25 height=25 border=noborder></a>
   16: 	<A href="Javascript:top.queryNewFolder();"><img src="folder_new.gif" width=25 height=25 border=noborder></a> &nbsp&nbsp&nbsp
   17: 	<input type="button" name="newlink" value="New Link" onClick="Javascript:top.queryNewLink();">
   18: 	<input type="button" name="close" value="Close" onClick="Javascript:top.window.close();">
   19: 	<input type="button" name="refresh" value="Refresh" onClick="Javascript:top.tree.redraw();top.buildBookmarkMenu();">
   20: <!--	<input type="button" name="Recover" value="debug" onClick="Javascript:top.recover();">  -->
   21: 	<input type="hidden" name="hiddenbookmarks">
   22: <!--	<input type="button" value="Save" onClick="Javascript:top.tree.treeSave();">  -->
   23: 	<input type="submit" value="Save">
   24:       </form>
   25:     </div>
   26:   </body>
   27: </html>

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