From 314ae115fabaa81552227a074d8c4aa72976afa1 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 7 Oct 2008 03:42:44 +0000 Subject: [PATCH] Enable Zotero to access MODS representation of detailed records git-svn-id: svn://svn.open-ils.org/ILS/trunk@10774 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 6 +++++- Open-ILS/web/opac/skin/default/xml/header.xml | 2 +- .../web/opac/skin/default/xml/rdetail/rdetail_summary.xml | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 74612ebfa9..85bf2ff056 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -36,7 +36,11 @@ OSRFGatewayConfig /openils/conf/opensrf_core.xml RewriteEngine ON RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \ /opac/images/blank.png [P,L] - + +RewriteEngine ON +RewriteCond %{QUERY_STRING} (^r|&r)=(\d+) +RewriteRule - - [E=OILS_OPAC_RID:%2] +RewriteRule - - [E=OILS_TIME_YEAR:%{TIME_YEAR}] # ---------------------------------------------------------------------------------- # Configure the OPAC # ---------------------------------------------------------------------------------- diff --git a/Open-ILS/web/opac/skin/default/xml/header.xml b/Open-ILS/web/opac/skin/default/xml/header.xml index a0c10cf4a7..7990eb32f5 100644 --- a/Open-ILS/web/opac/skin/default/xml/header.xml +++ b/Open-ILS/web/opac/skin/default/xml/header.xml @@ -4,7 +4,7 @@ &<!--#echo var="OILS_TITLE"-->; - + diff --git a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml index 5b31d6e7d5..3852339716 100644 --- a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml +++ b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml @@ -1,4 +1,5 @@ +
-- 2.43.2