From cd9901d38a78a65b599741b9c04e1a1c48feded6 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 6 Feb 2015 17:35:58 -0500 Subject: [PATCH] rel="nofollow" for Conifer stuff Signed-off-by: Dan Scott --- Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 | 4 ++-- Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 b/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 index 185a41440f..8162696324 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/record/extras.tt2 @@ -85,8 +85,8 @@ img_url = arrow_img; END; %] - [% extra.label %] - [% extra.label %] + [% extra.label %] + [% extra.label %]
diff --git a/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 b/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 index 39e52e5c21..36ea968ebc 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 @@ -115,7 +115,7 @@ END; href="[%- authorquery = attrs.author | replace('[#"^$\+\-,\.:;&|\[\]()]', ' '); mkurl(ctx.opac_root _ '/results', {qtype => 'author', query => authorquery}, general_search_parms.merge(expert_search_parms, browse_search_parms, facet_search_parms)) - -%]">[% attrs.author | html %] + -%]" rel="nofollow">[% attrs.author | html %] [%- FOR entry IN attrs.graphic_authors; FOR alt IN entry.graphic; @@ -317,7 +317,7 @@ END; {hold_target => rec.id, hold_type => hold_type, hold_source_page => mkurl()}, ['query','tag','subfield','term','_special','sort','page']) %]" [% html_text_attr('title', l('Place Hold on [_1]', attrs.title)) %] - class="no-dec">[% l('Place Hold') %]
@@ -336,7 +336,7 @@ END; {record => rec.id, anchor => 'record_' _ rec.id}, 1); %] + [% html_text_attr('title', title_label) %] rel="nofollow"> [% label %] @@ -349,7 +349,7 @@ END; [% html_text_attr('title', l('Reviews and More for [_1]', attrs.title)) %] href="[% ctx.ext_proto %]://contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=[%- ENV.OILS_CONTENT_CAFE_USER %]&Password=[%- - ENV.OILS_CONTENT_CAFE_PASS %]&ItemKey=[% ident | uri %]&Options=Y"> + ENV.OILS_CONTENT_CAFE_PASS %]&ItemKey=[% ident | uri %]&Options=Y" rel="nofollow"> [% l('Ratings Icon') %] [% l('Reviews & More') %] -- 2.11.0