Diff for /loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm between versions 1.37 and 1.38

version 1.37, 2006/04/12 09:45:50 version 1.38, 2008/11/20 13:51:07
Line 31 Line 31
 #  #
 ##################  ##################
   
   =pod
   
   =head1 NAME
   
   Apache::admbookmarks
   
   =head1 SYNOPSIS
   
   This will take bookmarks and get/write/display
   them for the LON-CAPA user interface.
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
   =head1 OVERVIEW
   
   (empty)
   
   
   =head1 SUBROUTINES
   
   =over write_bookmarks()
   
   =item get_bookmarks()
   
   =item construct_editor()
   
   =item error_message()
   
   =item construct_toolbar()
   
   =item add_bookmark()
   
   =item handler()
   
   =back
   
   =cut
   
   
 package Apache::admbookmarks;  package Apache::admbookmarks;
   
 use strict;  use strict;

Removed from v.1.37  
changed lines
  Added in v.1.38


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