diff --git a/directory.xml b/directory.xml index abf3bf2..f7e7a35 100644 --- a/directory.xml +++ b/directory.xml @@ -8,8 +8,9 @@ - - - - + + + + + diff --git a/library/index.cgi b/library/index.cgi index 76bd6fc..6195400 100755 --- a/library/index.cgi +++ b/library/index.cgi @@ -67,9 +67,12 @@ foreach $item (@items){ chomp($fields{'href'}); $fields{'title'} =~ s/"//g; - - print "$fields{'title'}\n"; - + + if($fields{'absolute'} =~ /true/){ + print "$fields{'title'}\n"; + }else{ + print "$fields{'title'}\n"; + } } } @@ -79,7 +82,7 @@ print "


\n"; if($field{'do'} eq "home" || $field{'do'} eq ""){ #isbn,title,authors,year,edition,publisher - + print <