From 29422fa55379aa61a61019b832c83dab6d450264 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 3 Oct 2009 14:00:33 +0000 Subject: move files to new locations git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@386 b3834d28-1941-0410-a4f8-b48e95affb8f --- www/gsearch/context.php | 27 +++++++++++++++++++++++++++ www/gsearch/index.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 www/gsearch/context.php create mode 100644 www/gsearch/index.php (limited to 'www/gsearch') diff --git a/www/gsearch/context.php b/www/gsearch/context.php new file mode 100644 index 0000000..e4599ad --- /dev/null +++ b/www/gsearch/context.php @@ -0,0 +1,27 @@ + + + + + + <?php echo $GLOBALS['sitename'] ?> + + + + + + + + + + + + + diff --git a/www/gsearch/index.php b/www/gsearch/index.php new file mode 100644 index 0000000..47839f4 --- /dev/null +++ b/www/gsearch/index.php @@ -0,0 +1,45 @@ + + + +<?php echo $GLOBALS['sitename'] ?> + +
+
+ + +
+ + + +
+ + +Based on Google Custom Search over this list of websites from . +
+
+... + + +isLoggedOn() && $currentUser->isAdmin()){ + echo '

'; + echo T_('Admin tips: '); + echo T_('To refresh manually Google Custom Search Engine, goes to: '); + echo 'http://www.google.com/coop/cse/cref
'; + echo T_('If no result appears, check that all the urls are valid in the admin section.'); + echo '

'; + +} +?> + +
+ + + + -- cgit v1.2.3