--- loncom/interface/lonmeta.pm 2003/09/22 00:48:32 1.35 +++ loncom/interface/lonmeta.pm 2003/09/25 22:30:06 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.35 2003/09/22 00:48:32 www Exp $ +# $Id: lonmeta.pm,v 1.36 2003/09/25 22:30:06 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -244,6 +244,14 @@ if ($content{'customdistributionfile'}) $customdistributionfile=''.$content{'customdistributionfile'}.''; } + +my $obsolete=$content{'obsolete'}; +my $obsoletereplace=$content{'obsoletereplacement'}; +my $obsoletewarning=''; +if (($obsolete) && ($ENV{'user.adv'})) { + $obsoletewarning='

'.&mt('This resource has been marked obsolete by the author(s)').'

'; +} + my %lt=&Apache::lonlocal::texthash( 'au' =>'Author(s)', 'sb' => 'Subject', @@ -255,7 +263,10 @@ my %lt=&Apache::lonlocal::texthash( 'cd' => 'Creation Date', 'pu' => 'Publisher/Owner', 'co' => 'Copyright/Distribution', - 'cf' => 'Custom Distribution File'); + 'cf' => 'Custom Distribution File', + 'ob' => 'Obsolete', + 'or' => + 'Suggested Replacement for Obsolete File'); my $bodytag=&Apache::loncommon::bodytag ('Catalog Information','','','',$resdomain); $r->print(<$content{'title'}

$disuri

+$obsoletewarning $versiondisplay
@@ -289,6 +301,10 @@ Last Revision Date + + + +
$lt{'au'}$content{'copyright'} 
$lt{'cf'} $customdistributionfile 
$lt{'ob'}$obsolete 
$lt{'or'}$obsoletereplace 
ENDHEAD delete($content{'title'}); @@ -304,6 +320,8 @@ ENDHEAD delete($content{'owner'}); delete($content{'copyright'}); delete($content{'customdistributionfile'}); + delete($content{'obsolete'}); + delete($content{'obsoletereplacement'}); if ($ENV{'user.adv'}) { # ------------------------------------------------------------ Dynamic Metadata $r->print(