From 25e9343d92f15db348252ac130718c62bfba8618 Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Thu, 18 Nov 2010 16:32:25 +0000 Subject: [PATCH] Update peoplefinder terminology and references to the new directory.unl.edu. --- www/index.php | 4 ++-- www/searchFunc.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/index.php b/www/index.php index d73b6ae..7bcc327 100644 --- a/www/index.php +++ b/www/index.php @@ -83,9 +83,9 @@ $page->maincontentarea .= ' </noscript> </div> <div class="col right"> - <h3 class="sec_header">Peoplefinder</h3> + <h3 class="sec_header">UNL Directory</h3> <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 class="three_col left"> '.$local_results.' diff --git a/www/searchFunc.js b/www/searchFunc.js index b51abd2..518db6b 100644 --- a/www/searchFunc.js +++ b/www/searchFunc.js @@ -150,7 +150,7 @@ UNL_Search.doPeoplefinderQuery = function (val) { this.handlePeoplefinderResults(cacheData); } else { 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); UNL_Search.handlePeoplefinderResults(data); }); @@ -186,7 +186,7 @@ UNL_Search.showHCard = function (ele, href) { } else { 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; http.onreadystatechange = function() { if (http.readyState == 4) { -- GitLab