Skip to content
Snippets Groups Projects
Commit b38df528 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

globe example updated

parent 12a01d84
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" --><title>UNL Social Network: Matthew Juhl's friends</title><!-- InstanceEndEditable -->
<!-- Codebase:UNLFramework 20070105 -->
<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" />
<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/>
<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script>
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/ieonly.css" />
<script language="javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sleight.js"></script>
<![endif]-->
<!--[if gte IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/ie7.css" />
<![endif]-->
<!-- Membership and regular participation in the UNL Web Developers Network is required to use the UNL site template set. Visit the Web Developer Network site at www.unl.edu/webdevnet, click on 'Web Talk' and go to the discussion board through the link provided. Once at the bulletin board, click the 'Register' link at the top of the page and submit your registration. All UNL template code is the property of the UNL Web Developer Network. The code seen in a source code view is not, and may not be used as, a template. You may not use this code, a reverse-engineered version of this code, or its associated visual presentation in whole or in part to create a derivative work. The 'include' reference to this message may not be removed from any pages based on the UNL site template. Glossary items referenced herein are maintained on the Web Developer Network site at http://www.unl.edu/webdevnet/.-->
<meta name="author" content="University of Nebraska-Lincoln | Web Developer Network" />
<meta http-equiv="content-language" content="en" />
<meta name="language" content="en" />
<link rel="shortcut icon" href="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/favicon.ico" />
<!-- InstanceBeginEditable name="head" --><script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script><meta name="ElggRelease" content="1.5" />
<meta name="ElggVersion" content="2009060501" />
<script type="text/javascript" src="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/vendors/jquery/jquery-1.2.6.pack.js"></script>
<script type="text/javascript" src="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/vendors/jquery/jquery-ui-personalized-1.5.3.packed.js"></script>
<script type="text/javascript" src="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/_css/js.php?lastcache=1245362716&amp;js=initialise_elgg&amp;viewtype=default"></script>
<!-- include the default css file -->
<link rel="stylesheet" href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/_css/css.css?lastcache=1245362716&amp;viewtype=default" type="text/css" />
<style type="text/css">
a { color: #900; }
a:hover { color: #C00; text-decoration: none;}
#navigation {display:none;}
#container #main_right {width:960px;}
#unlsearch fieldset label { color: #FFF; font-size: 100%; }
#unlsearch fieldset input {
padding: 0;
-moz-border-radius:0;
font-family: inherit;
color: #000;
}
#header ul { margin: 0; }
#fixed { font-size: 71%; }
#quicklinks { line-height: 1; }
#title { padding-bottom: 10px; }
#two_column_left_sidebar_maincontent { width: 700px; }
#elgg_topbar { min-width: 0; }
#maincontent li.drop ul { padding: 0; }
#widgets_left { min-height: 0; }
</style>
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/friends/mjuhl?view=rss" />
<link rel="alternate" type="application/odd+xml" title="OpenDD" href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/friends/mjuhl?view=opendd" />
<link rel="meta" type="application/rdf+xml" title="FOAF" href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/friends/mjuhl?view=foaf" />
<script type="text/javascript" src="http://globe.poly9.com/api.js"></script>
<script type="text/javascript">
//<![CDATA[
function createOnClick(country) {
return function(marker) {
marker.openInfoWindowHtml('Hello from ' + country + '!', 200, 32);
}
}
function onMapLoad() {
// start the globe out with Lincoln
var LincolnNE = new FE.LatLng(40.813620,-96.707739);
this.setTargetLatLng(LincolnNE);
var herbieLabel = new FE.Label(LincolnNE,"Herbie Husker");
FE.Event.addListener(herbieLabel, 'click', function(herbieLabel) {
herbieLabel.openInfoWindowHtml('Hello from Herbie!', 200, 32);
});
this.addOverlay(herbieLabel);
var sandiegoCA = new FE.LatLng(32.715685,-117.161724);
var kevinLabel = new FE.Label(sandiegoCA,"Kevin Abel");
FE.Event.addListener(kevinLabel, 'click', createOnClick("Kevin"));
this.addOverlay(kevinLabel);
};
$(document).ready(function() {
var map = new FE.Map(document.getElementById("globe"));
map.onLoad = onMapLoad;
map.load();
});
//]]>
</script>
<!-- InstanceEndEditable -->
</head>
<body id="fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="header">
<div class="clear"> <a href="http://www.unl.edu/" title="UNL website"><img src="/ucomm/templatedependents/templatecss/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<ul>
<li><a href="http://www.unl.edu/ucomm/visitor/" title="Information and resources for visiting the University of Nebraska in Lincoln, Nebraska">Visitor</a></li>
<li><a href="http://www.unl.edu/ucomm/prospective/" title="Information for Prospective Undergraduate, Graduate, Law and Distance Students">Prospective Student</a></li>
<li><a href="http://www.unl.edu/ucomm/current/" title="Links and Information for Current UNL Students">Current Student</a></li>
<li><a href="http://www.unl.edu/ucomm/facstaff/" title="Links and Information for UNL Faculty &amp; Staff">Faculty &amp; Staff</a></li>
<li><a href="http://www.unl.edu/ucomm/business/" title="Information for UNL Partners in Business, Industry &amp; Government">Business, Industry &amp; Government</a></li>
</ul>
<div id="unlsearch">
<form id="SearchBarForm" onsubmit="return executeQuery( document.getElementById('SearchBarForm'), 'NewSearch', false )" action="http://www.google.com/u/UNL1?sa=Google+Search&amp;q=" method="get">
<fieldset>
<label for="q">Search:
<input accesskey="f" id="q" alt="Search string" name="q" size="14" maxlength="256" type="text" />
</label>
<label for="whichDatabase">
<select title="Choose which area to search" id="whichDatabase" name="whichDatabase">
<option value="http://www.unl.edu/ucomm/search/?q=">UNL Web</option>
<option value="http://peoplefinder.unl.edu/?q=">UNL People</option>
<option value="http://www.google.com/search?hl=en&amp;ie=UTF-8&amp;oe=UTF-8&amp;q=">Worldwide</option>
</select>
</label>
<a href="http://www.google.com/u/UNL1?sa=Google+Search&amp;q=" class="go" accesskey="g" onclick="return executeQuery( document.forms.SearchBarForm, 'NewSearch', false )"><span>Go</span></a>
</fieldset>
</form>
</div>
<div id="quicklinks">
<select title="UNL Quick Links" id="quicklinkdd" name="quicklinkdd">
<option>UNL Quick Links</option>
<optgroup label="UNL Selected Resources">
<option value="http://www.unl.edu/ucomm/aboutunl/">About UNL</option>
<option value="http://www.unl.edu/regrec/calendar/calendar_main.shtml">Academic Calendar</option>
<option value="http://www.unl.edu/ucomm/admin/">Administrative Units</option>
<option value="http://admissions.unl.edu/apply/">Apply for Admission</option>
<option value="http://www.unl.edu/ucomm/depts/">Colleges and Departments</option>
<option value="http://www.nufoundation.org/Shop/showDivision.sp?cat=67">Gifts to Your University</option>
<option value="http://www.unl.edu/ucomm/news/">News</option>
<option value="http://www.unl.edu/ucomm/chancllr/">Office of the Chancellor</option>
<option value="http://stuafs.unl.edu/parents.shtml">Parents Association</option>
<option value="http://irp.unl.edu/factbooks.html">UNL Fact Book</option>
<option value="http://bf.unl.edu/NUPoliciesProceduresInfoLinks.shtml">UNL Policies</option>
<option value="http://www.unl.edu/ucomm/unltoday/">UNL Today</option>
</optgroup>
<optgroup label="Visitor">
<option value="http://www1.unl.edu/tour/">Campus Tour &amp; Maps</option>
<option value="http://events.unl.edu/">UNL Events</option>
<option value="http://www.unl.edu/ucomm/visitor/">more ...</option>
</optgroup>
<optgroup label="Prospective Student">
<option value="http://admissions.unl.edu/">Undergraduate Admissions</option>
<option value="http://www.unl.edu/gradstudies/">Graduate Studies</option>
<option value="http://extended.unl.edu/">Extended Education</option>
<option value="http://law.unl.edu/">College of Law</option>
<option value="http://www.unl.edu/ucomm/prospective/">more ...</option>
</optgroup>
<optgroup label="Current Student">
<option value="http://wam.unl.edu/">WAM!</option>
<option value="http://my.unl.edu/">MyUNL</option>
<option value="http://unlsched.unl.edu/nusched/index.jsp">Schedule of Classes</option>
<option value="http://iris.unl.edu/">Libraries</option>
<option value="http://www.unl.edu/involved/">Student Involvement</option>
<option value="http://www.unl.edu/ucomm/current/">more ...</option>
</optgroup>
<optgroup label="Faculty &amp; Staff">
<option value="https://firefly.nebraska.edu/">ESS/Firefly</option>
<option value="http://hr.unl.edu/">Human Resources</option>
<option value="http://ucommxsrv1.unl.edu/scarlet/">The Scarlet</option>
<option value="http://www.unl.edu/asenate/welcome.htm">Academic Senate</option>
<option value="http://notes.unl.edu/">Notes</option>
<option value="http://www.unl.edu/ucomm/facstaff/">more ...</option>
</optgroup>
<optgroup label="Business Industry &amp; Government">
<option value="http://research.unl.edu/">Office of Research</option>
<option value="http://otd.unl.edu/">Technology Development</option>
<option value="http://www.unl.edu/ucomm/business/rental.shtml">Rental Space at UNL</option>
<option value="http://www.unl.edu/ucomm/business/">more ...</option>
</optgroup>
<optgroup label="Affiliates">
<option value="http://www.huskers.com/">Huskers</option>
<option value="http://www.huskeralum.com/">Alumni</option>
<option value="http://www.liedcenter.org/">Lied Center</option>
<option value="http://www.netnebraska.org/television/">NET</option>
<option value="http://theross.org/">Ross Theatre</option>
<option value="http://www.sheldonartgallery.org/">Sheldon Gallery</option>
<option value="http://www-museum.unl.edu/">State Museum</option>
<option value="http://nebraskapress.unl.edu/">UofN Press</option>
<option value="http://www.quiltstudy.org/">Quilt Center</option>
<option value="http://www.nufoundation.org/">NU Foundation</option>
<option value="http://www.nebraska.edu/">NU System</option>
</optgroup>
</select>
<label for="quicklinkdd"><a class="go" href="javascript:MM_jumpMenu('parent',document.getElementById('quicklinkdd'),1)" title="Select a Quick Link and click GO"><span>Go</span></a></label>
</div>
</div>
</div>
<!-- close header -->
<div id="red-header">
<div class="clear">
<h1>University of Nebraska&ndash;Lincoln</h1>
<div id="breadcrumbs">
<!-- InstanceBeginEditable name="breadcrumbs" --><!-- WDN: see glossary item \'breadcrumbs\' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Social Network</li> </ul><!-- InstanceEndEditable -->
</div>
</div>
</div>
<!-- close red-header -->
<div id="shelf">
<div id="toolcontainer">
<div id="sitetools" style="display:none">
<div id="calendar" class="tool">
<h3>UNL Calendar</h3>
<div id="calcontent" class="toolResultsMask">
<div id="upArrowCal" class="scrollButton">
<img alt="Up arrow" src="/ucomm/templatedependents/templatecss/images/upArrow.gif" />
</div>
<div id="downArrowCal" class="scrollButton">
<img alt="Down arrow" src="/ucomm/templatedependents/templatecss/images/downArrow.gif"/>
</div>
<div id="dragButtonCal" class="scrollButton" style="top: 18px">
<img alt="Scrollbar indicator" src="/ucomm/templatedependents/templatecss/images/dragButton.gif"/>
</div>
<div id="trackBarCal" class="scrollButton">
<img alt="Scrollbar" src="/ucomm/templatedependents/templatecss/images/scrollTrack.gif"/>
</div>
<div id="calresults" class="toolResults">
<img alt="Loading data from events.unl.edu..." src="/ucomm/templatedependents/templatecss/images/loadingContent.gif"/>
</div>
</div>
</div>
<div id="peoplefinder" class="tool">
<h3>UNL Peoplefinder</h3>
<div id="pfcontent" class="toolcontent">
<form action="http://peoplefinder.unl.edu/" method="get" onsubmit="queuePFRequest(document.getElementById('pq').value,'pfresults'); return false;">
<div>
<label for="pq">Search People:</label>
<input type="text" id="pq" name="pq" onkeyup="queuePFRequest(this.value,'pfresults');" />
<img src="/ucomm/templatedependents/templatecss/images/transpixel.gif" id="pfprogress" alt="progress" /> </div>
</form>
<div id="pfResultsMask" class="toolResultsMask">
<div id="upArrowPF" class="scrollButton">
<img alt="Up arrow" src="/ucomm/templatedependents/templatecss/images/upArrow.gif"/>
</div>
<div id="downArrowPF" class="scrollButton">
<img alt="Down arrow" src="/ucomm/templatedependents/templatecss/images/downArrow.gif"/>
</div>
<div id="dragButtonPF" class="scrollButton" style="top: 18px">
<img alt="Scrollbar indicator" src="/ucomm/templatedependents/templatecss/images/dragButton.gif"/>
</div>
<div id="trackBarPF" class="scrollButton">
<img alt="Scrollbar" src="/ucomm/templatedependents/templatecss/images/scrollTrack.gif"/>
</div>
<div id="pfresults" class="toolResults"></div>
</div>
</div>
</div>
<div id="unlweather" class="tool">
<h3>Lincoln Weather</h3>
<div id="weathercontent" class="toolResultsMask">
<div id="upArrowWeather" class="scrollButton">
<img alt="Up arrow" src="/ucomm/templatedependents/templatecss/images/upArrow.gif" />
</div>
<div id="downArrowWeather" class="scrollButton">
<img alt="Down arrow" src="/ucomm/templatedependents/templatecss/images/downArrow.gif"/>
</div>
<div id="dragButtonWeather" class="scrollButton" style="top: 18px">
<img alt="Scrollbar indicator" src="/ucomm/templatedependents/templatecss/images/dragButton.gif"/>
</div>
<div id="trackBarWeather" class="scrollButton">
<img alt="Scrollbar" src="/ucomm/templatedependents/templatecss/images/scrollTrack.gif"/>
</div>
<div id="weatherresults" class="toolResults">
<img alt="Loading data from NOAA..." src="/ucomm/templatedependents/templatecss/images/loadingContent.gif"/>
</div>
</div>
</div>
<div id="webcam" class="tool">
<a href="#" onclick="return tabExpand();" id="closeshelf" title="close shelf">Close shelf</a>
<h3>UNL Webcams</h3>
<ul id="tablist">
<li class="current" onclick="camtab(this)"><a href="http://www.unl.edu/unlpub/cam/cam1.jpg" onclick="updateWebcam(this); return false;">City Union</a></li>
<li onclick="camtab(this)"><a href="http://www.unl.edu/unlpub/cam/cam2.jpg" onclick="updateWebcam(this); return false;">Rotunda</a></li>
<li onclick="camtab(this)"><a href="http://www.unl.edu/unlpub/cam/cam3.jpg" onclick="updateWebcam(this); return false;">East Union</a></li>
</ul>
<div id="camcontent" class="toolcontent">
<img id="webcamuri" alt="UNL Webcams" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" />
</div>
</div> <!-- close unlwebcam -->
</div> <!-- close sitetools -->
</div> <!-- close toolcontainer -->
<div id="tabhandle">
<ul id="shelf_button" onclick="return tabExpand();">
<li><a href="http://events.unl.edu/" id="cal" title="Calendar" accesskey="1"><abbr title="Calendar">cal</abbr></a></li>
<li><a href="http://peoplefinder.unl.edu/" id="finder" title="Peoplefinder"><abbr title="Peoplefinder">people</abbr></a></li>
<li><a href="http://forecast.weather.gov/MapClick.php?CityName=Lincoln&amp;state=NE&amp;site=OAX" id="weather" title="Weather">weather</a></li>
<li><a href="http://www.unl.edu/unlpub/cam/cam1.shtml" id="cam" title="Camera"><abbr title="Camera">cam</abbr></a></li>
</ul>
</div>
<!-- close tabhandle -->
</div>
<!-- close shelf -->
<div id="container">
<div class="clear">
<div id="title">
<!-- InstanceBeginEditable name="collegenavigationlist" --><ul>
<li>
<a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/profile/mjuhl"><img alt="Profile" class="user_mini_avatar" src="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/mod/profile/graphics/defaulttopbar.gif"></a>
</li>
<li>
<a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/dashboard/" class="pagelinks">Dashboard</a>
</li>
<li><a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/friends/mjuhl">Friends</a></li><li><a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/groups/world/">Groups</a></li><li><a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/mod/thewire/everyone.php">The wire</a></li>
<li><a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/settings/" class="usersettings">Settings</a></li>
<li><a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/admin/" class="usersettings">Administration</a></li>
<li><a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/action/logout"><small>Log out</small></a></li>
</ul><!-- InstanceEndEditable -->
<div id="titlegraphic">
<!-- WDN: see glossary item 'title graphics' -->
<!-- InstanceBeginEditable name="titlegraphic" --><h1>UNL Social Network</h1><h2>Where in the world?</h2><!-- InstanceEndEditable -->
</div>
<!-- maintitle -->
</div>
<!-- close title -->
<div id="navigation">
<h4 id="sec_nav">Navigation</h4>
<div id="navlinks">
<!-- InstanceBeginEditable name="navlinks" --><!-- InstanceEndEditable -->
</div>
<div id="nav_end"></div>
<!-- InstanceBeginEditable name="leftRandomPromo" --><!-- InstanceEndEditable -->
<!-- WDN: see glossary item 'sidebar links' -->
<div id="leftcollinks">
<!-- InstanceBeginEditable name="leftcollinks" --><!-- WDN: see glossary item \'sidebar links\' --> <!--#include virtual="../sharedcode/relatedLinks.html" --><!-- InstanceEndEditable -->
</div>
</div>
<!-- close navigation -->
<div id="main_right" class="mainwrapper">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<div id="maincontent">
<noscript>
<p>
Your browser does not appear to support JavaScript, or you have turned JavaScript off. You may use unl.edu without enabling JavaScript, but certain functions may not be available.
</p>
</noscript>
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- InstanceBeginEditable name="maincontentarea" --><!-- left sidebar -->
<div id="globe" style="width: 800px; height: 600px;">Loading globe...</div>
<!-- InstanceEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
</div>
<!-- close main right -->
</div>
</div>
<!-- close container -->
<div id="footer">
<div id="footer_floater">
<!-- InstanceBeginEditable name="optionalfooter" --><!-- InstanceEndEditable -->
<div id="copyright">
<!-- InstanceBeginEditable name="footercontent" -->&copy; 2009 University of Nebraska&ndash;Lincoln | Lincoln, NE 68588 | 402-472-7211 | <a href="http://www.unl.edu/ucomm/aboutunl/" title="Click here to know more about UNL">About UNL</a> | <a href="http://www1.unl.edu/comments/" title="Click here to direct your comments and questions">comments?</a><!-- InstanceEndEditable -->
<span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.unl.edu/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div>
</div>
</div>
<!-- close footer -->
<!-- sifr -->
<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script>
</body>
<!-- InstanceEnd --></html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment