From 821959e512e06fdd60a23b8a603ba7652e87a1bb Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 13 Feb 2015 09:40:37 -0500 Subject: [PATCH] vocab="" for nofollow links 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 8162696324..956fb21956 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 36ea968ebc..d063ec14ae 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)) - -%]" rel="nofollow">[% attrs.author | html %] + -%]" rel="nofollow" vocab="">[% 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" rel="nofollow">[% l('Place Hold') %]
@@ -336,7 +336,7 @@ END; {record => rec.id, anchor => 'record_' _ rec.id}, 1); %] + [% html_text_attr('title', title_label) %] rel="nofollow" vocab=""> [% 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" rel="nofollow"> + ENV.OILS_CONTENT_CAFE_PASS %]&ItemKey=[% ident | uri %]&Options=Y" rel="nofollow" vocab=""> [% l('Ratings Icon') %] [% l('Reviews & More') %] -- 2.11.0