You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/05/17 11:06:25 UTC

svn commit: r862238 [5/13] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/ content/components/objectstores/ content/components/objectstores/jdo/ content/components/objectstores/jdo/release-notes/ content/components/objectstores...

Modified: websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/security/shiro/using-ldap.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/shiro/using-ldap.html (original)
+++ websites/staging/isis/trunk/content/components/security/shiro/using-ldap.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/security/sql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/sql/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/sql/about.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/security/sql/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/sql/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/security/sql/release-notes/about.html Fri May 17 09:06:22 2013
@@ -170,20 +170,6 @@
         <div class="container">
           <a class="brand" href="./../../../../index.html">Apache Isis&trade;</a>
           <ul class="nav">
-            <li><a href="./../../../../index.html">Home</a></li>
-            <li><a href="./../../../../download.html">Download</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Screenshots<b class="caret"></b></a>
-              <ul class="dropdown-menu">
-                <li><a href="./../../../../getting-started/screenshots.html">Screenshots</a></li>
-                <li><a href="./../../../../getting-started/screencasts.html">Screencasts</a></li>
-                <!--
-                <li><a href="#">Online Demo</a></li>
-                -->
-              </ul>
-            </li>
-            <li><a href="./../../../../documentation.html">Docs</a></li>
-            <li><a href="./../../../../support.html">Support</a></li>
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
               <ul class="dropdown-menu">
@@ -204,24 +190,171 @@
                 </li>
               </ul>
             </li>
+            <li><a href="./../../../../index.html">Home</a></li>
+            <li><a href="./../../../../download.html">Download</a></li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Screenshots<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a href="./../../../../getting-started/screenshots.html">Screenshots</a></li>
+                <li><a href="./../../../../getting-started/screencasts.html">Screencasts</a></li>
+                <!--
+                <li><a href="#">Online Demo</a></li>
+                -->
+              </ul>
+            </li>
+            <li><a href="./../../../../documentation.html">Docs</a></li>
+            <li><a href="./../../../../support.html">Support</a></li>
 
           </ul>
 
-            <!-- Google CSE Search Box Begins -->
-            <div style="float: right; position: relative; ">
-          <form action="http://www.google.com/cse" id="cse-search-box" _lpchecked="1">
-            <div>
-                <input type="hidden" name="cx" value="001500763902520246267:purt3m54z98">
-                <input type="hidden" name="ie" value="UTF-8">
-                <input type="text" name="q" size="31" style="border: 1px solid rgb(126, 157, 185); padding: 2px; background-color: rgb(255, 255, 255); background-position: 0% 50%; background-repeat: no-repeat no-repeat;">
-                <input type="submit" name="sa" value="Search">
-            </div>
-            <input name="siteurl" type="hidden" value="incubator.apache.org/isis/">
-            <input name="ref" type="hidden" value="">
-            <input name="ss" type="hidden" value="677j458329j2">
-        </form>
-        </div>
-            <!-- Google CSE Search Box Ends -->
+          <!-- Google CSE Search Box Begins -->
+          <div style="float: right; position: relative; ">
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
+            </script>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
+        <!-- Google CSE Search Box Ends -->
+        
         </div>
       </div>
     </div>

Modified: websites/staging/isis/trunk/content/components/viewers/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/about.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/viewers/bdd/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/bdd/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/bdd/about.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/viewers/bdd/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/bdd/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/bdd/release-notes/about.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/viewers/dnd/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/dnd/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/dnd/about.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/viewers/dnd/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/dnd/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/dnd/release-notes/about.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/viewers/html/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/html/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/html/about.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>

Modified: websites/staging/isis/trunk/content/components/viewers/html/release-notes/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/html/release-notes/about.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/html/release-notes/about.html Fri May 17 09:06:22 2013
@@ -209,20 +209,150 @@
 
           <!-- Google CSE Search Box Begins -->
           <div style="float: right; position: relative; ">
-            <script>
-              (function() {
-                var cx = '012614087480249044419:dn-q5gtwxya';
-                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);
-              })();
+
+            <div id='cse' style='width: 100%;'>Loading</div>
+            <script src='//www.google.com/jsapi' type='text/javascript'></script>
+            <script type='text/javascript'>
+            google.load('search', '1', {language: 'en', style: google.loader.themes.V2_DEFAULT});
+            google.setOnLoadCallback(function() {
+              var customSearchOptions = {};
+              var orderByOptions = {};
+              orderByOptions['keys'] = [{label: 'Relevance', key: ''} , {label: 'Date', key: 'date'}];
+              customSearchOptions['enableOrderBy'] = true;
+              customSearchOptions['orderByOptions'] = orderByOptions;
+              var imageSearchOptions = {};
+              imageSearchOptions['layout'] = LAYOUT_POPUP;
+              customSearchOptions['enableImageSearch'] = true;
+              customSearchOptions['overlayResults'] = true;
+              var customSearchControl =   new google.search.CustomSearchControl('012614087480249044419:dn-q5gtwxya', customSearchOptions);
+              customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
+              var options = new google.search.DrawOptions();
+              options.setAutoComplete(true);
+              customSearchControl.draw('cse', options);
+            }, true);
             </script>
-            <gcse:search></gcse:search>
-        </div>
+            <style type='text/css'>
+              .gsc-control-cse {
+                font-family: Verdana, sans-serif;
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-control-cse .gsc-table-result {
+                font-family: Verdana, sans-serif;
+              }
+              input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
+                border-color: #D9D9D9;
+              }
+              input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
+                border-color: #666666;
+                background-color: #CECECE;
+                background-image: none;
+                filter: none;
+
+              }
+              .gsc-tabHeader.gsc-tabhInactive {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+              }
+              .gsc-tabHeader.gsc-tabhActive {
+                border-color: #E9E9E9;
+                background-color: #E9E9E9;
+                border-bottom-color: #FF9900
+              }
+              .gsc-tabsArea {
+                border-color: #FF9900;
+              }
+              .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
+                border-color: #FFFFFF;
+                background-color: #FFFFFF;
+              }
+              .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
+                color: #0000CC;
+              }
+              .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
+                color: #0000CC;
+              }
+              .gsc-cursor-page {
+                color: #0000CC;
+              }
+              a.gsc-trailing-more-results:link {
+                color: #0000CC;
+              }
+              .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
+                color: #000000;
+              }
+              .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short {
+                color: #008000;
+              }
+              .gs-webResult div.gs-visibleUrl-short  {
+                display: none;
+              }
+              .gs-webResult div.gs-visibleUrl-long {
+                display: block;
+              }
+              .gs-promotion div.gs-visibleUrl-short {
+                display: none;
+              }
+              .gs-promotion div.gs-visibleUrl-long  {
+                display: block;
+              }
+              .gsc-cursor-box {
+                border-color: #FFFFFF;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-page {
+                border-color: #E9E9E9;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
+                border-color: #FF9900;
+                background-color: #FFFFFF;
+                color: #0000CC;
+              }
+              .gsc-webResult.gsc-result.gsc-promotion {
+                border-color: #336699;
+                background-color: #FFFFFF;
+              }
+              .gsc-completion-title {
+                color: #0000CC;
+              }
+              .gsc-completion-snippet {
+                color: #000000;
+              }
+              .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
+                color: #0000CC;
+              }
+              .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
+                color: #0000CC;
+              }
+              .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
+                color: #000000;
+              }
+              .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
+                color: #008000;
+              }
+            </style>
+
+          </div>
         <!-- Google CSE Search Box Ends -->
         
         </div>