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

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

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