From a2916676bf800ec85cc19ac802da49d3072dc2e7 Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Tue, 9 Apr 2013 13:15:48 -0500 Subject: [PATCH] Update URLs to grad studies contact page --- .buildpath | 3 ++- .project | 1 + .settings/org.eclipse.php.core.prefs | 3 +-- src/UNL/Catalog/CourseSearch/DBSearcher.php | 5 +++++ www/templates/footer.html | 4 ++-- www/templates/footerContactInfo.html | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.buildpath b/.buildpath index 8bcb4b5..a049bb7 100644 --- a/.buildpath +++ b/.buildpath @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <buildpath> - <buildpathentry kind="src" path=""/> <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> + <buildpathentry kind="src" path=""/> + <buildpathentry combineaccessrules="false" kind="prj" path="/UNL_UndergraduateBulletin"/> </buildpath> diff --git a/.project b/.project index 333a8a6..5b50132 100644 --- a/.project +++ b/.project @@ -3,6 +3,7 @@ <name>UNL_GraduateBulletin</name> <comment></comment> <projects> + <project>UNL_UndergraduateBulletin</project> </projects> <buildSpec> <buildCommand> diff --git a/.settings/org.eclipse.php.core.prefs b/.settings/org.eclipse.php.core.prefs index 0d9589d..1f61a5e 100644 --- a/.settings/org.eclipse.php.core.prefs +++ b/.settings/org.eclipse.php.core.prefs @@ -1,3 +1,2 @@ -#Tue Apr 13 10:19:34 CDT 2010 eclipse.preferences.version=1 -include_path=0;/UNL_GraduateBulletin +include_path=0;/UNL_GraduateBulletin\u00052;/UNL_UndergraduateBulletin diff --git a/src/UNL/Catalog/CourseSearch/DBSearcher.php b/src/UNL/Catalog/CourseSearch/DBSearcher.php index 6e9f378..d191236 100644 --- a/src/UNL/Catalog/CourseSearch/DBSearcher.php +++ b/src/UNL/Catalog/CourseSearch/DBSearcher.php @@ -16,4 +16,9 @@ class UNL_Catalog_CourseSearch_DBSearcher extends UNL_UndergraduateBulletin_Cour (' . $query . ');'; return new UNL_UndergraduateBulletin_CourseSearch_DBSearchResults($query, $offset, $limit); } + + function byPrerequisite($query, $offset = 0, $limit = -1) + { + return + } } \ No newline at end of file diff --git a/www/templates/footer.html b/www/templates/footer.html index 496f1b3..1d9cbe0 100644 --- a/www/templates/footer.html +++ b/www/templates/footer.html @@ -1,4 +1,4 @@ -© 2013 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 | <a href="http://www.unl.edu/gradstudies/comments.shtml" title="Click here to direct your comments and questions">comments?</a> +© 2013 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 | <a href="http://www.unl.edu/gradstudies/contact" title="Click here to direct your comments and questions">comments?</a> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2901646-1']); //replace with your unique tracker id @@ -6,4 +6,4 @@ _gaq.push(['_setDomainName', '.unl.edu']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_setAllowHash', false]); _gaq.push(['_trackPageview']); -</script> \ No newline at end of file +</script> diff --git a/www/templates/footerContactInfo.html b/www/templates/footerContactInfo.html index ccea0f9..cce5b7e 100644 --- a/www/templates/footerContactInfo.html +++ b/www/templates/footerContactInfo.html @@ -6,4 +6,4 @@ Lincoln NE 68588-0619<br /> <a href="mailto:graduate@unl.edu">graduate@unl.edu</a><br /> <br /> -<a href="http://www.unl.edu/gradstudies/office/seaton.shtml">More contact info</a></p> +<a href="http://www.unl.edu/gradstudies/contact">More contact info</a></p> -- GitLab