website diff en/search.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 0dedd51426ac
children
line diff
     1.1 --- a/en/search.php	Wed Mar 30 01:56:21 2016 +0300
     1.2 +++ b/en/search.php	Fri Jan 22 23:02:15 2021 +0100
     1.3 @@ -67,6 +67,7 @@
     1.4  	</form>
     1.5  </div>
     1.6  
     1.7 +<?php if (false) { ?>
     1.8  <h2>Google Search</h2>
     1.9  
    1.10  <p>
    1.11 @@ -93,6 +94,22 @@
    1.12  		}, true);
    1.13  	</script>
    1.14  </div>
    1.15 +<?php } if (true) { ?>
    1.16 +<h2>Recherche DuckDuckGo</h2>
    1.17 +
    1.18 +<p>
    1.19 +	This page lets you also search the entire website SliTaz GNU/Linux,
    1.20 +	the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
    1.21 +	the archives of the <a href="mailing-list.php">Mailing List</a>
    1.22 +	and also in the <a href="http://forum.slitaz.org/">Forum</a>.
    1.23 +</p>
    1.24 +
    1.25 +<div class="searchbox">
    1.26 +	<iframe src="https://duckduckgo.com/search.html?t=slitaz&duck=yes&site=www.slitaz.org,doc.slitaz.org,forum.slitaz.org,https://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/&prefill=Search DuckDuckGo"
    1.27 +	 style="overflow:hidden;margin:0;padding:0;width:603px;height:60px;" frameborder="0">
    1.28 +	</iframe>
    1.29 +</div>
    1.30 +<?php } ?>
    1.31  
    1.32  <div id="cse"></div>
    1.33