--- loncom/interface/lonsyllabus.pm 2003/05/21 20:10:53 1.19 +++ loncom/interface/lonsyllabus.pm 2003/07/10 10:53:18 1.21 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.19 2003/05/21 20:10:53 www Exp $ +# $Id: lonsyllabus.pm,v 1.21 2003/07/10 10:53:18 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -127,7 +127,7 @@ ENDDOCUMENT &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'

This syllabus can be publicly viewed at http://'. $Apache::lonnet::hostname{$homeserver}.$r->uri.''. &Apache::loncommon::help_open_topic('Syllabus_ExtLink').'

'. - '

Show Student View'. + '

Show Public View'. &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView'). '

'); } @@ -210,7 +210,7 @@ ENDDOCUMENT if ($allowed) { $r->print('

'.$syllabusfields{$_}. &Apache::loncommon::help_open_topic('Syllabus_URLs').'

'. - '

Show Student View'. + '

Show Public View'. &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'

'); } else { $r->print($message); @@ -218,7 +218,7 @@ ENDDOCUMENT } else { $message=~s/\n/\
/g; $message - =~s/(http\:\/\/[^\s]+)/\\$1\<\/tt\>\<\/a\>/g; + =~s/(https*\:\/\/[^\s]+)/\\$1\<\/tt\>\<\/a\>/g; $message=&Apache::lontexconvert::msgtexconverted($message); $r->print('

'.$syllabusfields{$_}.'

'. $message.'
');