1 | ################################################################################ |
1 | ################################################################################ |
2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
3 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # $CVSHeader: pg/macros/AppletObjects.pl,v 1.13 2009/02/07 22:27:29 gage Exp $ |
4 | # $CVSHeader: pg/macros/AppletObjects.pl,v 1.14 2009/02/07 22:53:18 gage Exp $ |
5 | # |
5 | # |
6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
… | |
… | |
48 | </script> |
48 | </script> |
49 | <script src="/webwork2_files/js/Base64.js" language="javascript"> |
49 | <script src="/webwork2_files/js/Base64.js" language="javascript"> |
50 | </script> |
50 | </script> |
51 | <script src="/webwork2_files/js/ww_applet_support.js"> |
51 | <script src="/webwork2_files/js/ww_applet_support.js"> |
52 | //upload functions stored in /opt/webwork/webwork2/htdocs/js ... |
52 | //upload functions stored in /opt/webwork/webwork2/htdocs/js ... |
53 | </script> |
53 | |
54 | if (!( typeof(set_debug) == "function") ) { |
54 | if (!( typeof(set_debug) == "function") ) { |
55 | alert("Can't find the function set_debug. Is the file ww_applet_support.js in /webwork2/htdocs/js"); |
55 | alert("Can't find the function set_debug. Is the file ww_applet_support.js in /webwork2/htdocs/js"); |
56 | } |
56 | } |
|
|
57 | </script> |
57 | END_HEADER_TEXT |
58 | END_HEADER_TEXT |
58 | |
59 | |
59 | }; |
60 | }; |
60 | |
61 | |
61 | =head3 |
62 | =head3 |