From d01d8da7edf2b9b397b5326188ff0274e8b6fa6e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 13 Jan 2010 13:51:46 +0000 Subject: [PATCH] Add support for missing fields that the CF can provide as indicated by $CF/builder/templates/search.cft: publisher, available, due, location, callno, and score. --- etc/cf.xsl | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/etc/cf.xsl b/etc/cf.xsl index d0ed4c1..0f878e0 100644 --- a/etc/cf.xsl +++ b/etc/cf.xsl @@ -20,6 +20,12 @@ + + @@ -62,6 +68,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4