From 81714ab878c275499b85981266208597cfbc315c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 14 May 2011 10:26:38 +0200 Subject: make custom search more valid html --- www/gsearch/index.php | 57 +++++++++++++++++++++++++++++++++++---------------- 1 file changed, 39 insertions(+), 18 deletions(-) (limited to 'www') diff --git a/www/gsearch/index.php b/www/gsearch/index.php index 12e7233..477aacb 100644 --- a/www/gsearch/index.php +++ b/www/gsearch/index.php @@ -1,4 +1,23 @@ - + * @author Christian Weiske + * @author Eric Dane + * @license GPL http://www.gnu.org/licenses/gpl.html + * @link http://sourceforge.net/projects/semanticscuttle + * @link http://www.google.com/cse/docs/cref.html + */ +require_once '../www-header.php'; if ($GLOBALS['enableGoogleCustomSearch'] == false) { header('HTTP/1.0 403 Forbidden'); @@ -9,12 +28,14 @@ if ($GLOBALS['enableGoogleCustomSearch'] == false) { } ?> - - -<?php echo $GLOBALS['sitename'] ?> - -
-
+ + + + + <?php echo htmlspecialchars($GLOBALS['sitename']); ?> + + +
@@ -30,21 +51,21 @@ if ($GLOBALS['enableGoogleCustomSearch'] == false) { ... -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 '

'; - -} + echo T_('If no result appears, check that all the urls are valid in the admin section.'); + echo '

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