Diff for /rat/lonpageflip.pm between versions 1.76 and 1.77

version 1.76, 2008/11/20 13:11:43 version 1.77, 2008/11/20 15:19:05
Line 27 Line 27
 # http://www.lon-capa.org/  # http://www.lon-capa.org/
 #  #
   
 =pod  
   
 =head1 NAME  
   
 Apache::lonpageflip  
   
 =head1 SYNOPSIS  
   
 Deals with forward, backward, and other page flips.  
   
 This is part of the LearningOnline Network with CAPA project  
 described at http://www.lon-capa.org.  
   
 =head1 OVERVIEW  
   
 (empty)  
   
 =head1 SUBROUTINES  
   
 =over cleanup()  
   
 =item addrid()  
   
 =item fullmove()  
   
 =item hash_src()  
   
 =item move()  
   
 =item get_next_possible_move()  
   
 =item navlaunch()  
   
 =item first_accessible_resource()  
   
 =item handler()  
   
 =back  
   
 =cut  
   
   
 package Apache::lonpageflip;  package Apache::lonpageflip;
Line 570  ENDMENU Line 530  ENDMENU
 1;  1;
 __END__  __END__
   
   =pod
   
   =head1 NAME
   
   Apache::lonpageflip
   
   =head1 SYNOPSIS
   
   Deals with forward, backward, and other page flips.
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
   =head1 OVERVIEW
   
   (empty)
   
   =head1 SUBROUTINES
   
   =over cleanup()
   
   =item addrid()
   
   =item fullmove()
   
   =item hash_src()
   
   =item move()
   
   =item get_next_possible_move()
   
   =item navlaunch()
   
   =item first_accessible_resource()
   
   =item handler()
   
   =back
   
   =cut
   
   
   

Removed from v.1.76  
changed lines
  Added in v.1.77


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