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
|
@ -17,7 +17,11 @@
|
|||
<#macro facultyMbrHtml>
|
||||
<section id="home-faculty-mbrs" class="home-sections" >
|
||||
<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">
|
||||
<!-- 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 . . .
|
||||
<img src="${urls.images}/indicatorWhite.gif">
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue