Annotation of loncom/html/res/adm/pages/bookmarkmenu/bookmarkmenu_toolbar.html, revision 1.2
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.2 ! tyszkabe 13: <form method=post action="/adm/bookmarks" onSubmit="Javascript:top.window.save();" name="saveBookmarks">
1.1 tyszkabe 14: <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>
1.2 ! tyszkabe 15: <A href="Javascript:top.newFolder();"><img src="folder_new.gif" width=25 height=25 border=noborder></a>    
! 16: <input type="button" name="newlink" value="New Link" onClick="Javascript:top.newLink();">
1.1 tyszkabe 17: <input type="button" name="close" value="Close" onClick="Javascript:top.window.close();">
18: <input type="button" name="refresh" value="Refresh" onClick="Javascript:top.redrawTree();">
1.2 ! tyszkabe 19: <input type="button" name="Recover" value="debug" onClick="Javascript:top.recover();">
! 20: <input type="hidden" name="hiddenbookmarks">
! 21: <input type="submit" value="Save">
1.1 tyszkabe 22: </form>
23: </div>
24: </body>
1.2 ! tyszkabe 25: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>