Annotation of loncom/html/res/adm/pages/reactionresponse/reaction_window.html, revision 1.2
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">
1.2 ! albertel 7: <frame src="reaction_viewer.html" name="viewer" scrolling="no" />
! 8: <frame src="reaction_editor.html" name="editor" scrolling="no" />
1.1 albertel 9: </framset>
10: </body>
11: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>