Skip to content
Snippets Groups Projects
Commit 28d9440a authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

updates to the featured huskers on the globe

parent 97e68705
Branches
No related tags found
No related merge requests found
...@@ -18,17 +18,17 @@ ...@@ -18,17 +18,17 @@
<script type="text/javascript"> <script type="text/javascript">
jQuery(document).ready(function(){ WDN.jQuery(document).ready(function(){
jQuery("#headlines>div").click(function(){ WDN.jQuery("#headlines>div").click(function(){
panelClicked = jQuery(this).attr("id").split('headline')[1]; panelClicked = WDN.jQuery(this).attr("id").split('headline')[1];
jQuery("#headlines>div").removeClass("activepanel"); WDN.jQuery("#headlines>div").removeClass("activepanel");
jQuery(this).addClass("activepanel"); WDN.jQuery(this).addClass("activepanel");
jQuery("#posters>div").css({'z-index':'0'}); WDN.jQuery("#posters>div").css({'z-index':'0'});
jQuery("#poster"+panelClicked+"").css({'z-index':'99'}); WDN.jQuery("#poster"+panelClicked+"").css({'z-index':'99'});
if(jQuery(this).attr("id") == "headline1"){ if(WDN.jQuery(this).attr("id") == "headline1"){
jQuery("#FE_InfoWindow").css({'z-index':'2000'}); WDN.jQuery("#FE_InfoWindow").css({'z-index':'2000'});
} else { } else {
jQuery("#FE_InfoWindow").css({'z-index':'0'}); WDN.jQuery("#FE_InfoWindow").css({'z-index':'0'});
} }
}); });
}); });
...@@ -128,7 +128,7 @@ function applylabel(latlng, location, title, comment, displayname, username, lin ...@@ -128,7 +128,7 @@ function applylabel(latlng, location, title, comment, displayname, username, lin
label.openInfoWindowHtml('<div id="witw_wrapper"><img class="witw_icon" src="<?php echo $CONFIG->url ?>/mod/customindex/witw_icons/' + linkname + '_medium.jpg" width="60" height="60" /><h1>' + displayname + '</h1><p class="witw_location">' + location + '</p><p class="witw_title">' + title + '</p><p class="witw_comment">' + comment + ' <a href="http://ucommmeranda.unl.edu/workspace/UNL_Featured/husker/' + linkname + '/">Continue Reading...</a></p></div>', 256, 154); label.openInfoWindowHtml('<div id="witw_wrapper"><img class="witw_icon" src="<?php echo $CONFIG->url ?>/mod/customindex/witw_icons/' + linkname + '_medium.jpg" width="60" height="60" /><h1>' + displayname + '</h1><p class="witw_location">' + location + '</p><p class="witw_title">' + title + '</p><p class="witw_comment">' + comment + ' <a href="http://ucommmeranda.unl.edu/workspace/UNL_Featured/husker/' + linkname + '/">Continue Reading...</a></p></div>', 256, 154);
}; };
jQuery(document).ready(function() { WDN.jQuery(document).ready(function() {
try{ try{
var map = new FE.Map(document.getElementById("globeInner")); var map = new FE.Map(document.getElementById("globeInner"));
map.onLoad = startMap; map.onLoad = startMap;
......
...@@ -218,7 +218,7 @@ function displayKenVogel() { ...@@ -218,7 +218,7 @@ function displayKenVogel() {
'Ken_Vogel'); 'Ken_Vogel');
}; };
function displaySidnieWhiteCrawford() { function displaySidnieWhiteCrawford() {
return openLocation('35.2007000','31.7857000','demouser','Isreal and Palestine','Sidnie White Crawford', return openLocation('35.2007000','31.7857000','demouser','Isreal; Palestinian Terretories','Sidnie White Crawford',
'Willa Cather Professor and Chair, Department of Classics and Religious Studies', 'Willa Cather Professor and Chair, Department of Classics and Religious Studies',
'Sidnie White Crawford\'s work sheds light on Middle East conflict.', 'Sidnie White Crawford\'s work sheds light on Middle East conflict.',
'Sidnie_White-Crawford'); 'Sidnie_White-Crawford');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment