--- loncom/interface/lonsyllabus.pm 2003/02/10 14:44:36 1.9 +++ loncom/interface/lonsyllabus.pm 2003/02/10 15:19:43 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.9 2003/02/10 14:44:36 www Exp $ +# $Id: lonsyllabus.pm,v 1.10 2003/02/10 15:19:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -97,8 +97,11 @@ ENDDOCUMENT } if ($allowed) { $r->print('

This syllabus can be publically viewed at http://'. - $Apache::lonnet::hostname{$homeserver}.$r->uri.'

'. - '

Show Student View

'); + $Apache::lonnet::hostname{$homeserver}.$r->uri.''. + &Apache::loncommon::help_open_topic('Syllabus_ExtLink').'

'. + '

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

'); } if (($allowed) && ($ENV{'form.storesyl'})) { foreach (keys %syllabusfields) { @@ -181,10 +184,9 @@ ENDDOCUMENT } if ($allowed) { $r->print('

'.$syllabusfields{$_}. - '

URLs provided will be included into the page output.'. - '
Format:
'.
-	     "http://www.foo.org/foo.html\n/res/foo/author/foo.html\n
". - '

Show Student View

'); + &Apache::loncommon::help_open_topic('Syllabus_URLs').''. + '

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

'); } else { $r->print($message); }