Annotation of loncom/html/res/adm/pages/reactionresponse/reaction_window.html, revision 1.1

1.1     ! albertel    1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
        !             2: <html> <head>
        !             3: <title>LON-CAPA Reaction Editor</title>
        !             4: </head>
        !             5: <body>
        !             6: <frameset rows="30%,*" border="0">
        !             7:   <frame src="reaction_viewer.html" name="viewer" scrolling="no">
        !             8:   <frame src="reaction_editor.html" name="editor" scrolling="no"> 
        !             9: </framset> 
        !            10: </body>
        !            11: </html>

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