Template für OCLC Bibliotheca WebOPACs Serveraddresse, inklusive Protokoll, ohne trailing / Datenbank follow1 := () l := for $b in $renew-books order by $b.renew-link descending return $b loggedIn := false() next-page := (), temp-year := (tokenize($book.year, "-"), $book.year), search-keys := {"title": "titel", "author": "verfasser", "keywords": "stichwort", "isbn": "isbn"}, startSearch := form-combine($search, {| { "jahr_von": $temp-year[1], "jahr_bis": $temp-year[2] }, ( for $key in jn:keys($book) return if (boolean($book($key)) and exists($search-keys($key))) then ( {$search-keys($key): $book($key)} ) else () ) |}) temp := if (not(exists($next-page))) then () else if (contains($book._detailsBackScroll, "scrollAction=")) then $book._detailsBackScroll else $book._detailsBackScroll || "?scrollAction=1" url := $book._order-url $loggedIn := true() form := form-combine($confirm-form, {"VZST": $choose-result}) form := form-combine($confirm-form, {"Vorbestellen": "Bestätigung"})