This commit is contained in:
chris 2000-05-11 22:27:14 +00:00
parent d93fd69240
commit 92252c0517
2 changed files with 3 additions and 2 deletions

View file

@ -207,7 +207,7 @@ while ($i < $count){
print mktableft();
print "<p>";
print mktablehdr();
if ($type ne 'opac'){
print <<printend
<TR VALIGN=TOP>
<TD bgcolor="99cc33" background="/images/background-mem.gif" colspan=2><p><b>HELP</b><br>
@ -217,6 +217,7 @@ print <<printend
</TR>
printend
;
}
print mktableft();
print endcenter();
print "<br clear=all>";

View file

@ -74,7 +74,7 @@ print <<printend
<b>ISBN:</b> $data->{'isbn'}<br>
<b>Publisher:</b> $data->{'publishercode'} <br>
<b>Place:</b><br>
<b>Date:</b> $data->{'publicationdate'}<br>
<b>Date:</b> $data->{'publicationyear'}<br>
<b>Volume:</b> $data->{'volumeddesc'}<br>
<b>Pages:</b> $data->{'pages'}<br>
<b>Illus:</b> $data->{'illus'}<br>