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

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">
        !            13:       <form method="post" action="/adm/bookmarks" onSubmit="Javascript:top.window.save();" name="saveBookmarks">
        !            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>
        !            15: 	<A href="Javascript:top.newLink();"><img src="folder_new.gif" width=25 height=25 border=noborder></a> &nbsp&nbsp&nbsp
        !            16: 	<input type="hidden" name="hidden_bookmarks">
        !            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();">
        !            19: 	<input type="submit" name="save" value="Save">
        !            20:       </form>
        !            21:     </div>
        !            22:   </body>
        !            23: </html>

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