Annotation of loncom/html/res/adm/pages/bookmarkmenu/annotator_toolbar.html, revision 1.3

1.1       tyszkabe    1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
                      2: <html>
                      3: <head>
                      4: </head>
                      5: 
                      6: 
1.3     ! tyszkabe    7: <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" onLoad="top.initializeTree();"> 
1.1       tyszkabe    8: 
                      9: 
                     10: 
                     11: <TABLE width="100%">
                     12: 
                     13: 
                     14: <!-- FOR THE TIME BEING
                     15: <A href="Javascript:SomeFunction()">
                     16: <IMG src="button_close.gif" align="right" border="0" width="50" height="25">
                     17: </A>
                     18: <IMG name="annotator_led" src="pages/ledoff.gif" align="right">
                     19: -->
1.3     ! tyszkabe   20: <A href="Javascript:top.clickTrash();" onmouseover="top.trash.hover(parent.frames[5].document.images[0]);"><img src="folder_trash.gif" width=25 height=25 border=noborder></a>
        !            21: <A href="Javascript:top.clickNew();"><img src="folder_new.gif" width=25 height=25 border=noborder></a>
        !            22: [<A href="Javascript:top.clickNewLink();">NEW LINK</a>]
        !            23: [<A href="Javascript:top.clickEditLink();">EDIT LINK</a>]
        !            24: [<A href="Javascript:top.redrawTree()">REFRESH</A>]
1.1       tyszkabe   25: 
                     26: 
                     27: 
                     28: 
                     29: 
                     30: </table>
                     31: </body>
                     32: </html>
1.2       tyszkabe   33: 
                     34: 

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