Skip to content

Commit 61b637a

Browse files
seesmithianthe
authored andcommitted
Coimbra fix (#454)
* LIB001-1858 Dott Feedback * LIB001-1858 Dott Feedback rename ArchivesSpace links to Archives Online * LIB001-1858 Dott Feedback rename site from dott to lhsacasenotes * LIB001-1893 Coimbra collection updates * LIB001-1893 Coimbra collection updates * LIB001-1858 Dott Feedback rename site from dott to lhsacasenotes * LIB001-1893 Coimbra collection updates - Favicon * LIB001-1893 Coimbra collection updates - Uni Logo in footer as link * LIB001-1893 Coimbra collection updates - Split metadata * LIB001-1893 Coimbra collection updates - title of page and link in new tab * LIB001-1893 Coimbra collection updates - Updated homepage images to match selection of items * LIB001-1893 Coimbra collection updates - Make uri links * LIB001-1893 Coimbra collection updates - Updated homepage images to match selection of items * LIB001-1893 Coimbra collection updates - record { fix * LIB001-1893 Coimbra collection updates - Updated homepage order
1 parent 61f35d0 commit 61b637a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

theme/coimbra/views/index.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<div class="parallax">
55
</div>
66
<ul class="main-categories">
7-
<li class="col-xs-6"><a href='./search/*:*/Category:%22the+arts%7C%7C%7CThe+Arts%22'><div class="border-top"></div>The Arts</a></li>
8-
<li class="col-xs-6"><a href='./search/*:*/Category:%22natural+sciences%7C%7C%7CNatural+Sciences%22'><div class="border-top"></div>Natural Sciences</a></li>
9-
<li class="col-xs-6"><a href='./search/*:*/Category:%22vouyage%7C%7C%7CVoyage%22'><div class="border-top"></div>Voyage</a></li>
7+
<li class="col-xs-6"><a href='./search/*:*/Category:%22voyage%7C%7C%7CVoyage%22'><div class="border-top"></div>Voyage</a></li>
108
<li class="col-xs-6"><a href='./search/*:*/Category:%22discovery%7C%7C%7CDiscovery%22'><div class="border-top"></div>Discovery</a></li>
119
<li class="col-xs-6"><a href='./search/*:*/Category:%22faith%7C%7C%7CFaith%22'><div class="border-top"></div>Faith</a></li>
10+
<li class="col-xs-6"><a href='./search/*:*/Category:%22the+arts%7C%7C%7CThe+Arts%22'><div class="border-top"></div>The Arts</a></li>
11+
<li class="col-xs-6"><a href='./search/*:*/Category:%22natural+sciences%7C%7C%7CNatural+Sciences%22'><div class="border-top"></div>Natural Sciences</a></li>
1212
<li class="col-xs-6"><a href='./search/*:*/Category:%22war+peace%7C%7C%7CWar+Peace%22'><div class="border-top"></div>War & Peace</a></li>
1313
<li class="col-xs-12"><a href='./search/*:*/Category:%22the+wunderkammer%7C%7C%7CThe+Wunderkammer%22'><div class="border-top"></div>The Wunderkammer</a></li>
1414
</ul>

theme/coimbra/views/record.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
echo '<a href="./search/*:*/' . $key . ':%22'.$lower_orig_filter.'%7C%7C%7C'.$orig_filter.'%22">'.$metadatavalue.'</a>';
7777
}
7878
else {
79-
}
80-
if (stripos($element, "uri") !== FALSE) {
79+
if (stripos($element, "uri") !== FALSE) {
8180
echo '<a href="' . $solr[$element][0] . '" title="URL Links for item" target="_blank">' . $solr[$element][0] . '</a>';
8281

8382
}
84-
else {
85-
echo $solr[$element][0];
83+
else {
84+
echo $solr[$element][0];
85+
}
8686
}
8787

8888
}

0 commit comments

Comments
 (0)