mailr26749 - /website/communication.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 26, 2014 - 13:30:
Author: bugman
Date: Wed Nov 26 13:30:33 2014
New Revision: 26749

URL: http://svn.gna.org/viewcvs/relax?rev=26749&view=rev
Log:
Updated the Google search links and javascript at 
http://www.nmr-relax.com/communication.html.

The problems were identified by the W3C link checker 
(http://validator.w3.org/checklink).  The
custom Google search of the relax mailing lists was a redirect which has been 
converted to a direct
link to 
https://www.google.com/cse/home?cx=000230621675959489540%3Aianvteuoucy.  And 
the javascript
has been replaced by the newest V2 version of the custom search page.


Modified:
    website/communication.html

Modified: website/communication.html
URL: 
http://svn.gna.org/viewcvs/relax/website/communication.html?rev=26749&r1=26748&r2=26749&view=diff
==============================================================================
--- website/communication.html  (original)
+++ website/communication.html  Wed Nov 26 13:30:33 2014
@@ -163,10 +163,22 @@
       </form>
       <!-- SiteSearch Google -->
 
-      <p>Alternatively all lists can be <a 
href="http://www.google.com/coop/cse?cx=000230621675959489540%3Aianvteuoucy";>searched</a>
 simultaneously:</p>
+      <p>Alternatively all lists can be <a 
href="http://www.google.com/cse/home?cx=000230621675959489540%3Aianvteuoucy";>searched</a>
 simultaneously:</p>
 
       <!-- Google gadget -->
-      <script 
src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000230621675959489540/cse/ianvteuoucy/gadget&amp;synd=open&amp;w=320&amp;h=75&amp;title=All+relax+mailing+lists&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js";
 type="text/javascript"></script>
+      <script>
+        (function() {
+          var cx = '000230621675959489540:ianvteuoucy';
+          var gcse = document.createElement('script');
+          gcse.type = 'text/javascript';
+          gcse.async = true;
+          gcse.src = (document.location.protocol == 'https:' ? 'https:' : 
'http:') +
+              '//www.google.com/cse/cse.js?cx=' + cx;
+          var s = document.getElementsByTagName('script')[0];
+          s.parentNode.insertBefore(gcse, s);
+        })();
+      </script>
+      <gcse:search></gcse:search>
     </div>
 
   </div>




Related Messages


Powered by MHonArc, Updated Wed Nov 26 14:00:02 2014