| 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: webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm,v 1.74 2008/05/23 14:54:46 gage Exp $ |
4 | # $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm,v 1.64.2.2.2.2 2008/06/25 14:36:12 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. |
| … | |
… | |
| 2442 | <table class="messagebox" style="background-color:#FFFFCC;width:60%"> |
2442 | <table class="messagebox" style="background-color:#FFFFCC;width:60%"> |
| 2443 | <tr><td> |
2443 | <tr><td> |
| 2444 | !, |
2444 | !, |
| 2445 | CGI::p("If you are using your WeBWorK server for courses please help us out by registering your server."), |
2445 | CGI::p("If you are using your WeBWorK server for courses please help us out by registering your server."), |
| 2446 | CGI::p("We are often asked how many institutions are using WeBWorK and how many students are using |
2446 | CGI::p("We are often asked how many institutions are using WeBWorK and how many students are using |
| 2447 | WeBWorK Since WeBWorK is open source and can be freely downloaded from http://www.openwebwork.org |
2447 | WeBWorK Since WeBWorK is open source and can be freely downloaded from ". |
|
|
2448 | CGI::a({href=>'http://www.openwebwork.org'},'http://www.openwebwork.org' ). " and ". |
| 2448 | and http://webwork.maa.org it is frequently difficult for us to give a reasonable answer to this |
2449 | CGI::a({href=> 'http://webwork.maa.org'},'http://www.openwebwork.org'). ", it is frequently difficult for us to give a reasonable answer to this |
| 2449 | question."), |
2450 | question."), |
| 2450 | CGI::p("You can help by registering your current version of WeBWorK -- click the button, answer a few |
2451 | CGI::p("You can help by registering your current version of WeBWorK -- click the button, answer a few |
| 2451 | questions (the ones you can answer easily) and send the email. It takes less than two minutes. Thank you!. -- The WeBWorK Team"), |
2452 | questions (the ones you can answer easily) and send the email. It takes less than two minutes. Thank you!. -- The WeBWorK Team"), |
| 2452 | q! |
2453 | q! |
| 2453 | </td> |
2454 | </td> |
| … | |
… | |
| 2493 | .uri_escape("Other comments: \n\n") |
2494 | .uri_escape("Other comments: \n\n") |
| 2494 | }, |
2495 | }, |
| 2495 | 'click here'), |
2496 | 'click here'), |
| 2496 | q! to open your email application. There are a few questions, some of which have already |
2497 | q! to open your email application. There are a few questions, some of which have already |
| 2497 | been filled in for your installation. Fill in the other questions which you can answer easily and send |
2498 | been filled in for your installation. Fill in the other questions which you can answer easily and send |
| 2498 | the email to gage\@math.rochester.edu |
2499 | the email to gage@math.rochester.edu |
| 2499 | ! |
2500 | ! |
| 2500 | ); |
2501 | ); |
| 2501 | |
2502 | |
| 2502 | |
2503 | |
| 2503 | |
2504 | |
| 2504 | print "\n",CGI::p({style=>"text-align: left; width:60%"},q!Once you have emailed your registration information you can hide the "registration" banner |
2505 | print "\n",CGI::p({style=>"text-align: left; width:60%"},q!Once you have emailed your registration information you can hide the "registration" banner |
| 2505 | for successive visits by clicking |
2506 | for successive visits by clicking |
| 2506 | the button below.!) |
2507 | the button below. It writes an empty file (!.CGI::code('registered_versionNumber').q!) to the directory !.CGI::code('..../courses/admin') |
| 2507 | ; |
2508 | ); |
| 2508 | |
2509 | |
| 2509 | print "</center>"; |
2510 | print "</center>"; |
| 2510 | print CGI::start_form(-method=>"POST", -action=>$self->r->uri); |
2511 | print CGI::start_form(-method=>"POST", -action=>$self->r->uri); |
| 2511 | print $self->hidden_authen_fields; |
2512 | print $self->hidden_authen_fields; |
| 2512 | print $self->hidden_fields("subDisplay"); |
2513 | print $self->hidden_fields("subDisplay"); |