|
|
|
@ -67,9 +67,12 @@ foreach $item (@items){ |
|
|
|
|
chomp($fields{'href'}); |
|
|
|
|
|
|
|
|
|
$fields{'title'} =~ s/"//g; |
|
|
|
|
|
|
|
|
|
print "<a class=\"diritem\" href=\"$fields{'href'}\">$fields{'title'}</a>\n"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if($fields{'absolute'} =~ /true/){ |
|
|
|
|
print "<a class=\"diritem\" href=\"$fields{'href'}\">$fields{'title'}</a>\n"; |
|
|
|
|
}else{ |
|
|
|
|
print "<a class=\"diritem\" href=\"$webroot/$fields{'href'}\">$fields{'title'}</a>\n"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -79,7 +82,7 @@ print "<br><br><br>\n"; |
|
|
|
|
if($field{'do'} eq "home" || $field{'do'} eq ""){ |
|
|
|
|
|
|
|
|
|
#isbn,title,authors,year,edition,publisher |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print <<END; |
|
|
|
|
<center> |
|
|
|
|
<br> |
|
|
|
|