website diff ru/search.php @ rev 1245

typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 07 22:28:17 2015 +0100 (2015-01-07)
parents 1290786561fd
children 9ed0bfb74392
line diff
     1.1 --- a/ru/search.php	Wed Apr 04 11:25:47 2012 +0300
     1.2 +++ b/ru/search.php	Wed Jan 07 22:28:17 2015 +0100
     1.3 @@ -19,8 +19,12 @@
     1.4  	<!-- Information/image -->
     1.5  	<div id="block_info">
     1.6  		<h4>Поиск</h4>
     1.7 -
     1.8 -		<p>Эта страница позволяет выполнить поиск по всему сайту SliTaz GNU/Linux, в <a href="http://doc.slitaz.org/">документации</a> вики, в архиве <a href="mailing-list.php">рассылки</a>, а также на <a href="http://forum.slitaz.org/">форуме</a>. Эта поисковая система была создана специально для SliTaz с помощью пользовательского поиска Google™.</p>
     1.9 +		<p>Эта страница позволяет выполнить поиск по всему сайту SliTaz
    1.10 +			GNU/Linux, в <a href="http://doc.slitaz.org/">документации</a> вики,
    1.11 +			в архиве <a href="mailing-list.php">рассылки</a>, а также на <a
    1.12 +			href="http://forum.slitaz.org/">форуме</a>. Эта поисковая система
    1.13 +			была создана специально для SliTaz на основе пользовательского
    1.14 +			поиска Google™.</p>
    1.15  	</div>
    1.16  </div>
    1.17  
    1.18 @@ -34,18 +38,18 @@
    1.19  		src="/images/loader.gif" alt="*" /> Загрузка…</div>
    1.20  	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    1.21  	<script type="text/javascript">
    1.22 -	  google.load('search', '1', {language : 'ru', style : google.loader.themes.MINIMALIST});
    1.23 -	  google.setOnLoadCallback(function() {
    1.24 -	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.25 -	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.26 -	    var options = new google.search.DrawOptions();
    1.27 -	    options.setSearchFormRoot('cse-search-form');
    1.28 -	    customSearchControl.draw('cse', options);
    1.29 -	  }, true);
    1.30 +		google.load('search', '1', {language : 'ru', style : google.loader.themes.MINIMALIST});
    1.31 +		google.setOnLoadCallback(function() {
    1.32 +		var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.33 +		customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.34 +		var options = new google.search.DrawOptions();
    1.35 +		options.setSearchFormRoot('cse-search-form');
    1.36 +		customSearchControl.draw('cse', options);
    1.37 +		}, true);
    1.38  	</script>
    1.39  </div>
    1.40  
    1.41 -<div id="cse" style="width:100%;"></div>
    1.42 +<div id="cse"></div>
    1.43   
    1.44  <!-- End of content -->
    1.45  </div>