Diff for /loncom/interface/Attic/londropadd.pm between versions 1.42 and 1.43

version 1.42, 2002/05/09 15:56:02 version 1.43, 2002/07/31 14:56:34
Line 145  sub domain_form { Line 145  sub domain_form {
 sub menu_phase_one {  sub menu_phase_one {
     my $r=shift;      my $r=shift;
     my $upfile_select=&Apache::loncommon::upfile_select_html();      my $upfile_select=&Apache::loncommon::upfile_select_html();
       my $create_classlist_help = 
    &Apache::loncommon::help_open_topic("Course_Create_Class_List");
       my $create_csv_help =
    &Apache::loncommon::help_open_topic("Course_Convert_To_CSV");
     $r->print(<<ENDUPFORM);      $r->print(<<ENDUPFORM);
 <input type=hidden name=phase value=two>  <input type=hidden name=phase value=two>
 <hr>  <hr>
 <h3>Upload a courselist</h3>  <h3>Upload a courselist</h3>
 $upfile_select  $upfile_select
 <p><input type=submit name="fileupload" value="Upload Courselist">  <p><input type=submit name="fileupload" value="Upload Courselist">
   <br />
   How to create a class list from a spreadsheet $create_classlist_help
   <br />
   How to create a CSV file from your spreadsheet $create_csv_help
   
 <hr />  <hr />
 <h3>Enroll a single student</h3>  <h3>Enroll a single student</h3>
 <p><input type=submit name="enroll" value="Enroll Student"></p>  <p><input type=submit name="enroll" value="Enroll Student"></p>

Removed from v.1.42  
changed lines
  Added in v.1.43


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