Skip to content
Snippets Groups Projects
Commit 25e9343d authored by Brett Bieber's avatar Brett Bieber
Browse files

Update peoplefinder terminology and references to the new directory.unl.edu.

parent 0577ffaf
Branches
Tags
No related merge requests found
...@@ -83,9 +83,9 @@ $page->maincontentarea .= ' ...@@ -83,9 +83,9 @@ $page->maincontentarea .= '
</noscript> </noscript>
</div> </div>
<div class="col right"> <div class="col right">
<h3 class="sec_header">Peoplefinder</h3> <h3 class="sec_header">UNL Directory</h3>
<div id="ppl_results"></div> <div id="ppl_results"></div>
<a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About Peoplefinder</a> <a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About the UNL Directory</a>
</div> </div>
<div class="three_col left"> <div class="three_col left">
'.$local_results.' '.$local_results.'
......
...@@ -150,7 +150,7 @@ UNL_Search.doPeoplefinderQuery = function (val) { ...@@ -150,7 +150,7 @@ UNL_Search.doPeoplefinderQuery = function (val) {
this.handlePeoplefinderResults(cacheData); this.handlePeoplefinderResults(cacheData);
} else { } else {
var pointer = this; var pointer = this;
WDN.get("http://peoplefinder.unl.edu/service.php?q=" + val, null, function(data, textStatus) { WDN.get("http://directory.unl.edu/service.php?q=" + val, null, function(data, textStatus) {
pointer.peoplefinderCache.save(val, data); pointer.peoplefinderCache.save(val, data);
UNL_Search.handlePeoplefinderResults(data); UNL_Search.handlePeoplefinderResults(data);
}); });
...@@ -186,7 +186,7 @@ UNL_Search.showHCard = function (ele, href) { ...@@ -186,7 +186,7 @@ UNL_Search.showHCard = function (ele, href) {
} else { } else {
var http = new XMLHTTP(); var http = new XMLHTTP();
http.open("GET", "http://peoplefinder.unl.edu/hcards/" + uid, true); http.open("GET", "http://directory.unl.edu/hcards/" + uid, true);
var pointer = this; var pointer = this;
http.onreadystatechange = function() { http.onreadystatechange = function() {
if (http.readyState == 4) { if (http.readyState == 4) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment