Annotation of loncom/html/res/adm/pages/bookmarkmenu/bookmarkmenu_toolbar.html, revision 1.6

1.1       tyszkabe    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">
1.6     ! tyszkabe   13:        <form method="post" target="_self" action="/adm/bookmarks" name="saveBookmarks" onsubmit="Javascript:top.tree.treeSave();">
1.4       tyszkabe   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();">
1.1       tyszkabe   18: 	<input type="button" name="close" value="Close" onClick="Javascript:top.window.close();">
1.4       tyszkabe   19: 	<input type="button" name="refresh" value="Refresh" onClick="Javascript:top.tree.redraw();top.buildBookmarkMenu();">
1.3       tyszkabe   20: <!--	<input type="button" name="Recover" value="debug" onClick="Javascript:top.recover();">  -->
1.2       tyszkabe   21: 	<input type="hidden" name="hiddenbookmarks">
1.6     ! tyszkabe   22: <!--	<input type="button" value="Save" onClick="Javascript:top.tree.treeSave();">  -->
        !            23: 	<input type="submit" value="Save">
1.1       tyszkabe   24:       </form>
                     25:     </div>
                     26:   </body>
1.2       tyszkabe   27: </html>

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