From 5b4161dcb87ae6ec64e029c739b4a6ab6acef45c Mon Sep 17 00:00:00 2001 From: Marijana Glavica Date: Tue, 28 Jul 2009 22:52:43 +0000 Subject: [PATCH] work on e-journals catalog git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1261 07558da8-63fa-0310-ba24-9fe276d99e06 --- vhost/ecas/ecas-labels.txt | 7 ++++--- vhost/ecas/ecas.css | 12 ++++++++++-- vhost/ecas/hrcak.pl | 6 ++++-- vhost/ecas/html.pm | 6 +++--- 4 files changed, 21 insertions(+), 10 deletions(-) diff --git a/vhost/ecas/ecas-labels.txt b/vhost/ecas/ecas-labels.txt index fff80b2..0bc589b 100644 --- a/vhost/ecas/ecas-labels.txt +++ b/vhost/ecas/ecas-labels.txt @@ -1,8 +1,9 @@ title Naslov +titleen Alternativni naslov issn ISSN -url Direktni pristup -urlp Pristup uz lozinku -urlf Slobodni pristup +url URL +urlp URL +urlf URL keyword Ključne riječi language Jezik publisher Izdavač diff --git a/vhost/ecas/ecas.css b/vhost/ecas/ecas.css index 7ad54ee..2ff6159 100644 --- a/vhost/ecas/ecas.css +++ b/vhost/ecas/ecas.css @@ -1,15 +1,23 @@ /* design for this vhost */ +.title, .urlp { + display: block; + padding-left: 11em; +} + .title { font-weight: bold; - display: block; - padding-left: 10em; } + #inputs label { clear: left; } +#results label { + width: 11em; +} + h1 { font-family: Trebuchet MS,Lucida,Arial,sans-serif ; } diff --git a/vhost/ecas/hrcak.pl b/vhost/ecas/hrcak.pl index 0c608c1..5e67829 100644 --- a/vhost/ecas/hrcak.pl +++ b/vhost/ecas/hrcak.pl @@ -1,6 +1,6 @@ search( 'title', rec('A') ); -search( 'alttitle', rec('B') ); +search( 'titleen', rec('B') ); search( 'issn', join_with(' ; ', rec('C'), @@ -8,4 +8,6 @@ search( 'issn', ) ); search( 'urlf', rec('E') ); - +search( 'collection', + rec ('F') +); diff --git a/vhost/ecas/html.pm b/vhost/ecas/html.pm index 1e417c0..0567050 100644 --- a/vhost/ecas/html.pm +++ b/vhost/ecas/html.pm @@ -5,19 +5,19 @@ use warnings; sub url { my ($self,$url) = @_; - qq{ $url }; + qq{ Pristup iz ustanove }; } sub urlp { my ($self,$urlp) = @_; my $proxy = $urlp; $proxy =~ s{http://}{https://proxy.knjiznice.ffzg.hr/proxy/nph-proxy.cgi/000100A/http/}; - qq{ za korisnike Knjižnice FF-a }; + qq{ Pristup od kuće }; } sub urlf { my ($self,$urlf) = @_; - qq{ $urlf }; + qq{ Slobodni pristup }; } #sub publisher { # my ($self,$publisher) = @_; -- 2.20.1