version 1.5, 2004/07/03 19:44:53
|
version 1.7, 2004/07/03 20:45:23
|
Line 120 END
|
Line 120 END
|
if ($component_url) { |
if ($component_url) { |
$r->print(" |
$r->print(" |
<td align=\"center\"> <b><a href=\"$component_url\" target=\"bodyframe\">"); |
<td align=\"center\"> <b><a href=\"$component_url\" target=\"bodyframe\">"); |
} elsif ($ENV{'user.adv'}) { |
$r->print(' |
|
<image src="/adm/help/gif/smallHelp.gif" border="0" alt="(Topic help)" valign="middle" /> Topic help</a></b> </td>'); |
|
} elsif (0 && $ENV{'user.adv'}) { |
|
#FIXME doing this in JS is problematic since JS can't control frames that go to outside sites |
$r->print('<td align="center"> <b><a href="javascript:noTopic()" target="bodyframe">'); |
$r->print('<td align="center"> <b><a href="javascript:noTopic()" target="bodyframe">'); |
} |
} |
$r->print(' |
|
<image src="/adm/help/gif/smallHelp.gif" border="0" alt="(Topic help)" valign="middle" /> Topic help</a></b> </td>'); |
|
} |
} |
if ($requestmail) { |
if ($requestmail) { |
$r->print(' |
$r->print(' |
<td align="center"> <b><a href="/adm/support?origurl='.$origurl.'&function='.$function.'" target="bodyframe"><image src="/adm/lonMisc/feedback.gif" border="0" alt="(Ask helpdesk)" valign="middle" /> Ask helpdesk</a></b> </td>'); |
<td align="center"> <b><a href="/adm/support?origurl='.$origurl.'&function='.$function.'" target="bodyframe"><image src="/adm/lonMisc/feedback.gif" border="0" alt="(Ask helpdesk)" valign="middle" /> Ask helpdesk</a></b> </td>'); |
} |
} |
if ($ENV{'user.adv'}) { |
if ($faq && $ENV{'user.adv'}) { |
$r->print(<<END) |
$r->print(<<END) |
<td align="center"> |
<td align="center"> |
<b><a href="$faqbaseurl/fom/cache/$faq.html" target="bodyframe"><image src="/adm/lonMisc/smallFAQ.gif" border="0" alt="(FAQ)" valign="middle" /> FAQ</a></b> |
<b><a href="$faqbaseurl/fom/cache/$faq.html" target="bodyframe"><image src="/adm/lonMisc/smallFAQ.gif" border="0" alt="(FAQ)" valign="middle" /> FAQ</a></b> |
</td> |
</td> |
|
END |
|
} |
|
if ($ENV{'user.adv'}) { |
|
$r->print(<<END) |
<td align="center"> <b><a href="$bugurl" target="bodyframe"><image src="/adm/lonMisc/smallBug.gif" border="0" alt="(Report a bug)" valign="middle" /> Report a bug</a> </b></td> |
<td align="center"> <b><a href="$bugurl" target="bodyframe"><image src="/adm/lonMisc/smallBug.gif" border="0" alt="(Report a bug)" valign="middle" /> Report a bug</a> </b></td> |
END |
END |
} |
} |
Line 174 sub display_help_mainpage {
|
Line 179 sub display_help_mainpage {
|
<title>Help Content</title> |
<title>Help Content</title> |
<script type="text/javascript"> |
<script type="text/javascript"> |
function noTopic() { |
function noTopic() { |
bodyframe.document.write("<html><head><title>Topic Page</title></head>$bodytag") |
bodyframe.document.write('<html><head><title>Topic Page</title></head>$bodytag') |
bodyframe.document.write("The LON-CAPA help system does not currently include a specific pop-up help item for this topic. You may wish to consult the LON-CAPA <a href='/adm/help/author.manual.pdf'>Authoring Manual</a> or the <a href='/adm/help/course.manual.pdf'>Course Coordinator Manual</a>.") |
bodyframe.document.write("The LON-CAPA help system does not currently include a specific pop-up help item for this topic. You may wish to consult the LON-CAPA <a href='/adm/help/author.manual.pdf'>Authoring Manual</a> or the <a href='/adm/help/course.manual.pdf'>Course Coordinator Manual</a>.") |
bodyframe.document.write("</body></html>") |
bodyframe.document.write("</body></html>") |
body.document.close() |
body.document.close() |