--- loncom/publisher/lonpubdir.pm 2003/06/18 14:58:39 1.34 +++ loncom/publisher/lonpubdir.pm 2003/07/17 13:50:44 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.34 2003/06/18 14:58:39 www Exp $ +# $Id: lonpubdir.pm,v 1.36 2003/07/17 13:50:44 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -209,13 +209,13 @@ ENDPUBDIRSCRIPT $thisdisfn.'/ - LON-CAPA Construction Space\';'. $pubdirscript. '
'. - ''. ''. ''. - ''. + ''. '
'); + $uname.$thisdisfn."/default.meta'".'" value="Edit Directory Catalog Information" /> Force publication of unmodified files. '); if (($uname ne $ENV{'user.name'}) || ($udom ne $ENV{'user.domain'})) { $r->print('

Co-Author: '.$uname.' at '.$udom. @@ -311,7 +311,7 @@ sub putresource { $thisdisfn.'/'.$filename.'" target=cat>Retrieve'; } my $editlink=''; - if ($filename=~/\.(xml|html|htm|xhtml|xhtm)$/) { + if ($filename=~/\.(xml|html|htm|xhtml|xhtm|sty)$/) { $editlink=' (Edit)'; } if ($filename=~/\.(problem|exam|quiz|assess|survey|form|library)$/) {