Skip to content

Commit 0693f85

Browse files
seesmithianthe
authored andcommitted
LIB001-1907 Create coming soon on exhibitions site (#465)
* LIB001-1907 Create coming soon on exhibitions site * LIB001-1893 Coimbra collection updates - Back button hover * LIB001-1893 Coimbra collection updates - pinpoint and footer
1 parent 8363c01 commit 0693f85

File tree

9 files changed

+74
-10
lines changed

9 files changed

+74
-10
lines changed

static/exhibitions/comingsoon.php

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<div class="content">
2+
<div class="content byEditor">
3+
4+
<h1>Future Exhibitions:</h1>
5+
<div>
6+
<h2><a href="./highlandstohindustan" alt="Highlands to Hindustan" title="Highlands to Hindustan Information Page">Highlands to Hindustan: Indian Art from University of Edinburgh Collections</a></h2>
7+
<p>28th July 2017 - 28th October 2017</p>
8+
<a href="./highlandstohindustan" alt="Highlands to Hindustan" title="Highlands to Hindustan">
9+
<div id="highlands-banner"></div>
10+
</a>
11+
12+
<p>
13+
The University of Edinburgh enjoys a long-standing
14+
and productive relationship with India and an
15+
exhibition in the Library opening during the Fringe Festival
16+
this year, the 70th anniversary of Indian Independence,
17+
provides an excellent opportunity to showcase and
18+
celebrate the University’s historic collections relating
19+
to the sub-continent.
20+
</p>
21+
<p>
22+
These objects – books, manuscripts, sculptures and
23+
paintings – collected over a period of 300 years, span
24+
two millennia of art and culture and are rich both in
25+
variety and depth. Most of the objects have never been
26+
exhibited in public before; this will be the first ever
27+
public exhibition of University Collections devoted
28+
to the art and culture of South Asia.
29+
</p>
30+
<p>Curated By: Dr. Yuthika Sharma, Lecturer in Indian/South Asian Art, Edinburgh College of Art</p>
31+
</div>
32+
</div>
33+
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<div class="content">
2+
<div class="content byEditor">
3+
<h1>Highlands to Hindustan: Indian Art from University of Edinburgh Collections</a></h1>
4+
<div id="highlands-banner"></div>
5+
<h2>About the Exhibition</h2>
6+
<h3>Opening: 28th July 2017 | Where: Exhibition Gallery, Main Library, George Square | Closing: 28th October 2017 |
7+
Curated by: Dr. Yuthika Sharma, Lecturer in Indian/South Asian Art, Edinburgh College of Art</h3>
8+
<p>
9+
The University of Edinburgh enjoys a long-standing
10+
and productive relationship with India and an
11+
exhibition in the Library opening during the Fringe Festival
12+
this year, the 70th anniversary of Indian Independence,
13+
provides an excellent opportunity to showcase and
14+
celebrate the University’s historic collections relating
15+
to the sub-continent.
16+
</p>
17+
<p>
18+
These objects – books, manuscripts, sculptures and
19+
paintings – collected over a period of 300 years, span
20+
two millennia of art and culture and are rich both in
21+
variety and depth. Most of the objects have never been
22+
exhibited in public before; this will be the first ever
23+
public exhibition of University Collections devoted
24+
to the art and culture of South Asia.
25+
</p>
26+
</div>
27+
</div>

theme-local/coimbra/css/style.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,11 @@ nav #overflow li a:hover {
731731
margin-left: 40px;
732732
color: white;
733733
font-size: 14px;
734-
content: "Back";
735734
}
736735
.record-info .itemtitle .backbtn:hover::after{
737-
opacity: 0;
736+
margin-left: 40px;
737+
color: #ffffff;
738+
font-size: 14px;
738739
}
739740
.record-info a{
740741
color: white;
@@ -747,8 +748,7 @@ nav #overflow li a:hover {
747748
width: 100%;
748749
}
749750
.record-info .itemtitle .backbtn:hover {
750-
background: white;
751-
color: black;
751+
color: #e69817;
752752
}
753753
.record-info .description {
754754
height: calc(100% - 50px);
5.08 KB
Loading

theme-local/exhibitions/css/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ li.past-ex { display: inline; float: left; width: 160px; text-a
305305
#thomson-banner { width: 560px; height: 408px; background: url(../images/godfreythomsonbanner-update.jpg) no-repeat 0 0; display: block; margin: auto;}
306306
#thomson-banner2 { width: 560px; height: 437px; background: url(../images/5ravelstondykes.gif) no-repeat 0 0; display: block; margin: auto;}
307307
#sound-banner { width: 560px; height: 150px; background: url(../images/soundbanner.jpg) no-repeat 0 0; display: block; margin: auto;}
308+
#highlands-banner { width: 660px; height: 300px; background: url(../images/highlands_to_hindustan.jpg) no-repeat 0 0; display: block; margin: auto;}
309+
308310

309311

310312
#smallbanner-blue { float: left; display: inline; width: 220px; height: 133px; background: url(../images/bluelogotiny.jpg) no-repeat 0 0;}
Loading

theme/coimbra/views/footer.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
</div> <!--END of ROW -- move into col sidebar -->
22
</div><!--END of container -- move into col sidebar -->
33
<div class="footer">
4-
<div class="col-xs-12 col-md-6">
4+
<div class="hidden-xs col-md-2 text-center">
5+
<a href="http://www.ed.ac.uk" title="Link to University of Edinburgh Home Page" target="_blank"> <img style="height: 100px; width: 100px; position: relative; margin: 25px auto" src="<?php echo base_url()?>/theme/<?php echo $this->config->item('skylight_theme'); ?>/images/eduni-logo.png" alt="University of Edinburgh Logo"></a>
6+
</div>
7+
<div class="col-xs-12 col-md-10">
58
<ul>
69
<li><a href="http://www.ed.ac.uk/about/website/website-terms-conditions">Terms &amp; conditions</a></li>
710

@@ -16,9 +19,7 @@
1619
<p>Hosted by The University of Edinburgh</p>
1720
<p>Copyright © 2017 Coimbra Group</p>
1821
</div>
19-
<div class="col-xs-12 col-md-6 text-center">
20-
<a href="http://www.ed.ac.uk" title="Link to University of Edinburgh Home Page" target="_blank"> <img style="height: 100px; width: 100px; position: relative; margin: 25px auto" src="<?php echo base_url()?>/theme/<?php echo $this->config->item('skylight_theme'); ?>/images/eduni-logo.png" alt="University of Edinburgh Logo"></a>
21-
</div>
22+
2223
</div>
2324

2425

theme/coimbra/views/record.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<div class="record-info">
5959
<h1 class="itemtitle">
6060
<div class="backbtn">
61-
<i class="fa fa-arrow-left" aria-hidden="true" type="button" value="Back to Search Results" onClick="history.go(-1);"></i>
61+
<i class="fa fa-arrow-left" aria-hidden="true" type="button" value="Back to Search Results" title="Back to Search Results" onClick="history.go(-1);"></i>
6262
</div>
6363
<?php echo $title ?>
6464
</h1>
@@ -99,7 +99,7 @@
9999
$(window).bind("load", function() {
100100
<?php
101101
echo 'initMap(convertToCoordinates("' . $solr[$location][0] . '"));';
102-
$addLocation = $solr[$location][0] . '", "' . addslashes($title) . '", 0, "../theme/coimbra/images/pinpoint.png", 1';
102+
$addLocation = $solr[$location][0] . '", "' . addslashes($title) . '", 0, "../theme/coimbra/images/google-pinpoint.png", 1';
103103
echo 'addLocation("' . $addLocation . ');';
104104
?>
105105
});

theme/exhibitions/views/index.php

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<div id="current-banner"></div>
99
<div class="clearfix"></div>
1010
<div id="past-exhib-block">
11+
<h1><a href="./comingsoon" alt="Future Exhibitions" title="Future Exhibitions">Future Exhibitions</a></h1>
1112
<h1><a href="./past" alt="Past Exhibitions" title="Past Exhibitions">Past Exhibitions</a>:</h1>
1213
<div class="jcarousel-wrapper">
1314
<div class="jcarousel" data-jcarousel="true">

0 commit comments

Comments
 (0)