added time indicator wheel to faculty section on home page

This commit is contained in:
tworrall 2013-05-14 12:51:50 -04:00
parent a618253d0c
commit 27b6c51ce0
3 changed files with 9 additions and 3 deletions

View file

@ -329,7 +329,7 @@ $(document).ready(function(){
researchAreas["features"].push(this);
});
buildGlobalMap();
$('div#timeIndicator').hide();
$('div#timeIndicatorGeo').hide();
}
}
});

View file

@ -17,7 +17,11 @@
<#macro facultyMbrHtml>
<section id="home-faculty-mbrs" class="home-sections" >
<h4>Faculty</h4>
<div id="tempSpacing">&nbsp;</div>
<div id="tempSpacing">
<span>Loading faculty . . .&nbsp;&nbsp;&nbsp;
<img src="${urls.images}/indicatorWhite.gif">
</span>
</div>
<div id="research-faculty-mbrs">
<!-- populated via an ajax call -->
<ul id="facultyThumbs">
@ -178,7 +182,7 @@ var urlsBase = "${urls.base}";
</div>
-->
<div id="researcherTotal"></div>
<div id="timeIndicator">
<div id="timeIndicatorGeo">
<span>Loading map information . . .&nbsp;&nbsp;&nbsp;
<img src="${urls.images}/indicatorWhite.gif">
</span>

View file

@ -1008,6 +1008,8 @@ a.view-all-style {
width: 86px;
}
div#tempSpacing {
margin-top:30px;
padding-left:20px;
height:325px;
}
div#research-faculty-mbrs {