From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qf0j6-0001rM-J8 for garchives@archives.gentoo.org; Fri, 08 Jul 2011 02:23:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4ECA21C02E; Fri, 8 Jul 2011 02:23:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8420D21C02E for ; Fri, 8 Jul 2011 02:23:24 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2AF62AC0C5 for ; Fri, 8 Jul 2011 02:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by flycatcher.gentoo.org (Postfix) with ESMTP id A8D5120051 for ; Fri, 8 Jul 2011 02:23:22 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: Subject: [gentoo-commits] packages:master commit in: web/templates/ X-VCS-Repository: packages X-VCS-Files: web/templates/layout.html X-VCS-Directories: web/templates/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: d94d92d9c504f3dd1a29a11d3c981a4d771f5660 Date: Fri, 8 Jul 2011 02:23:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 608f6ea45847c3dc8952065e76a5f561 commit: d94d92d9c504f3dd1a29a11d3c981a4d771f5660 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jul 8 02:23:16 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jul 8 02:23:16 2011 +0000 URL: http://sources.gentoo.org/gitweb/?p=3Dpackages.git;a=3Dcommit= ;h=3Dd94d92d9 More CSE debug. --- web/templates/layout.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/web/templates/layout.html b/web/templates/layout.html index 0cd182a..8bf9671 100644 --- a/web/templates/layout.html +++ b/web/templates/layout.html @@ -88,8 +88,9 @@ def alpha_url(baseurl): customSearchControl.setResultSetSize(google.search.S= earch.FILTERED_CSE_RESULTSET); var options =3D new google.search.DrawOptions(); //options.enableSearchResultsOnly(); =20 + options.enableSearchResultsOnly("http://google.com/c= se?cx=3D"+cse_api_key, null, true); =20 options.setAutoComplete(true); - options.enableSearchboxOnly("http://google.com/cse?c= x=3D"+cse_api_key, null, true); =20 + //options.enableSearchboxOnly("http://google.com/cse= ?cx=3D"+cse_api_key, null, true); =20 customSearchControl.draw('cse'); }, true);