--- rat/lonpageflip.pm 2001/05/03 15:54:06 1.15 +++ rat/lonpageflip.pm 2001/11/29 19:23:49 1.18 @@ -2,6 +2,30 @@ # # Page flip handler # +# $Id: lonpageflip.pm,v 1.18 2001/11/29 19:23:49 www Exp $ +# +# Copyright Michigan State University Board of Trustees +# +# This file is part of the LearningOnline Network with CAPA (LON-CAPA). +# +# LON-CAPA is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# LON-CAPA is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LON-CAPA; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# /home/httpd/html/adm/gpl.txt +# +# http://www.lon-capa.org/ +# # (Page Handler # # (TeX Content Handler @@ -12,7 +36,7 @@ # # 10/03,10/05,10/06,10/07,10/09,10/10,10/11,10/16,10/17, # 11/14,11/16, -# 10/01/01,05/01 Gerd Kortemeyer +# 10/01/01,05/01,05/28,07/05 Gerd Kortemeyer package Apache::lonpageflip; @@ -108,10 +132,6 @@ sub move { $next=$hash{'map_finish_'.$hash{'src_'.$next}}; } } - } elsif ($direction eq 'up') { -# -------------------------------------------------------------------------- Up - } elsif ($direction eq 'down') { -# ------------------------------------------------------------------------ Down } return ($next,$mapurl); @@ -163,7 +183,8 @@ sub handler { } $currenturl=~s/^http\:\/\///; $currenturl=~s/^[^\/]+//; - unless ($currenturl=~/\/res\//) { + unless (($currenturl=~/^\/res\//) || + ($currenturl=~/^\/adm\/wrapper\//)) { my $last; if (tie(%hash,'GDBM_File',$ENV{'request.course.fn'}.'_symb.db', &GDBM_READER,0640)) { @@ -270,9 +291,10 @@ ENDSTART $r->print(<Choose Next Location - +

Sorry!

Next resource could not be identified.

+

You probably are at the beginning or the end of the course.

ENDNONE