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

1.1     ! tyszkabe    1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
        !             2: <html>
        !             3:   <head>
        !             4:     <title>My Framed Annotations</title>
        !             5:   </head>
        !             6: 
        !             7: <FRAMESET rows="25, *, 30, 25" topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 frameborder="0" border="0" framespacing="0" >
        !             8: 
        !             9:     <FRAMESET cols="25, *, 25" frameborder="0" borders="0" framespacing="0">
        !            10: 	<FRAME src="annotator_ul.html" marginwidth="0" marginheight="0" scrolling="no">
        !            11: 	<FRAME src="annotator_uu.html" marginwidth="0" marginheight="0" scrolling="no">
        !            12: 	<FRAME src="annotator_ur.html" marginwidth="0" marginheight="0" scrolling="no">
        !            13:     </FRAMESET>
        !            14: 
        !            15: 
        !            16:     <FRAMESET name="contentb" cols="25, *, 25" frameborder="0" borders="0" framespacing="0">
        !            17: 	<FRAME src="annotator_left.html" marginwidth="0" marginheight="0" scrolling="no">
        !            18: 	<FRAME name="content" src="loading_bookmarks.html" marginwidth="0" marginheight="0" scrolling="auto">
        !            19: 	<FRAME src="annotator_right.html" marginwidth="0" marginheight="0" scrolling="no">
        !            20:     </FRAMESET>
        !            21: 
        !            22: 
        !            23:     <FRAMESET cols="25, *, 25" frameborder="0" borders="0" framespacing="0">
        !            24: 	<FRAME src="annotator_left.html" marginwidth="0" marginheight="0" scrolling="no">
        !            25: 	<FRAME name="toolbar" src="annotator_toolbar.html" marginwidth="0" marginheight="0" scrolling="no">
        !            26: 	<FRAME src="annotator_right.html" marginwidth="0" marginheight="0" scrolling="no">
        !            27:     </FRAMESET>
        !            28: 
        !            29: 
        !            30:     <FRAMESET cols="25, *, 25" frameborder="0" borders="0" framespacing="0">
        !            31: 	<FRAME src="annotator_ll.html" marginwidth="0" marginheight="0" scrolling="no">
        !            32: 	<FRAME src="annotator_bb.html" marginwidth="0" marginheight="0" scrolling="no">
        !            33: 	<FRAME src="annotator_lr.html" marginwidth="0" marginheight="0" scrolling="no">
        !            34:     </FRAMESET>
        !            35: 
        !            36: 
        !            37: </FRAMESET>
        !            38: 
        !            39: </html>

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