added time indicator wheel to faculty section on home page
This commit is contained in:
parent
a618253d0c
commit
27b6c51ce0
3 changed files with 9 additions and 3 deletions
|
@ -329,7 +329,7 @@ $(document).ready(function(){
|
||||||
researchAreas["features"].push(this);
|
researchAreas["features"].push(this);
|
||||||
});
|
});
|
||||||
buildGlobalMap();
|
buildGlobalMap();
|
||||||
$('div#timeIndicator').hide();
|
$('div#timeIndicatorGeo').hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -17,7 +17,11 @@
|
||||||
<#macro facultyMbrHtml>
|
<#macro facultyMbrHtml>
|
||||||
<section id="home-faculty-mbrs" class="home-sections" >
|
<section id="home-faculty-mbrs" class="home-sections" >
|
||||||
<h4>Faculty</h4>
|
<h4>Faculty</h4>
|
||||||
<div id="tempSpacing"> </div>
|
<div id="tempSpacing">
|
||||||
|
<span>Loading faculty . . .
|
||||||
|
<img src="${urls.images}/indicatorWhite.gif">
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div id="research-faculty-mbrs">
|
<div id="research-faculty-mbrs">
|
||||||
<!-- populated via an ajax call -->
|
<!-- populated via an ajax call -->
|
||||||
<ul id="facultyThumbs">
|
<ul id="facultyThumbs">
|
||||||
|
@ -178,7 +182,7 @@ var urlsBase = "${urls.base}";
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
<div id="researcherTotal"></div>
|
<div id="researcherTotal"></div>
|
||||||
<div id="timeIndicator">
|
<div id="timeIndicatorGeo">
|
||||||
<span>Loading map information . . .
|
<span>Loading map information . . .
|
||||||
<img src="${urls.images}/indicatorWhite.gif">
|
<img src="${urls.images}/indicatorWhite.gif">
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -1008,6 +1008,8 @@ a.view-all-style {
|
||||||
width: 86px;
|
width: 86px;
|
||||||
}
|
}
|
||||||
div#tempSpacing {
|
div#tempSpacing {
|
||||||
|
margin-top:30px;
|
||||||
|
padding-left:20px;
|
||||||
height:325px;
|
height:325px;
|
||||||
}
|
}
|
||||||
div#research-faculty-mbrs {
|
div#research-faculty-mbrs {
|
||||||
|
|
Loading…
Add table
Reference in a new issue